POST api/CompanyGoogleAdsCampaign/Create
Request Information
URI Parameters
None.
Body Parameters
UpsertVm| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| GoogleCustomerId | string |
None. |
|
| GoogleCampaignId | string |
None. |
|
| GoogleCampaignName | string |
None. |
|
| GoogleEmail | string |
None. |
|
| CampaignId | integer |
None. |
|
| CampaignUID | string |
None. |
|
| ProjectId | integer |
None. |
|
| UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"GoogleCustomerId": "sample string 1",
"GoogleCampaignId": "sample string 2",
"GoogleCampaignName": "sample string 3",
"GoogleEmail": "sample string 4",
"CampaignId": 1,
"CampaignUID": "sample string 5",
"ProjectId": 1,
"UserId": 1
}
application/xml, text/xml
Sample:
<CompanyGoogleAdsCampaignController.UpsertVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BrokerServer.Services.Campaign"> <CampaignId>1</CampaignId> <CampaignUID>sample string 5</CampaignUID> <GoogleCampaignId>sample string 2</GoogleCampaignId> <GoogleCampaignName>sample string 3</GoogleCampaignName> <GoogleCustomerId>sample string 1</GoogleCustomerId> <GoogleEmail>sample string 4</GoogleEmail> <Id>1</Id> <ProjectId>1</ProjectId> <UserId>1</UserId> </CompanyGoogleAdsCampaignController.UpsertVm>
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.