POST api/DepotOnline/GetOFFHireList
Request Information
URI Parameters
None.
Body Parameters
GetOFFNHireRequestInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| OFH_REF | string |
None. |
|
| OFH_CONT_NUM | integer |
None. |
|
| OFH_PT_ID | integer |
None. |
|
| OFH_DP_ID | integer |
None. |
|
| OFH_STATUS | string |
None. |
|
| OFH_PORT_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"OFH_REF": "sample string 1",
"OFH_CONT_NUM": 1,
"OFH_PT_ID": 1,
"OFH_DP_ID": 1,
"OFH_STATUS": "sample string 2",
"OFH_PORT_ID": 1
}
application/xml, text/xml
Sample:
<GetOFFNHireRequestInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <OFH_CONT_NUM>1</OFH_CONT_NUM> <OFH_DP_ID>1</OFH_DP_ID> <OFH_PORT_ID>1</OFH_PORT_ID> <OFH_PT_ID>1</OFH_PT_ID> <OFH_REF>sample string 1</OFH_REF> <OFH_STATUS>sample string 2</OFH_STATUS> </GetOFFNHireRequestInputs>
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. |