ScheduleCampaignRequest¶
Type: object
Record describe how to schedule the campaign
Properties¶
| Property | Type | Required | Description | Constraints |
|---|---|---|---|---|
input |
model: ScheduleCampaignData | No |
Generated example¶
{
"input": {
"cloneToProgramName": "Example name",
"runAt": "2026-01-15T10:30:00Z",
"tokens": [
{
"name": "Example name",
"value": "string"
}
]
}
}
Referenced models¶
Source¶
Generated from swagger-mapi.json.