Date Range Parameter Value

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.

Field
Type
Description

start

string

The start date of the range.

end

string

The end date of the range.

Example

DATE RANGE PARAMETER VALUE OBJECT
{
  "start": "2019-02-10",
  "end": "2023-01-01"
}

Last updated

Was this helpful?