Create Campaign
POST/campaigns
Create Campaign
Request
- application/json
Body
tags string
Tags
name string
Name
description string
Description
startDate string
Start Date
endDate string
End Date
bookings number
Bookings
totalSpend number
Total Spend
ownerType string
Owner Type
ownerId string
Owner
Responses
- 200
Created Campaign
- application/json
- Schema
- Example (from schema)
Schema
tags string
Tags
name string
Name
description string
Description
startDate string
Start Date
endDate string
End Date
bookings number
Bookings
totalSpend number
Total Spend
ownerType string
Owner Type
ownerId string
Owner
id string
Id
createdAt string
Created At
updatedAt string
Updated At
deletedAt string
Deleted At
deleted string
Deleted
createdBy string
Created By
updatedBy string
Updated By
deletedBy string
Deleted By
{
"tags": "string",
"name": "string",
"description": "string",
"startDate": "string",
"endDate": "string",
"bookings": 0,
"totalSpend": 0,
"ownerType": "string",
"ownerId": "string",
"id": "string",
"createdAt": "string",
"updatedAt": "string",
"deletedAt": "string",
"deleted": "string",
"createdBy": "string",
"updatedBy": "string",
"deletedBy": "string"
}
Loading...