การดําเนินการ GetAccount Service - การจัดการลูกค้า
รับรายละเอียดของบัญชี
ร้องขอองค์ประกอบ
วัตถุ GetAccountRequest จะกําหนดองค์ประกอบ เนื้อความ และ ส่วนหัว ของการร้องขอการดําเนินการบริการ องค์ประกอบต้องอยู่ในลําดับเดียวกับที่แสดงใน Request SOAP
หมายเหตุ
เว้นแต่ระบุไว้เป็นอย่างอื่นด้านล่าง จําเป็นต้องระบุองค์ประกอบคําขอทั้งหมด
ร้องขอองค์ประกอบเนื้อความ
องค์ ประกอบ | คำอธิบาย | ชนิดข้อมูล |
---|---|---|
AccountId | ตัวระบุของบัญชีที่จะรับ | ยาว |
ReturnAdditionalFields | รายการของคุณสมบัติเพิ่มเติมที่คุณต้องการรวมไว้ภายในแต่ละบัญชีที่ส่งกลับ ค่าเขตข้อมูลเพิ่มเติมช่วยให้คุณสามารถรับคุณลักษณะล่าสุดโดยใช้ API การจัดการลูกค้าเวอร์ชันปัจจุบัน และในเวอร์ชันถัดไป องค์ประกอบที่สอดคล้องกันจะถูกรวมตามค่าเริ่มต้น องค์ประกอบการร้องขอนี้เป็นทางเลือก |
AccountAdditionalField |
องค์ประกอบส่วนหัวของคําขอ
องค์ ประกอบ | คำอธิบาย | ชนิดข้อมูล |
---|---|---|
AuthenticationToken | โทเค็นการเข้าถึง OAuth ที่แสดงข้อมูลประจําตัวของผู้ใช้ที่มีสิทธิ์เข้าถึงบัญชี Microsoft Advertising สําหรับข้อมูลเพิ่มเติม ดูการรับรองความถูกต้องด้วย OAuth |
สาย อักขระ |
DeveloperToken | โทเค็นนักพัฒนาที่ใช้เพื่อเข้าถึง Bing Ads API สําหรับข้อมูลเพิ่มเติม ดูรับโทเค็นนักพัฒนา |
สาย อักขระ |
รหัส ผ่าน | องค์ประกอบนี้สงวนไว้สําหรับการใช้ภายในและจะถูกเอาออกจากเวอร์ชันในอนาคตของ API คุณต้องใช้องค์ประกอบ AuthenticationToken เพื่อตั้งค่าข้อมูลประจําตัวของผู้ใช้ | สาย อักขระ |
ชื่อ | องค์ประกอบนี้สงวนไว้สําหรับการใช้ภายในและจะถูกเอาออกจากเวอร์ชันในอนาคตของ API คุณต้องใช้องค์ประกอบ AuthenticationToken เพื่อตั้งค่าข้อมูลประจําตัวของผู้ใช้ | สาย อักขระ |
องค์ประกอบการตอบสนอง
วัตถุ GetAccountResponse จะกําหนดองค์ประกอบ เนื้อ ความและ ส่วนหัว ของการตอบสนองการดําเนินการบริการ องค์ประกอบจะถูกส่งกลับตามลําดับเดียวกับที่แสดงใน Response SOAP
องค์ประกอบเนื้อความการตอบสนอง
องค์ ประกอบ | คำอธิบาย | ชนิดข้อมูล |
---|---|---|
บัญชี | ออบเจ็กต์บัญชีที่ประกอบด้วยข้อมูลเกี่ยวกับบัญชี เช่น วิธีการชําระเงิน ชนิดบัญชี และลูกค้าหลัก | AdvertiserAccount |
องค์ประกอบส่วนหัวการตอบสนอง
องค์ ประกอบ | คำอธิบาย | ชนิดข้อมูล |
---|---|---|
TrackingId | ตัวระบุของรายการบันทึกที่ประกอบด้วยรายละเอียดของการเรียกใช้ API | สาย อักขระ |
ร้องขอ SOAP
เทมเพลตนี้ถูกสร้างขึ้นโดยเครื่องมือเพื่อแสดง ลําดับ ขององค์ประกอบ เนื้อความ และ ส่วนหัว สําหรับคําขอ SOAP สําหรับชนิดที่สนับสนุนที่คุณสามารถใช้กับการดําเนินการบริการนี้ โปรดดูการอ้างอิง องค์ประกอบเนื้อความคําขอ ด้านบน
<s:Envelope xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header xmlns="https://bingads.microsoft.com/Customer/v13">
<Action mustUnderstand="1">GetAccount</Action>
<AuthenticationToken i:nil="false">ValueHere</AuthenticationToken>
<DeveloperToken i:nil="false">ValueHere</DeveloperToken>
</s:Header>
<s:Body>
<GetAccountRequest xmlns="https://bingads.microsoft.com/Customer/v13">
<AccountId>ValueHere</AccountId>
<ReturnAdditionalFields i:nil="false">ValueHere</ReturnAdditionalFields>
</GetAccountRequest>
</s:Body>
</s:Envelope>
Response SOAP
เทมเพลตนี้ถูกสร้างขึ้นโดยเครื่องมือเพื่อแสดงลําดับขององค์ประกอบ เนื้อ ความและ ส่วนหัว สําหรับการตอบสนอง SOAP
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header xmlns="https://bingads.microsoft.com/Customer/v13">
<TrackingId d3p1:nil="false" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">ValueHere</TrackingId>
</s:Header>
<s:Body>
<GetAccountResponse xmlns="https://bingads.microsoft.com/Customer/v13">
<Account xmlns:e228="https://bingads.microsoft.com/Customer/v13/Entities" d4p1:nil="false" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">
<e228:BillToCustomerId d4p1:nil="false">ValueHere</e228:BillToCustomerId>
<e228:CurrencyCode d4p1:nil="false">ValueHere</e228:CurrencyCode>
<e228:AccountFinancialStatus d4p1:nil="false">ValueHere</e228:AccountFinancialStatus>
<e228:Id d4p1:nil="false">ValueHere</e228:Id>
<e228:Language d4p1:nil="false">ValueHere</e228:Language>
<e228:LastModifiedByUserId d4p1:nil="false">ValueHere</e228:LastModifiedByUserId>
<e228:LastModifiedTime d4p1:nil="false">ValueHere</e228:LastModifiedTime>
<e228:Name d4p1:nil="false">ValueHere</e228:Name>
<e228:Number d4p1:nil="false">ValueHere</e228:Number>
<e228:ParentCustomerId>ValueHere</e228:ParentCustomerId>
<e228:PaymentMethodId d4p1:nil="false">ValueHere</e228:PaymentMethodId>
<e228:PaymentMethodType d4p1:nil="false">ValueHere</e228:PaymentMethodType>
<e228:PrimaryUserId d4p1:nil="false">ValueHere</e228:PrimaryUserId>
<e228:AccountLifeCycleStatus d4p1:nil="false">ValueHere</e228:AccountLifeCycleStatus>
<e228:TimeStamp d4p1:nil="false">ValueHere</e228:TimeStamp>
<e228:TimeZone d4p1:nil="false">ValueHere</e228:TimeZone>
<e228:PauseReason d4p1:nil="false">ValueHere</e228:PauseReason>
<e228:ForwardCompatibilityMap xmlns:e229="http://schemas.datacontract.org/2004/07/System.Collections.Generic" d4p1:nil="false">
<e229:KeyValuePairOfstringstring>
<e229:key d4p1:nil="false">ValueHere</e229:key>
<e229:value d4p1:nil="false">ValueHere</e229:value>
</e229:KeyValuePairOfstringstring>
</e228:ForwardCompatibilityMap>
<e228:LinkedAgencies d4p1:nil="false">
<e228:CustomerInfo>
<e228:Id d4p1:nil="false">ValueHere</e228:Id>
<e228:Name d4p1:nil="false">ValueHere</e228:Name>
</e228:CustomerInfo>
</e228:LinkedAgencies>
<e228:SalesHouseCustomerId d4p1:nil="false">ValueHere</e228:SalesHouseCustomerId>
<e228:TaxInformation xmlns:e230="http://schemas.datacontract.org/2004/07/System.Collections.Generic" d4p1:nil="false">
<e230:KeyValuePairOfstringstring>
<e230:key d4p1:nil="false">ValueHere</e230:key>
<e230:value d4p1:nil="false">ValueHere</e230:value>
</e230:KeyValuePairOfstringstring>
</e228:TaxInformation>
<e228:BackUpPaymentInstrumentId d4p1:nil="false">ValueHere</e228:BackUpPaymentInstrumentId>
<e228:BillingThresholdAmount d4p1:nil="false">ValueHere</e228:BillingThresholdAmount>
<e228:BusinessAddress d4p1:nil="false">
<e228:City d4p1:nil="false">ValueHere</e228:City>
<e228:CountryCode d4p1:nil="false">ValueHere</e228:CountryCode>
<e228:Id d4p1:nil="false">ValueHere</e228:Id>
<e228:Line1 d4p1:nil="false">ValueHere</e228:Line1>
<e228:Line2 d4p1:nil="false">ValueHere</e228:Line2>
<e228:Line3 d4p1:nil="false">ValueHere</e228:Line3>
<e228:Line4 d4p1:nil="false">ValueHere</e228:Line4>
<e228:PostalCode d4p1:nil="false">ValueHere</e228:PostalCode>
<e228:StateOrProvince d4p1:nil="false">ValueHere</e228:StateOrProvince>
<e228:TimeStamp d4p1:nil="false">ValueHere</e228:TimeStamp>
<e228:BusinessName d4p1:nil="false">ValueHere</e228:BusinessName>
</e228:BusinessAddress>
<e228:AutoTagType d4p1:nil="false">ValueHere</e228:AutoTagType>
<e228:SoldToPaymentInstrumentId d4p1:nil="false">ValueHere</e228:SoldToPaymentInstrumentId>
<e228:TaxCertificate d4p1:nil="false">
<e228:TaxCertificateBlobContainerName d4p1:nil="false">ValueHere</e228:TaxCertificateBlobContainerName>
<e228:TaxCertificates xmlns:e231="http://schemas.datacontract.org/2004/07/System.Collections.Generic" d4p1:nil="false">
<e231:KeyValuePairOfstringbase64Binary>
<e231:key d4p1:nil="false">ValueHere</e231:key>
<e231:value d4p1:nil="false">ValueHere</e231:value>
</e231:KeyValuePairOfstringbase64Binary>
</e228:TaxCertificates>
<e228:Status d4p1:nil="false">ValueHere</e228:Status>
</e228:TaxCertificate>
<e228:AccountMode d4p1:nil="false">ValueHere</e228:AccountMode>
</Account>
</GetAccountResponse>
</s:Body>
</s:Envelope>
ไวยากรณ์โค้ด
ไวยากรณ์ตัวอย่างสามารถใช้กับ Bing Ads SDKs ได้ ดู ตัวอย่างโค้ด API ของโฆษณา Bing สําหรับตัวอย่างเพิ่มเติม
public async Task<GetAccountResponse> GetAccountAsync(
long accountId,
AccountAdditionalField? returnAdditionalFields)
{
var request = new GetAccountRequest
{
AccountId = accountId,
ReturnAdditionalFields = returnAdditionalFields
};
return (await CustomerManagementService.CallAsync((s, r) => s.GetAccountAsync(r), request));
}
static GetAccountResponse getAccount(
java.lang.Long accountId,
ArrayList<AccountAdditionalField> returnAdditionalFields) throws RemoteException, Exception
{
GetAccountRequest request = new GetAccountRequest();
request.setAccountId(accountId);
request.setReturnAdditionalFields(returnAdditionalFields);
return CustomerManagementService.getService().getAccount(request);
}
static function GetAccount(
$accountId,
$returnAdditionalFields)
{
$GLOBALS['Proxy'] = $GLOBALS['CustomerManagementProxy'];
$request = new GetAccountRequest();
$request->AccountId = $accountId;
$request->ReturnAdditionalFields = $returnAdditionalFields;
return $GLOBALS['CustomerManagementProxy']->GetService()->GetAccount($request);
}
response=customermanagement_service.GetAccount(
AccountId=AccountId,
ReturnAdditionalFields=ReturnAdditionalFields)
ข้อกําหนด
บริการ: CustomerManagementService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13