s1 API Host

<back to all web services

GetMaintenanceGroupsRequest

The following routes are available for this service:
GET,OPTIONS/api/cars/tecrmi/{tecRmiCarId}/maintenance/bodies/{bodyId}/groupsGet maintenance groups for a tecRmi car bodyUser has to be authenticated.
Parameters:
NameParameterData TypeRequiredDescription
tecRmiCarIdpathintYesThe TecRmi car id
bodyIdpathintYesThe chosen body id from /cars/tecrmi/{tecRmiCarId}/maintenance/bodies

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/GetMaintenanceGroupsRequest HTTP/1.1 
Host: api-beta.ghs-automotive.nl 
Content-Type: text/jsv
Content-Length: length

{
	tecRmiCarId: 0,
	bodyId: 0
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	maintenanceGroups: 
	{
		multipleMainServicesAllowed: False,
		onlyAdditionalServicesAllowed: False
	},
	responseStatus: 
	{
		errorCode: String,
		message: String,
		stackTrace: String,
		errors: 
		[
			{
				errorCode: String,
				fieldName: String,
				message: String
			}
		]
	}
}