Methods

  • get - Get the resource pricetable

Resource

{
    "currency": "string",
    "resourceId": "string",
    "results": [
        {
            "date": "date",
            "pricetable": [
                {
                    "base_price": "number",
                    "duration": "string"
                }
            ]
        }
    ]
}

Properties

Name Type Description Additional
currency string

The currency for all prices

Optional, read only.
resourceId string

The resource ID

Optional, read only.
results[] array Optional
results[].date date

The date for the pricetable

Optional, read only.
results[].pricetable[] array Optional, read only.
results[].pricetable[].base_price number

Price of the associated duration

Optional, read only.
results[].pricetable[].duration string

Rental duration string. The regex is the following => /^(MINUTES,[1-9]{3}|PERIODS,[MORNING|AFTERNOON]|DAYS,[1-6]|WEEKS,[1-4])$

Optional, read only.