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