{
"success": true,
"message": "string",
"errorCode": "string",
"statusCode": 0,
"data": {
"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"
}
]
},
"timestamp": "2019-08-24T14:15:22.123Z",
"correlationId": "string"
}