POST api/MelDash/GetMelPlannedSupply

Request Information

URI Parameters

None.

Body Parameters

GetPlannedSupplyInput
NameDescriptionTypeAdditional information
MDH_FROM_DATE

date

None.

MDH_TO_DATE

date

None.

MDH_POD_CODE

string

None.

MDH_AR_ID

integer

None.

MDH_AR_NAME

string

None.

MDH_MONTH

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MDH_FROM_DATE": "2025-12-06T04:26:51.5765444+00:00",
  "MDH_TO_DATE": "2025-12-06T04:26:51.5765444+00:00",
  "MDH_POD_CODE": "sample string 1",
  "MDH_AR_ID": 1,
  "MDH_AR_NAME": "sample string 2",
  "MDH_MONTH": "sample string 3"
}

application/xml, text/xml

Sample:
<GetPlannedSupplyInput 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_AR_NAME>sample string 2</MDH_AR_NAME>
  <MDH_FROM_DATE>2025-12-06T04:26:51.5765444+00:00</MDH_FROM_DATE>
  <MDH_MONTH>sample string 3</MDH_MONTH>
  <MDH_POD_CODE>sample string 1</MDH_POD_CODE>
  <MDH_TO_DATE>2025-12-06T04:26:51.5765444+00:00</MDH_TO_DATE>
</GetPlannedSupplyInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.