Create a batch of campaigns
POST {{baseUrl}}/marketing/v3/campaigns/batch/create
This endpoint creates a batch of campaigns. The maximum number of items in a batch request is 50. The campaigns in the response are not guaranteed to be in the same order as they were provided in the request.
Request Body
{"inputs"=>[{"properties"=>{"veniam_2"=>"<string>", "et_6"=>"<string>"}}, {"properties"=>{"incb"=>"<string>"}}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"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"}}