POST api/MelDash/GetDemandListDtls
Request Information
URI Parameters
None.
Body Parameters
GetDemandInput| Name | Description | Type | Additional information |
|---|---|---|---|
| MDH_ID | integer |
None. |
|
| MDH_POD_ID | integer |
None. |
|
| MDH_AR_ID | integer |
None. |
|
| MDH_SALES_BY | integer |
None. |
|
| MDH_CP_ID | integer |
None. |
|
| MDH_FROM_DATE | date |
None. |
|
| MDH_TO_DATE | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"MDH_ID": 1,
"MDH_POD_ID": 1,
"MDH_AR_ID": 1,
"MDH_SALES_BY": 1,
"MDH_CP_ID": 1,
"MDH_FROM_DATE": "2025-12-06T04:26:11.3074167+00:00",
"MDH_TO_DATE": "2025-12-06T04:26:11.3074167+00:00"
}
application/xml, text/xml
Sample:
<GetDemandInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <MDH_AR_ID>1</MDH_AR_ID> <MDH_CP_ID>1</MDH_CP_ID> <MDH_FROM_DATE>2025-12-06T04:26:11.3074167+00:00</MDH_FROM_DATE> <MDH_ID>1</MDH_ID> <MDH_POD_ID>1</MDH_POD_ID> <MDH_SALES_BY>1</MDH_SALES_BY> <MDH_TO_DATE>2025-12-06T04:26:11.3074167+00:00</MDH_TO_DATE> </GetDemandInput>
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. |