POST api/JobScheduler/ScheduleSingleJob
Request Information
URI Parameters
None.
Body Parameters
VehicleVATScheduleModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"FromDate": "2026-06-03T19:17:49.3581898+00:00",
"ToDate": "2026-06-03T19:17:49.3581898+00:00"
}
application/xml, text/xml
Sample:
<VehicleVATScheduleModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TollDataMart.Data.Model"> <FromDate>2026-06-03T19:17:49.3581898+00:00</FromDate> <ToDate>2026-06-03T19:17:49.3581898+00:00</ToDate> </VehicleVATScheduleModel>
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.