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