UpdateAccount サービス操作 - 顧客管理
指定したアカウントの詳細をUpdatesします。
注:
スーパー Adminまたは Standard 資格情報を持つユーザーのみがアカウントを更新できます。 詳細については、 ユーザー ロール のテクニカル ガイドを参照してください。
更新操作には、最新のアカウント書き込み操作のタイム スタンプが必要であるため、最初に GetAccount 操作を呼び出す必要があります。 GetAccount 操作は、タイム スタンプを含むアカウントのデータを返します。 古いタイム スタンプを使用すると、更新呼び出しは失敗します。たとえば、アカウント データは、タイム スタンプを取得した後、アプリケーションまたは別のアプリケーションによって更新されます。
更新操作によって既存のアカウント データが完全に上書きされるため、アカウント データには必要なすべてのデータが含まれている必要があります。それ以外の場合、操作は失敗します。
Request 要素
UpdateAccountRequest オブジェクトは、サービス操作要求の本文要素とヘッダー要素を定義します。 要素は、 要求 SOAP に示されている順序と同じ順序である必要があります。
注:
以下に特に記載がない限り、すべての要求要素が必要です。
要求本文要素
要素 | 説明 | データ型 |
---|---|---|
アカウント | 更新されたアカウント情報を含む AdvertiserAccount オブジェクト。 この操作により、既存のアカウント データが、渡したアカウント オブジェクトの内容で上書きされます。 この操作は、部分的な更新ではなく、完全な更新を実行します。 Account オブジェクトには、Account オブジェクトが最後に書き込まれた時点からのタイム スタンプ値が含まれている必要があります。 タイム スタンプに正しい値が含まれていることを確認するには、 GetAccount 操作を呼び出します。 その後、必要に応じてアカウント データを更新し、 UpdateAccount を呼び出すことができます。 |
AdvertiserAccount |
要求ヘッダー要素
要素 | 説明 | データ型 |
---|---|---|
AuthenticationToken | Microsoft Advertising アカウントへのアクセス許可を持つユーザーの資格情報を表す OAuth アクセス トークン。 詳細については、「 OAuth による認証」を参照してください。 |
string |
DeveloperToken | Bing Ads API へのアクセスに使用される開発者トークン。 詳細については、「 開発者トークンを取得する」を参照してください。 |
string |
Password | この要素は内部使用のために予約されており、今後のバージョンの API から削除されます。 ユーザー資格情報を設定するには、AuthenticationToken 要素を使用する必要があります。 | string |
UserName | この要素は内部使用のために予約されており、今後のバージョンの API から削除されます。 ユーザー資格情報を設定するには、AuthenticationToken 要素を使用する必要があります。 | string |
Response 要素
UpdateAccountResponse オブジェクトは、サービス操作応答の本文要素とヘッダー要素を定義します。 要素は、 応答 SOAP に示されている順序と同じ順序で返されます。
応答本文の要素
要素 | 説明 | データ型 |
---|---|---|
LastModifiedTime | アカウントが最後に更新された日付と時刻。 値は、世界協定時刻 (UTC) です。 日付と時刻の値は、クライアントではなく、サーバーでの日付と時刻を反映します。 日付と時刻の形式については、「 プリミティブ XML データ型」の dateTime エントリを参照してください。 |
dateTime |
応答ヘッダー要素
要素 | 説明 | データ型 |
---|---|---|
TrackingId | API 呼び出しの詳細を含むログ エントリの識別子。 | string |
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">UpdateAccount</Action>
<AuthenticationToken i:nil="false">ValueHere</AuthenticationToken>
<DeveloperToken i:nil="false">ValueHere</DeveloperToken>
</s:Header>
<s:Body>
<UpdateAccountRequest xmlns="https://bingads.microsoft.com/Customer/v13">
<Account xmlns:e273="https://bingads.microsoft.com/Customer/v13/Entities" i:nil="false">
<e273:BillToCustomerId i:nil="false">ValueHere</e273:BillToCustomerId>
<e273:CurrencyCode i:nil="false">ValueHere</e273:CurrencyCode>
<e273:AccountFinancialStatus i:nil="false">ValueHere</e273:AccountFinancialStatus>
<e273:Id i:nil="false">ValueHere</e273:Id>
<e273:Language i:nil="false">ValueHere</e273:Language>
<e273:LastModifiedByUserId i:nil="false">ValueHere</e273:LastModifiedByUserId>
<e273:LastModifiedTime i:nil="false">ValueHere</e273:LastModifiedTime>
<e273:Name i:nil="false">ValueHere</e273:Name>
<e273:Number i:nil="false">ValueHere</e273:Number>
<e273:ParentCustomerId>ValueHere</e273:ParentCustomerId>
<e273:PaymentMethodId i:nil="false">ValueHere</e273:PaymentMethodId>
<e273:PaymentMethodType i:nil="false">ValueHere</e273:PaymentMethodType>
<e273:PrimaryUserId i:nil="false">ValueHere</e273:PrimaryUserId>
<e273:AccountLifeCycleStatus i:nil="false">ValueHere</e273:AccountLifeCycleStatus>
<e273:TimeStamp i:nil="false">ValueHere</e273:TimeStamp>
<e273:TimeZone i:nil="false">ValueHere</e273:TimeZone>
<e273:PauseReason i:nil="false">ValueHere</e273:PauseReason>
<e273:ForwardCompatibilityMap xmlns:e274="http://schemas.datacontract.org/2004/07/System.Collections.Generic" i:nil="false">
<e274:KeyValuePairOfstringstring>
<e274:key i:nil="false">ValueHere</e274:key>
<e274:value i:nil="false">ValueHere</e274:value>
</e274:KeyValuePairOfstringstring>
</e273:ForwardCompatibilityMap>
<e273:LinkedAgencies i:nil="false">
<e273:CustomerInfo>
<e273:Id i:nil="false">ValueHere</e273:Id>
<e273:Name i:nil="false">ValueHere</e273:Name>
</e273:CustomerInfo>
</e273:LinkedAgencies>
<e273:SalesHouseCustomerId i:nil="false">ValueHere</e273:SalesHouseCustomerId>
<e273:TaxInformation xmlns:e275="http://schemas.datacontract.org/2004/07/System.Collections.Generic" i:nil="false">
<e275:KeyValuePairOfstringstring>
<e275:key i:nil="false">ValueHere</e275:key>
<e275:value i:nil="false">ValueHere</e275:value>
</e275:KeyValuePairOfstringstring>
</e273:TaxInformation>
<e273:BackUpPaymentInstrumentId i:nil="false">ValueHere</e273:BackUpPaymentInstrumentId>
<e273:BillingThresholdAmount i:nil="false">ValueHere</e273:BillingThresholdAmount>
<e273:BusinessAddress i:nil="false">
<e273:City i:nil="false">ValueHere</e273:City>
<e273:CountryCode i:nil="false">ValueHere</e273:CountryCode>
<e273:Id i:nil="false">ValueHere</e273:Id>
<e273:Line1 i:nil="false">ValueHere</e273:Line1>
<e273:Line2 i:nil="false">ValueHere</e273:Line2>
<e273:Line3 i:nil="false">ValueHere</e273:Line3>
<e273:Line4 i:nil="false">ValueHere</e273:Line4>
<e273:PostalCode i:nil="false">ValueHere</e273:PostalCode>
<e273:StateOrProvince i:nil="false">ValueHere</e273:StateOrProvince>
<e273:TimeStamp i:nil="false">ValueHere</e273:TimeStamp>
<e273:BusinessName i:nil="false">ValueHere</e273:BusinessName>
</e273:BusinessAddress>
<e273:AutoTagType i:nil="false">ValueHere</e273:AutoTagType>
<e273:SoldToPaymentInstrumentId i:nil="false">ValueHere</e273:SoldToPaymentInstrumentId>
<e273:TaxCertificate i:nil="false">
<e273:TaxCertificateBlobContainerName i:nil="false">ValueHere</e273:TaxCertificateBlobContainerName>
<e273:TaxCertificates xmlns:e276="http://schemas.datacontract.org/2004/07/System.Collections.Generic" i:nil="false">
<e276:KeyValuePairOfstringbase64Binary>
<e276:key i:nil="false">ValueHere</e276:key>
<e276:value i:nil="false">ValueHere</e276:value>
</e276:KeyValuePairOfstringbase64Binary>
</e273:TaxCertificates>
<e273:Status i:nil="false">ValueHere</e273:Status>
</e273:TaxCertificate>
<e273:AccountMode i:nil="false">ValueHere</e273:AccountMode>
</Account>
</UpdateAccountRequest>
</s:Body>
</s:Envelope>
応答 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>
<UpdateAccountResponse xmlns="https://bingads.microsoft.com/Customer/v13">
<LastModifiedTime>ValueHere</LastModifiedTime>
</UpdateAccountResponse>
</s:Body>
</s:Envelope>
コード構文
構文の例は、 Bing広告 SDK で使用できます。 その他 の例については、「Bing広告 API コードの例 」を参照してください。
public async Task<UpdateAccountResponse> UpdateAccountAsync(
AdvertiserAccount account)
{
var request = new UpdateAccountRequest
{
Account = account
};
return (await CustomerManagementService.CallAsync((s, r) => s.UpdateAccountAsync(r), request));
}
static UpdateAccountResponse updateAccount(
AdvertiserAccount account) throws RemoteException, Exception
{
UpdateAccountRequest request = new UpdateAccountRequest();
request.setAccount(account);
return CustomerManagementService.getService().updateAccount(request);
}
static function UpdateAccount(
$account)
{
$GLOBALS['Proxy'] = $GLOBALS['CustomerManagementProxy'];
$request = new UpdateAccountRequest();
$request->Account = $account;
return $GLOBALS['CustomerManagementProxy']->GetService()->UpdateAccount($request);
}
response=customermanagement_service.UpdateAccount(
Account=Account)
要件
サービス: CustomerManagementService.svc v13
名前 空間: https://bingads.microsoft.com/Customer/v13