HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/reply/CloseSupportRequest HTTP/1.1
Host: apiinternalv1.gtm.gits2.nl
Content-Type: application/xml
Content-Length: length
<CloseSupportRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gtm.ApiInternal.V1.Dto.SupportRequest">
<Id>0</Id>
<Reply>String</Reply>
</CloseSupportRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<CloseSupportRequestResponse 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>
</CloseSupportRequestResponse>