POST api/eeb/reports/consumable/materials/byDate

Request Information

URI Parameters

None.

Body Parameters

DateRangeDTO
NameDescriptionTypeAdditional information
from

date

None.

to

date

None.

Request Formats

application/json, text/json

Sample:
{
  "from": "2025-12-11T02:28:57.3520539+08:00",
  "to": "2025-12-11T02:28:57.3520539+08:00"
}

application/xml, text/xml

Sample:
<DateRangeDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EEB_API.Models.DTO">
  <from>2025-12-11T02:28:57.3520539+08:00</from>
  <to>2025-12-11T02:28:57.3520539+08:00</to>
</DateRangeDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.