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

HTTP + XML

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

POST /xml/reply/GetSupportRequest HTTP/1.1 
Host: apiinternalv1.gtm.gits2.nl 
Content-Type: application/xml
Content-Length: length

<GetSupportRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gtm.ApiInternal.V1.Dto.SupportRequest">
  <Id>0</Id>
</GetSupportRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<GetSupportRequestResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gtm.ApiInternal.V1.Dto.SupportRequest">
  <Id xmlns="http://schemas.datacontract.org/2004/07/Gtm.ApiInternal.V1.Dto.SupportRequest.Dto">0</Id>
  <Applicant xmlns="http://schemas.datacontract.org/2004/07/Gtm.ApiInternal.V1.Dto.SupportRequest.Dto">String</Applicant>
  <Closed xmlns="http://schemas.datacontract.org/2004/07/Gtm.ApiInternal.V1.Dto.SupportRequest.Dto">0001-01-01T00:00:00</Closed>
  <CompanyName xmlns="http://schemas.datacontract.org/2004/07/Gtm.ApiInternal.V1.Dto.SupportRequest.Dto">String</CompanyName>
  <Created xmlns="http://schemas.datacontract.org/2004/07/Gtm.ApiInternal.V1.Dto.SupportRequest.Dto">0001-01-01T00:00:00</Created>
  <CustomerId xmlns="http://schemas.datacontract.org/2004/07/Gtm.ApiInternal.V1.Dto.SupportRequest.Dto">0</CustomerId>
  <IMEINumber xmlns="http://schemas.datacontract.org/2004/07/Gtm.ApiInternal.V1.Dto.SupportRequest.Dto">String</IMEINumber>
  <LicensePlate xmlns="http://schemas.datacontract.org/2004/07/Gtm.ApiInternal.V1.Dto.SupportRequest.Dto">String</LicensePlate>
  <MalfunctionType xmlns="http://schemas.datacontract.org/2004/07/Gtm.ApiInternal.V1.Dto.SupportRequest.Dto">String</MalfunctionType>
  <Message xmlns="http://schemas.datacontract.org/2004/07/Gtm.ApiInternal.V1.Dto.SupportRequest.Dto">String</Message>
  <Option xmlns="http://schemas.datacontract.org/2004/07/Gtm.ApiInternal.V1.Dto.SupportRequest.Dto">String</Option>
  <OptionEnum xmlns="http://schemas.datacontract.org/2004/07/Gtm.ApiInternal.V1.Dto.SupportRequest.Dto">String</OptionEnum>
  <Reply xmlns="http://schemas.datacontract.org/2004/07/Gtm.ApiInternal.V1.Dto.SupportRequest.Dto">String</Reply>
  <Type xmlns="http://schemas.datacontract.org/2004/07/Gtm.ApiInternal.V1.Dto.SupportRequest.Dto">String</Type>
</GetSupportRequestResponse>