Date Range

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.

Field
Type
Description

start

string

The start date of the range.

end

string

The end date of the range.

Example

{
  "start": "2019-02-10",
  "end": "2023-01-01"
}

Last updated

Was this helpful?