POST api/CampaignTool/AssociateCampaignDetailKeywords
Request Information
URI Parameters
None.
Body Parameters
AssociateKeywordsDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| CampaignId | integer |
None. |
|
| KeywordIds | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CampaignId": 1,
"KeywordIds": [
1,
2
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true