POST Zoho/ScheduleCampaign
Request Information
URI Parameters
None.
Body Parameters
ScheduleInput| Name | Description | Type | Additional information |
|---|---|---|---|
| scheduledate | string |
None. |
|
| schedulehour | integer |
None. |
|
| scheduleminute | integer |
None. |
|
| format | string |
None. |
|
| timeZone | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"scheduledate": "sample string 1",
"schedulehour": 2,
"scheduleminute": 3,
"format": "sample string 4",
"timeZone": "sample string 5"
}
application/xml, text/xml
Sample:
<ScheduleInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AstroVed.Api.DAL"> <format>sample string 4</format> <scheduledate>sample string 1</scheduledate> <schedulehour>2</schedulehour> <scheduleminute>3</scheduleminute> <timeZone>sample string 5</timeZone> </ScheduleInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.