Create a campaign
POST {{baseUrl}}/marketing/v3/campaigns/
Create a campaign with the given properties and return the campaign object, including the campaignGuid and created properties.
Request Body
{"properties"=>{"enim_fee"=>"<string>", "aliquip1"=>"<string>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"createdAt":"\u003cdateTime\u003e","id":"\u003cstring\u003e","properties":{"nostrudb":"\u003cstring\u003e","animc23":"\u003cstring\u003e"},"updatedAt":"\u003cdateTime\u003e"}