POST api/InventoryTracking/GetLadenLiftingSummary
Request Information
URI Parameters
None.
Body Parameters
LiftingDashboardName | 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-04-29T15:20:42.6917347+05:30", "TO_DATE": "2025-04-29T15:20:42.6917347+05:30" }
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-04-29T15:20:42.6917347+05:30</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-04-29T15:20:42.6917347+05:30</TO_DATE> </LiftingDashboard>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |