Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 2
Next »
Structure
Field | Type | Required | Description |
---|
id | int | true | Id |
name | string | false | Name |
nameI18n | String | false | Name translated |
description | String | false | Description |
descriptionI18n | String | false | Description translated |
order | int | false | order |
JSON representation
{
"id": 758,
"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
}