POST api/GetVoySchedule/GetSchedule
Request Information
URI Parameters
None.
Body Parameters
GetVoySchedule| Name | 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-12-06T04:26:28.3547371+00:00",
"to_date": "2025-12-06T04:26:28.3547371+00:00"
}
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-12-06T04:26:28.3547371+00:00</from_date> <to_date>2025-12-06T04:26:28.3547371+00:00</to_date> </GetVoySchedule>
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. |