UpdateClientLinks Service Operation - Customer Management
Updates the status of the specified client links.
Note
Only a user with Super Admin or Standard credentials can add, update, and search for client links to advertiser accounts. Only a user with Super Admin credentials can add, update, and search for client links to customers. For more information, see the User Roles technical guide.
If your user is within an agency, then the operation may be used to update the client link status of any account that you manage or have invited to manage.
If your user is within a client customer that has one or more accounts managed or invited to be managed by an agency, then you may only use this operation to update the status as LinkAccepted or LinkDeclined. A client may also accept or decline the link request via the Microsoft Advertising web application.
Tip
For more information about the client link lifecycle, see the Account Hierarchy technical guide. For more information about becoming an agency, see the Resources for agency partners. For more information from a client's perspective, see How to have an agency manage your Microsoft Advertising account.
Request Elements
The UpdateClientLinksRequest 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 |
---|---|---|
ClientLinks | The list of client links to update. You should limit your request to 10 client links per call. |
ClientLink array |
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 UpdateClientLinksResponse 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 |
---|---|---|
OperationErrors | A list of one or more reasons why the service operation failed, and no client links were added. | OperationError array |
PartialErrors | An array of OperationError lists that contain details for any client links that were not successfully added. Results are returned in the same order corresponding to the requested client links. The number of first dimension list elements is equal to the requested client links count. For successfully added client links, the OperationError element at the corresponding index is null. |
OperationError array |
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">UpdateClientLinks</Action>
<AuthenticationToken i:nil="false">ValueHere</AuthenticationToken>
<DeveloperToken i:nil="false">ValueHere</DeveloperToken>
</s:Header>
<s:Body>
<UpdateClientLinksRequest xmlns="https://bingads.microsoft.com/Customer/v13">
<ClientLinks xmlns:e277="https://bingads.microsoft.com/Customer/v13/Entities" i:nil="false">
<e277:ClientLink>
<e277:Type i:nil="false">ValueHere</e277:Type>
<e277:ClientEntityId i:nil="false">ValueHere</e277:ClientEntityId>
<e277:ClientEntityNumber i:nil="false">ValueHere</e277:ClientEntityNumber>
<e277:ClientEntityName i:nil="false">ValueHere</e277:ClientEntityName>
<e277:ManagingCustomerId i:nil="false">ValueHere</e277:ManagingCustomerId>
<e277:ManagingCustomerNumber i:nil="false">ValueHere</e277:ManagingCustomerNumber>
<e277:ManagingCustomerName i:nil="false">ValueHere</e277:ManagingCustomerName>
<e277:Note i:nil="false">ValueHere</e277:Note>
<e277:Name i:nil="false">ValueHere</e277:Name>
<e277:InviterEmail i:nil="false">ValueHere</e277:InviterEmail>
<e277:InviterName i:nil="false">ValueHere</e277:InviterName>
<e277:InviterPhone i:nil="false">ValueHere</e277:InviterPhone>
<e277:IsBillToClient i:nil="false">ValueHere</e277:IsBillToClient>
<e277:StartDate i:nil="false">ValueHere</e277:StartDate>
<e277:Status i:nil="false">ValueHere</e277:Status>
<e277:SuppressNotification>ValueHere</e277:SuppressNotification>
<e277:LastModifiedDateTime>ValueHere</e277:LastModifiedDateTime>
<e277:LastModifiedByUserId>ValueHere</e277:LastModifiedByUserId>
<e277:Timestamp i:nil="false">ValueHere</e277:Timestamp>
<e277:ForwardCompatibilityMap xmlns:e278="http://schemas.datacontract.org/2004/07/System.Collections.Generic" i:nil="false">
<e278:KeyValuePairOfstringstring>
<e278:key i:nil="false">ValueHere</e278:key>
<e278:value i:nil="false">ValueHere</e278:value>
</e278:KeyValuePairOfstringstring>
</e277:ForwardCompatibilityMap>
<e277:CustomerLinkPermission i:nil="false">ValueHere</e277:CustomerLinkPermission>
</e277:ClientLink>
</ClientLinks>
</UpdateClientLinksRequest>
</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>
<UpdateClientLinksResponse xmlns="https://bingads.microsoft.com/Customer/v13">
<OperationErrors xmlns:e279="https://bingads.microsoft.com/Customer/v13/Exception" d4p1:nil="false" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">
<e279:OperationError>
<e279:Code>ValueHere</e279:Code>
<e279:Details d4p1:nil="false">ValueHere</e279:Details>
<e279:Message d4p1:nil="false">ValueHere</e279:Message>
</e279:OperationError>
</OperationErrors>
<PartialErrors xmlns:e280="https://bingads.microsoft.com/Customer/v13/Exception" d4p1:nil="false" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">
<e280:ArrayOfOperationError>
<e280:OperationError>
<e280:Code>ValueHere</e280:Code>
<e280:Details d4p1:nil="false">ValueHere</e280:Details>
<e280:Message d4p1:nil="false">ValueHere</e280:Message>
</e280:OperationError>
</e280:ArrayOfOperationError>
</PartialErrors>
</UpdateClientLinksResponse>
</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<UpdateClientLinksResponse> UpdateClientLinksAsync(
IList<ClientLink> clientLinks)
{
var request = new UpdateClientLinksRequest
{
ClientLinks = clientLinks
};
return (await CustomerManagementService.CallAsync((s, r) => s.UpdateClientLinksAsync(r), request));
}
static UpdateClientLinksResponse updateClientLinks(
ArrayOfClientLink clientLinks) throws RemoteException, Exception
{
UpdateClientLinksRequest request = new UpdateClientLinksRequest();
request.setClientLinks(clientLinks);
return CustomerManagementService.getService().updateClientLinks(request);
}
static function UpdateClientLinks(
$clientLinks)
{
$GLOBALS['Proxy'] = $GLOBALS['CustomerManagementProxy'];
$request = new UpdateClientLinksRequest();
$request->ClientLinks = $clientLinks;
return $GLOBALS['CustomerManagementProxy']->GetService()->UpdateClientLinks($request);
}
response=customermanagement_service.UpdateClientLinks(
ClientLinks=ClientLinks)
Requirements
Service: CustomerManagementService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13