POST api/InventoryTracking/GetLiftingList
Request Information
URI Parameters
None.
Body Parameters
LiftingDashboard| Name | Description | Type | Additional information |
|---|---|---|---|
| INV_MODE | string |
None. |
|
| AGENT_ID | integer |
None. |
|
| POL | string |
None. |
|
| POD | string |
None. |
|
| IT_CP_ID | integer |
None. |
|
| FROM_DATE | date |
None. |
|
| TO_DATE | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"INV_MODE": "sample string 1",
"AGENT_ID": 1,
"POL": "sample string 2",
"POD": "sample string 3",
"IT_CP_ID": 1,
"FROM_DATE": "2025-12-06T04:28:16.4716851+00:00",
"TO_DATE": "2025-12-06T04:28:16.4716851+00:00"
}
application/xml, text/xml
Sample:
<LiftingDashboard xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <AGENT_ID>1</AGENT_ID> <FROM_DATE>2025-12-06T04:28:16.4716851+00:00</FROM_DATE> <INV_MODE>sample string 1</INV_MODE> <IT_CP_ID>1</IT_CP_ID> <POD>sample string 3</POD> <POL>sample string 2</POL> <TO_DATE>2025-12-06T04:28:16.4716851+00:00</TO_DATE> </LiftingDashboard>
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. |