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": "2025-04-03T12:38:39.8748173-07:00",
  "endDate": "2025-04-03T12:38:39.8748173-07: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>2025-04-03T12:38:39.8748173-07:00</startDate>
  <endDate>2025-04-03T12:38:39.8748173-07: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" />