On this page
article
400 - Invalid Date Range
The
invalid_date_range error code will be returned if your request includes an invalid date_range.The date_range object includes 2 properties: start and end.
In order for a date_range to be valid, one of the following must be true:
- Both
startandendarenull - Both properties must contain a valid ISO8601 date time value if not
null - If both
startandendare provided and are valid:startmust be on or before theendendmust be on or after thestart
If you receive an invalid_date_range error, ensure that all provided properties are valid.