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