POST api/TransportOrder/PostGPSShareLink
Request Information
URI Parameters
None.
Body Parameters
LiveLink| Name | Description | Type | Additional 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": "2025-12-06T05:20:33.5400671+00:00",
"GSL_VALID_TO": "2025-12-06T05:20:33.5400671+00:00",
"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>2025-12-06T05:20:33.5400671+00:00</GSL_VALID_FROM> <GSL_VALID_TO>2025-12-06T05:20:33.5400671+00:00</GSL_VALID_TO> </LiveLink>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |