POST api/GetVoySchedule/GetSchedule
Request Information
URI Parameters
None.
Body Parameters
GetVoyScheduleName | Description | Type | Additional 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": "2025-04-29T15:30:23.879216+05:30", "to_date": "2025-04-29T15:30:23.879216+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>2025-04-29T15:30:23.879216+05:30</from_date> <to_date>2025-04-29T15:30:23.879216+05:30</to_date> </GetVoySchedule>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |