POST api/VoyageMaster/GetVoyageMaster
Request Information
URI Parameters
None.
Body Parameters
VoyageMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| VOY_ID | integer |
None. |
|
| VOY_CP_ID | integer |
None. |
|
| VOY_AP_ID | integer |
None. |
|
| VOY_PT_ID | integer |
None. |
|
| VOY_VSL_ID | integer |
None. |
|
| VOY_LINE_NUM | string |
None. |
|
| VOY_STATUS | string |
None. |
|
| START | integer |
None. |
|
| LENGTH | integer |
None. |
|
| VOY_REQUESTED_BY | integer |
None. |
|
| STATUS | string |
None. |
|
| RESULT | string |
None. |
|
| VOY_ETA | date |
None. |
|
| VOY_ETD | date |
None. |
|
| VOY_CUT_OFF | date |
None. |
|
| FULL_VOY | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"VOY_ID": 1,
"VOY_CP_ID": 1,
"VOY_AP_ID": 1,
"VOY_PT_ID": 1,
"VOY_VSL_ID": 1,
"VOY_LINE_NUM": "sample string 1",
"VOY_STATUS": "sample string 2",
"START": 1,
"LENGTH": 1,
"VOY_REQUESTED_BY": 1,
"STATUS": "sample string 3",
"RESULT": "sample string 4",
"VOY_ETA": "2025-12-06T05:28:14.0188941+00:00",
"VOY_ETD": "2025-12-06T05:28:14.0188941+00:00",
"VOY_CUT_OFF": "2025-12-06T05:28:14.0188941+00:00",
"FULL_VOY": "sample string 5"
}
application/xml, text/xml
Sample:
<VoyageMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <FULL_VOY>sample string 5</FULL_VOY> <LENGTH>1</LENGTH> <RESULT>sample string 4</RESULT> <START>1</START> <STATUS>sample string 3</STATUS> <VOY_AP_ID>1</VOY_AP_ID> <VOY_CP_ID>1</VOY_CP_ID> <VOY_CUT_OFF>2025-12-06T05:28:14.0188941+00:00</VOY_CUT_OFF> <VOY_ETA>2025-12-06T05:28:14.0188941+00:00</VOY_ETA> <VOY_ETD>2025-12-06T05:28:14.0188941+00:00</VOY_ETD> <VOY_ID>1</VOY_ID> <VOY_LINE_NUM>sample string 1</VOY_LINE_NUM> <VOY_PT_ID>1</VOY_PT_ID> <VOY_REQUESTED_BY>1</VOY_REQUESTED_BY> <VOY_STATUS>sample string 2</VOY_STATUS> <VOY_VSL_ID>1</VOY_VSL_ID> </VoyageMaster>
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. |