POST api/Dashboard/GetInventoryAgeDash
Request Information
URI Parameters
None.
Body Parameters
GetInventoryAgeDashinput| Name | Description | Type | Additional information |
|---|---|---|---|
| CP_ID | integer |
None. |
|
| FROM_DATE | date |
None. |
|
| TO_DATE | date |
None. |
|
| MULTI_CP_ID | string |
None. |
|
| MULTI_SLAB | string |
None. |
|
| CON_TYPE | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CP_ID": 1,
"FROM_DATE": "2025-12-06T04:26:32.0892008+00:00",
"TO_DATE": "2025-12-06T04:26:32.0892008+00:00",
"MULTI_CP_ID": "sample string 1",
"MULTI_SLAB": "sample string 2",
"CON_TYPE": "sample string 3"
}
application/xml, text/xml
Sample:
<GetInventoryAgeDashinput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <CON_TYPE>sample string 3</CON_TYPE> <CP_ID>1</CP_ID> <FROM_DATE>2025-12-06T04:26:32.0892008+00:00</FROM_DATE> <MULTI_CP_ID>sample string 1</MULTI_CP_ID> <MULTI_SLAB>sample string 2</MULTI_SLAB> <TO_DATE>2025-12-06T04:26:32.0892008+00:00</TO_DATE> </GetInventoryAgeDashinput>
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. |