POST api/Voyage/GetVesselMaster
Request Information
URI Parameters
None.
Body Parameters
GetVesselMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| VS_ID | integer |
None. |
|
| VS_CODE | string |
None. |
|
| VS_NAME | string |
None. |
|
| VS_STATUS | string |
None. |
|
| START | integer |
None. |
|
| LENGTH | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"VS_ID": 1,
"VS_CODE": "sample string 1",
"VS_NAME": "sample string 2",
"VS_STATUS": "sample string 3",
"START": 1,
"LENGTH": 1
}
application/xml, text/xml
Sample:
<GetVesselMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <LENGTH>1</LENGTH> <START>1</START> <VS_CODE>sample string 1</VS_CODE> <VS_ID>1</VS_ID> <VS_NAME>sample string 2</VS_NAME> <VS_STATUS>sample string 3</VS_STATUS> </GetVesselMaster>
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. |