POST api/TransportOrder/GetGPSPushNotificationList

Request Information

URI Parameters

None.

Body Parameters

PushNotification
NameDescriptionTypeAdditional 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": "2024-05-19T18:03:57.9322246+05:30",
  "TOP_ID": 1,
  "ADDRESS": "sample string 1",
  "FROM_DATE": "2024-05-19T18:03:57.9332239+05:30",
  "TO_DATE": "2024-05-19T18:03:57.9332239+05:30",
  "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>2024-05-19T18:03:57.9322246+05:30</DATE>
  <DEVICENAME>sample string 2</DEVICENAME>
  <EVENT_TYPE>sample string 3</EVENT_TYPE>
  <FROM_DATE>2024-05-19T18:03:57.9332239+05:30</FROM_DATE>
  <ID>1</ID>
  <TOP_ID>1</TOP_ID>
  <TO_DATE>2024-05-19T18:03:57.9332239+05:30</TO_DATE>
</PushNotification>

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.