x-api-key: ********************{
"companyId": "string",
"rooms": [
{
"roomNo": "string",
"roomTypeId": "string",
"noOfBeds": 0
}
]
}curl --location --request PATCH 'https://dev-api.wincloudone.com/stdinterface/api/v1/inventory/rooms' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"companyId": "string",
"rooms": [
{
"roomNo": "string",
"roomTypeId": "string",
"noOfBeds": 0
}
]
}'{
"success": true,
"message": "string",
"errorCode": "string",
"statusCode": 0,
"data": {
"updatedRooms": 0,
"errors": [
"string"
]
},
"timestamp": "2019-08-24T14:15:22.123Z",
"correlationId": "string"
}