Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Structure

Excerpt


FieldTypeRequiredDescription
idinttrueId
chainRateIdintfalseChainRateId
codestringfalseCode
namestringfalseName
nameI18nStringfalseName translated
descriptionStringfalseDescription
descriptionI18nStringfalseDescription translated
orderintfalseorder
tagListList<Tag>falselist of related tags



JSON representation

Code Block
languagepowershell
themeDJango
{
  "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"
				}
			]
}