POST api/TransportOrder/GetGPSShareLinkLocation

Request Information

URI Parameters

None.

Body Parameters

LiveLink
NameDescriptionTypeAdditional information
GSL_DEVICENAME

string

None.

GSL_TOKEN

string

None.

GSL_VALID_FROM

date

None.

GSL_VALID_TO

date

None.

GSL_CREATED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "GSL_DEVICENAME": "sample string 1",
  "GSL_TOKEN": "sample string 2",
  "GSL_VALID_FROM": "2024-05-19T15:30:18.9262244+05:30",
  "GSL_VALID_TO": "2024-05-19T15:30:18.9262244+05:30",
  "GSL_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<LiveLink xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <GSL_CREATED_BY>1</GSL_CREATED_BY>
  <GSL_DEVICENAME>sample string 1</GSL_DEVICENAME>
  <GSL_TOKEN>sample string 2</GSL_TOKEN>
  <GSL_VALID_FROM>2024-05-19T15:30:18.9262244+05:30</GSL_VALID_FROM>
  <GSL_VALID_TO>2024-05-19T15:30:18.9262244+05:30</GSL_VALID_TO>
</LiveLink>

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.