Update a batch of campaigns
POST {{baseUrl}}/marketing/v3/campaigns/batch/update
This endpoint updates a batch of campaigns based on the provided input data. The maximum number of items in a batch request is 50. If an empty string ("") is passed for any property in the Batch Update, it will reset that property's value.
Request Body
{"inputs"=>[{"id"=>"<string>", "properties"=>{"sed766"=>"<string>", "ea364"=>"<string>"}}, {"id"=>"<string>", "properties"=>{"aliquip_d4d"=>"<string>", "veniam_21"=>"<string>", "occaecatd91"=>"<string>", "elit_c"=>"<string>", "proident_c3c"=>"<string>"}}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"completedAt":"\u003cdateTime\u003e","results":[{"createdAt":"\u003cdateTime\u003e","id":"\u003cstring\u003e","properties":{"occaecat_2de":"\u003cstring\u003e","deserunt_9c":"\u003cstring\u003e"},"updatedAt":"\u003cdateTime\u003e"},{"createdAt":"\u003cdateTime\u003e","id":"\u003cstring\u003e","properties":{"nisi4":"\u003cstring\u003e","cupidatatdfa":"\u003cstring\u003e"},"updatedAt":"\u003cdateTime\u003e"}],"startedAt":"\u003cdateTime\u003e","status":"PENDING","requestedAt":"\u003cdateTime\u003e","links":{"aliqua_c7":"\u003cstring\u003e"}}