POST api/ShipmentNotification/createETAscheduledCheck
Request Information
URI Parameters
None.
Body Parameters
ScheduleName | Description | Type | Additional information |
---|---|---|---|
scheduleID | string |
None. |
|
cronExpression | string |
None. |
|
callService | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "scheduleID": "sample string 1", "cronExpression": "sample string 2", "callService": "sample string 3" }
application/xml, text/xml
Sample:
<Schedule xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BackgroundSchedularJobs.Models"> <callService>sample string 3</callService> <cronExpression>sample string 2</cronExpression> <scheduleID>sample string 1</scheduleID> </Schedule>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.