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 .jsv suffix or ?format=jsv

HTTP + JSV

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: api2.ghs-automotive.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
				}
			]
		}
	]
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	responseCode: 0,
	responseMessage: String
}