POST api/GetVoySchedule/GetSchedule

Request Information

URI Parameters

None.

Body Parameters

GetVoySchedule
NameDescriptionTypeAdditional information
POL_ID

integer

None.

POD_ID

integer

None.

from_date

date

None.

to_date

date

None.

Request Formats

application/json, text/json

Sample:
{
  "POL_ID": 1,
  "POD_ID": 1,
  "from_date": "2024-05-19T15:19:38.1682242+05:30",
  "to_date": "2024-05-19T15:19:38.1682242+05:30"
}

application/xml, text/xml

Sample:
<GetVoySchedule xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <POD_ID>1</POD_ID>
  <POL_ID>1</POL_ID>
  <from_date>2024-05-19T15:19:38.1682242+05:30</from_date>
  <to_date>2024-05-19T15:19:38.1682242+05:30</to_date>
</GetVoySchedule>

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.