POST api/MelDash/ListMelAgeingDash

Request Information

URI Parameters

None.

Body Parameters

MelAgeingDashInput
NameDescriptionTypeAdditional information
FROM_DATE

date

None.

TO_DATE

date

None.

COMP_CODE

integer

None.

IT_MOVE_NAME

string

None.

SLAB

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FROM_DATE": "2025-12-06T05:23:57.6551601+00:00",
  "TO_DATE": "2025-12-06T05:23:57.6551601+00:00",
  "COMP_CODE": 1,
  "IT_MOVE_NAME": "sample string 1",
  "SLAB": "sample string 2"
}

application/xml, text/xml

Sample:
<MelAgeingDashInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <COMP_CODE>1</COMP_CODE>
  <FROM_DATE>2025-12-06T05:23:57.6551601+00:00</FROM_DATE>
  <IT_MOVE_NAME>sample string 1</IT_MOVE_NAME>
  <SLAB>sample string 2</SLAB>
  <TO_DATE>2025-12-06T05:23:57.6551601+00:00</TO_DATE>
</MelAgeingDashInput>

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.