{
"id": "xxxxx",
"roomId": "xxxxx",
"startDate": "yyyy-mm-dd",
"endDate": "yyyy-mm-dd",
"tenantName": "name",
"tenantCount": 0,
"commissionFee": 0,
"handlingFee": 0,
"refundRoomFee": 0,
"refundCommissionFee": 0,
"refundHandlingFee": 0
}curl --location --request POST 'https://pms.easbnb.com/api/o1/IncomingService_OnOrderCancelled' \
--header 'access-token: xxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "xxxxx",
"roomId": "xxxxx",
"startDate": "yyyy-mm-dd",
"endDate": "yyyy-mm-dd",
"tenantName": "name",
"tenantCount": 0,
"commissionFee": 0,
"handlingFee": 0,
"refundRoomFee": 0,
"refundCommissionFee": 0,
"refundHandlingFee": 0
}'{}