400 - Invalid Date Range
Tip
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
start
andend
arenull
- Both properties must contain a valid ISO8601 date time value if not
null
- If both
start
andend
are provided and are valid:start
must be on or before theend
end
must be on or after thestart
If you receive an invalid_date_range
error, ensure that all provided properties are valid.