POST api/GoogleAds/SelectCustomer
Request Information
URI Parameters
None.
Body Parameters
SelectCustomerVm| Name | Description | Type | Additional information |
|---|---|---|---|
| CredentialId | integer |
None. |
|
| CustomerId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CredentialId": 1,
"CustomerId": "sample string 2"
}
application/xml, text/xml
Sample:
<GoogleAdsController.SelectCustomerVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BrokerServer.Services.ThirdPartyAccount"> <CredentialId>1</CredentialId> <CustomerId>sample string 2</CustomerId> </GoogleAdsController.SelectCustomerVm>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.