Board Types API
Returns the list of available board types.
API details
Name
Value
Name
Type
Description
{
"success": true,
"data": {
"syncId": "04e25cbb72f73671f2940980974e82e",
"total": 37,
"from": 1,
"to": 37,
"boards": [
{
"boardTypeId": 100001,
"boardName": "Half Board",
"boardShortName": "HF"
},
{
"boardTypeId": 100002,
"boardName": "Full Board",
"boardShortName": "FB"
},
{
"boardTypeId": 100003,
"boardName": "all inclusive",
"boardShortName": "AI"
},
{
"boardTypeId": 100004,
"boardName": "all inclusive premium",
"boardShortName": "AS"
}
]
}
}Last updated