object | |
object | |
created_at | string <date-time> |
id | string <int64> |
object | |
price | string or null <decimal> [ -4000000000 .. 4000000000 ) |
updated_at | string <date-time> |
{- "created_at": "2019-08-24T14:15:22Z",
- "id": "string",
- "price": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
successful operation
{- "concession_prices": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "id": "string",
- "price": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "total_entries": 1,
- "links": {
}
}