s1 API Host

<back to all web services

RunImportRequest

The following routes are available for this service:
POST, OPTIONS/api/zetes/export

To override the Content-type in your clients HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /json/reply/RunImportRequest HTTP/1.1 
Host: api2.ghs-automotive.nl 
Content-Type: application/json
Content-Length: length

{"routeReference":"String","licensePlate":"String","driver":"String","site":"String","plannedStartDateTime":"\/Date(-62135596800000-0000)\/","plannedEndDateTime":"\/Date(-62135596800000-0000)\/","actualStartDateTime":"\/Date(-62135596800000-0000)\/","actualEndDateTime":"\/Date(-62135596800000-0000)\/","startMileage":0,"endMileage":0,"stops":[{"sequence":0,"isExecuted":false,"startDateTime":"\/Date(-62135596800000-0000)\/","endDateTime":"\/Date(-62135596800000-0000)\/","gpsLatitude":0,"gpsLongitude":0,"plannedTimeOfArrival":"\/Date(-62135596800000-0000)\/","signature":"String","items":[{"orderReference":"String","type":"String","selectionMethod":"String","isExecuted":false,"executionDateTime":"\/Date(-62135596800000-0000)\/"}]}]}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"responseCode":0,"responseMessage":"String"}