Update campaign
PATCH {{baseUrl}}/marketing/v3/campaigns/:campaignGuid
Perform a partial update of a campaign identified by the specified campaignGuid. Provided property values will be overwritten. Read-only and non-existent properties will cause 400 error. If an empty string is passed for any property in the Batch Update, it will reset that property's value.
Request Body
{"properties"=>{"enim_fee"=>"<string>", "aliquip1"=>"<string>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"createdAt":"\u003cdateTime\u003e","id":"\u003cstring\u003e","properties":{"nostrudb":"\u003cstring\u003e","animc23":"\u003cstring\u003e"},"updatedAt":"\u003cdateTime\u003e"}