POST api/TransportOrder/GetGPSVehicleDistance

Request Information

URI Parameters

None.

Body Parameters

TOTripLocation
NameDescriptionTypeAdditional information
TO_ID

integer

None.

TRK_ID

integer

None.

TRL_FROM_DATE

date

None.

TRL_TO_DATE

date

None.

TRL_TRK_NUMBER

string

None.

TRL_TOP_ID

integer

None.

START

integer

None.

LENGTH

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TO_ID": 1,
  "TRK_ID": 1,
  "TRL_FROM_DATE": "2024-05-19T14:52:55.4892257+05:30",
  "TRL_TO_DATE": "2024-05-19T14:52:55.4892257+05:30",
  "TRL_TRK_NUMBER": "sample string 1",
  "TRL_TOP_ID": 1,
  "START": 1,
  "LENGTH": 1
}

application/xml, text/xml

Sample:
<TOTripLocation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <LENGTH>1</LENGTH>
  <START>1</START>
  <TO_ID>1</TO_ID>
  <TRK_ID>1</TRK_ID>
  <TRL_FROM_DATE>2024-05-19T14:52:55.4892257+05:30</TRL_FROM_DATE>
  <TRL_TOP_ID>1</TRL_TOP_ID>
  <TRL_TO_DATE>2024-05-19T14:52:55.4892257+05:30</TRL_TO_DATE>
  <TRL_TRK_NUMBER>sample string 1</TRL_TRK_NUMBER>
</TOTripLocation>

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.