AvailabilityRate
Structure
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Id |
chainRateId | int | false | ChainRateId |
code | string | false | Code |
name | string | false | Name |
nameI18n | String | false | Name translated |
description | String | false | Description |
descriptionI18n | String | false | Description translated |
order | int | false | order |
tagList | List<Tag> | false | list of related tags |
JSON representation
{ "id": 758, "chainRateId": 1, "code": "BAR", "name": "Best Available Rate", "nameI18n": "Mejor tarifa disponible", "description": "Best available rate in the hotel for this dates", "descriptionI18n": "Mejor tarifa disponible en el hotel para las fechas indicadas", "order": 2 "tagList": [ { "id": 1, "name": "holiday" } ] }