Method :POST
URL: https://apiv1.publicators.com/api/Campaigns/ScheduleRegularCampaign
Request Information
URI Parameters
None.
Body Parameters
ScheduleRegularCampaignBindingeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Auth |
Token |
AuthorizationTokenBindingModel |
Required |
| ID |
Campaign Id |
integer |
None. |
| ScheduleDateTime |
Set NULL for now. format yyyy/MM/dd HH:mm |
date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Auth": {
"Token": "e142f344-5201-4cd7-8279-69dcc9c0d4d0"
},
"ID": 1,
"ScheduleDateTime": "2026/05/25 08:34:50"
}
Response Information
Resource Description
ScheduleCampaignViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsSuccess": true
}