POST api/DateCode/GetDateCodes

Request Information

URI Parameters

None.

Body Parameters

DateCodeCriteria
NameDescriptionTypeAdditional information
StoreNbr

integer

None.

SoldWithin

date

None.

EndDate

date

None.

StartDate

date

None.

DateRange

string

None.

Request Formats

application/json, text/json

Sample:
{
  "StoreNbr": 1,
  "SoldWithin": "2026-05-22T12:03:18.3083836-07:00",
  "EndDate": "2026-05-22T12:03:18.3083836-07:00",
  "StartDate": "2026-05-22T12:03:18.3083836-07:00",
  "DateRange": "sample string 4"
}

application/xml, text/xml

Sample:
<DateCodeCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BBIC_WebApi.Models">
  <DateRange>sample string 4</DateRange>
  <EndDate>2026-05-22T12:03:18.3083836-07:00</EndDate>
  <SoldWithin>2026-05-22T12:03:18.3083836-07:00</SoldWithin>
  <StartDate>2026-05-22T12:03:18.3083836-07:00</StartDate>
  <StoreNbr>1</StoreNbr>
</DateCodeCriteria>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DateCodeCriteria'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.