The Date Range is an object used in the Marketplace APIs to represent a range between two dates. The Date Range object has two fields.
Date Range
start
string
The start date of the range.
end
The end date of the range.
{ "start": "2019-02-10", "end": "2023-01-01" }
Last updated 1 month ago
Was this helpful?