UpdateAccount Service Operation - Customer Management
Updates the details of the specified account.
Note
Only a user with Super Admin or Standard credentials can update accounts. For more information, see the User Roles technical guide.
Because the update operation requires the time stamp of the most recent account write operation, you must first call the GetAccount operation. The GetAccount operation returns the account's data, which includes the time stamp. The update call will fail if you use an old time stamp e.g., the account data is updated by your application or another application after you obtained the time stamp.
Because the update operation completely overwrites the existing account data, the account data must contain all required data; otherwise, the operation will fail.
Request Elements
The UpdateAccountRequest object defines the body and header elements of the service operation request. The elements must be in the same order as shown in the Request SOAP.
Note
Unless otherwise noted below, all request elements are required.
Request Body Elements
Element | Description | Data Type |
---|---|---|
Account | An AdvertiserAccount object that contains the updated account information. This operation overwrites the existing account data with the contents of the account object that you pass. This operation performs a full update, and not a partial update. The Account object must contain the time stamp value from the last time that the Account object was written to. To ensure that the time stamp contains the correct value, call the GetAccount operation. You can then update the account data as appropriate, and call UpdateAccount. |
AdvertiserAccount |
Request Header Elements
Element | Description | Data Type |
---|---|---|
AuthenticationToken | The OAuth access token that represents the credentials of a user who has permissions to Microsoft Advertising accounts. For more information see Authentication with OAuth. |
string |
DeveloperToken | The developer token used to access the Bing Ads API. For more information see Get a Developer Token. |
string |
Password | This element is reserved for internal use and will be removed from a future version of the API. You must use the AuthenticationToken element to set user credentials. | string |
UserName | This element is reserved for internal use and will be removed from a future version of the API. You must use the AuthenticationToken element to set user credentials. | string |
Response Elements
The UpdateAccountResponse object defines the body and header elements of the service operation response. The elements are returned in the same order as shown in the Response SOAP.
Response Body Elements
Element | Description | Data Type |
---|---|---|
LastModifiedTime | The date and time that the account was last updated. The value is in Coordinated Universal Time (UTC). The date and time value reflects the date and time at the server, not the client. For information about the format of the date and time, see the dateTime entry in Primitive XML Data Types. |
dateTime |
Response Header Elements
Element | Description | Data Type |
---|---|---|
TrackingId | The identifier of the log entry that contains the details of the API call. | string |
Request SOAP
This template was generated by a tool to show the order of the body and header elements for the SOAP request. For supported types that you can use with this service operation, see the Request Body Elements reference above.
<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>
Response SOAP
This template was generated by a tool to show the order of the body and header elements for the SOAP response.
<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>
Code Syntax
The example syntax can be used with Bing Ads SDKs. See Bing Ads API Code Examples for more examples.
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)
Requirements
Service: CustomerManagementService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13