POST api/DepotOnline/GetONHireRequestList
Request Information
URI Parameters
None.
Body Parameters
GetONHireRequestInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| LRH_DOC_NUM | string |
None. |
|
| LRH_REFERENCE | string |
None. |
|
| LRH_AP_ID | integer |
None. |
|
| LRH_TYPE | string |
None. |
|
| LRH_LC_ID | integer |
None. |
|
| LRH_PICK_CT_ID | integer |
None. |
|
| LRH_STATUS | string |
None. |
|
| LRH_SEARCH | string |
None. |
|
| LRH_CATEGORY | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"LRH_DOC_NUM": "sample string 1",
"LRH_REFERENCE": "sample string 2",
"LRH_AP_ID": 1,
"LRH_TYPE": "sample string 3",
"LRH_LC_ID": 1,
"LRH_PICK_CT_ID": 1,
"LRH_STATUS": "sample string 4",
"LRH_SEARCH": "sample string 5",
"LRH_CATEGORY": "sample string 6"
}
application/xml, text/xml
Sample:
<GetONHireRequestInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <LRH_AP_ID>1</LRH_AP_ID> <LRH_CATEGORY>sample string 6</LRH_CATEGORY> <LRH_DOC_NUM>sample string 1</LRH_DOC_NUM> <LRH_LC_ID>1</LRH_LC_ID> <LRH_PICK_CT_ID>1</LRH_PICK_CT_ID> <LRH_REFERENCE>sample string 2</LRH_REFERENCE> <LRH_SEARCH>sample string 5</LRH_SEARCH> <LRH_STATUS>sample string 4</LRH_STATUS> <LRH_TYPE>sample string 3</LRH_TYPE> </GetONHireRequestInputs>
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. |