POST api/TransportOrder/GetGPSTruckHistory

Request Information

URI Parameters

None.

Body Parameters

GPSResponse
NameDescriptionTypeAdditional information
TRL_TOP_ID

integer

None.

TRL_GPS_STATE

string

None.

TRL_TRK_NUMBER

string

None.

TRL_FROM_DATE

date

None.

TRL_TO_DATE

date

None.

TRL_TRK_ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TRL_TOP_ID": 1,
  "TRL_GPS_STATE": "sample string 1",
  "TRL_TRK_NUMBER": "sample string 2",
  "TRL_FROM_DATE": "2024-05-19T14:34:33.8812326+05:30",
  "TRL_TO_DATE": "2024-05-19T14:34:33.8812326+05:30",
  "TRL_TRK_ID": 1
}

application/xml, text/xml

Sample:
<GPSResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <TRL_FROM_DATE>2024-05-19T14:34:33.8812326+05:30</TRL_FROM_DATE>
  <TRL_GPS_STATE>sample string 1</TRL_GPS_STATE>
  <TRL_TOP_ID>1</TRL_TOP_ID>
  <TRL_TO_DATE>2024-05-19T14:34:33.8812326+05:30</TRL_TO_DATE>
  <TRL_TRK_ID>1</TRL_TRK_ID>
  <TRL_TRK_NUMBER>sample string 2</TRL_TRK_NUMBER>
</GPSResponse>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.