{
"companyId": "string",
"roomTypes": [
{
"id": "string",
"name": "string"
}
],
"rateTypes": [
{
"id": "string",
"name": "string"
}
],
"ratePlans": [
{
"ratePlanId": "string",
"name": "string",
"roomTypeId": "string",
"roomType": "string",
"rateTypeId": "string",
"rateType": "string"
}
],
"channels": [
{
"channelId": "string",
"channelName": "string"
}
]
}