The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/reply/RunImportRequest HTTP/1.1
Host: s1-api.fource.nl
Content-Type: text/jsv
Content-Length: length
{
routeReference: String,
licensePlate: String,
driver: String,
site: String,
plannedStartDateTime: 0001-01-01,
plannedEndDateTime: 0001-01-01,
actualStartDateTime: 0001-01-01,
actualEndDateTime: 0001-01-01,
startMileage: 0,
endMileage: 0,
stops:
[
{
sequence: 0,
isExecuted: False,
startDateTime: 0001-01-01,
endDateTime: 0001-01-01,
gpsLatitude: 0,
gpsLongitude: 0,
plannedTimeOfArrival: 0001-01-01,
signature: String,
items:
[
{
orderReference: String,
type: String,
selectionMethod: String,
isExecuted: False,
executionDateTime: 0001-01-01
}
]
}
]
}