POST api/TransportOrder/GetSimTracking

Request Information

URI Parameters

None.

Body Parameters

TOSimTrackingInputs
NameDescriptionTypeAdditional information
TST_ID

integer

None.

TO_ID

integer

None.

TO_NUMBER

string

None.

TO_TRK_ID

integer

None.

TST_TRIP_ID

string

None.

TST_TRIP_URL

string

None.

TO_DRIVER_ID

integer

None.

TST_DRV_NAME

string

None.

TST_DRV_MOBILE

string

None.

TST_FROM_CT_ID

integer

None.

TST_TO_CT_ID

integer

None.

TST_FROM_LAT_LONG

string

None.

TST_TO_LAT_LONG

string

None.

TO_CREATED_BY

integer

None.

TST_STATUS

string

None.

TST_NOTES

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TST_ID": 1,
  "TO_ID": 1,
  "TO_NUMBER": "sample string 1",
  "TO_TRK_ID": 1,
  "TST_TRIP_ID": "sample string 2",
  "TST_TRIP_URL": "sample string 3",
  "TO_DRIVER_ID": 1,
  "TST_DRV_NAME": "sample string 4",
  "TST_DRV_MOBILE": "sample string 5",
  "TST_FROM_CT_ID": 1,
  "TST_TO_CT_ID": 1,
  "TST_FROM_LAT_LONG": "sample string 6",
  "TST_TO_LAT_LONG": "sample string 7",
  "TO_CREATED_BY": 1,
  "TST_STATUS": "sample string 8",
  "TST_NOTES": "sample string 9"
}

application/xml, text/xml

Sample:
<TOSimTrackingInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <TO_CREATED_BY>1</TO_CREATED_BY>
  <TO_DRIVER_ID>1</TO_DRIVER_ID>
  <TO_ID>1</TO_ID>
  <TO_NUMBER>sample string 1</TO_NUMBER>
  <TO_TRK_ID>1</TO_TRK_ID>
  <TST_DRV_MOBILE>sample string 5</TST_DRV_MOBILE>
  <TST_DRV_NAME>sample string 4</TST_DRV_NAME>
  <TST_FROM_CT_ID>1</TST_FROM_CT_ID>
  <TST_FROM_LAT_LONG>sample string 6</TST_FROM_LAT_LONG>
  <TST_ID>1</TST_ID>
  <TST_NOTES>sample string 9</TST_NOTES>
  <TST_STATUS>sample string 8</TST_STATUS>
  <TST_TO_CT_ID>1</TST_TO_CT_ID>
  <TST_TO_LAT_LONG>sample string 7</TST_TO_LAT_LONG>
  <TST_TRIP_ID>sample string 2</TST_TRIP_ID>
  <TST_TRIP_URL>sample string 3</TST_TRIP_URL>
</TOSimTrackingInputs>

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.