Board Types Detail API
Returns all the details associated with a single Board Types or a group of Board Types.
API deatils
Name
Value
Name
Type
Description
{
"success": true,
"data": {
"boards": [
{
"boardTypeId": 100001,
"boardName": "Half Board",
"boardShortName": "HB"
},
{
"boardTypeId": 100004,
"boardName": "all inclusive premium",
"boardShortName": "AS"
}
]
}
}Last updated