The type that defines the fields for a date range.
Types that use DateRange
InventoryFilterCriteriaOrderFilterCriteria
Calls that use DateRange
POST
GET
POST
Fields
from
The beginning date in the range. If the parent type is included, both the from and/or the to fields become conditionally required.
Format: UTC
For example: Tasks within a range
Tasks created on March 31, 2021
Format: UTC
yyyy-MM-ddThh:mm:ss.SSSZ
For example: Tasks within a range
yyyy-MM-ddThh:mm:ss.SSSZ..yyyy-MM-ddThh:mm:ss.SSSZ
Tasks created on March 31, 2021
2021-03-31T00:00:00.000Z..2021-03-31T00:00:00.000Z
to
The end date for the date range, which is inclusive. If the parent type is included, both the from and/or the to fields become conditionally required.
For example:
Tasks within a range
Tasks created on March 31, 2021
For example:
Tasks within a range
yyyy-MM-ddThh:mm:ss.SSSZ..yyyy-MM-ddThh:mm:ss.SSSZ
Tasks created on March 31, 2021
2021-03-31T00:00:00.000Z..2021-03-31T00:00:00.000Z