Gtm.ApiInternal.V1

<back to all web services

GetSupportRequest

The following routes are available for this service:
All Verbs/api/v1/supportrequests/{Id}
GET/api/v1/GetSupportRequest
GET/api/v1/GetSupportRequest/{Id}

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/GetSupportRequest HTTP/1.1 
Host: apiinternalv1.gtm.gits2.nl 
Content-Type: text/jsv
Content-Length: length

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

{
	Created: 0001-01-01,
	CustomerId: 0,
	CompanyName: String,
	Applicant: String,
	OptionEnum: String,
	Option: String,
	IMEINumber: String,
	LicensePlate: String,
	Type: String,
	MalfunctionType: String,
	Message: String,
	Reply: String,
	Closed: 0001-01-01,
	Id: 0
}