Date

The Date object is used in the Marketplace APIs to represent a single calendar date. This object contains only one field.

Field
Type
Description

date

string

A date value in ISO format (YYYY-MM-DD).

Example

{
  "date": "2019-02-10"
}

Last updated

Was this helpful?