POST api/TransportOrder/GetGPSPushNotificationList
Request Information
URI Parameters
None.
Body Parameters
PushNotification| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| DATE | date |
None. |
|
| TOP_ID | integer |
None. |
|
| ADDRESS | string |
None. |
|
| FROM_DATE | date |
None. |
|
| TO_DATE | date |
None. |
|
| DEVICENAME | string |
None. |
|
| EVENT_TYPE | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"DATE": "2025-12-06T04:22:52.9872265+00:00",
"TOP_ID": 1,
"ADDRESS": "sample string 1",
"FROM_DATE": "2025-12-06T04:22:52.9872265+00:00",
"TO_DATE": "2025-12-06T04:22:52.9872265+00:00",
"DEVICENAME": "sample string 2",
"EVENT_TYPE": "sample string 3"
}
application/xml, text/xml
Sample:
<PushNotification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <ADDRESS>sample string 1</ADDRESS> <DATE>2025-12-06T04:22:52.9872265+00:00</DATE> <DEVICENAME>sample string 2</DEVICENAME> <EVENT_TYPE>sample string 3</EVENT_TYPE> <FROM_DATE>2025-12-06T04:22:52.9872265+00:00</FROM_DATE> <ID>1</ID> <TOP_ID>1</TOP_ID> <TO_DATE>2025-12-06T04:22:52.9872265+00:00</TO_DATE> </PushNotification>
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. |