POST api/StockTrim

Request Information

URI Parameters

None.

Body Parameters

ReportDate
NameDescriptionTypeAdditional information
startDate

date

None.

endDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "startDate": "2024-12-18T21:42:43.0174968-08:00",
  "endDate": "2024-12-18T21:42:43.0184978-08:00"
}

application/xml, text/xml

Sample:
<ReportDate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <startDate>2024-12-18T21:42:43.0174968-08:00</startDate>
  <endDate>2024-12-18T21:42:43.0184978-08:00</endDate>
</ReportDate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<anyType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" />