جهت اعلام لغو یک رزرو در یکی از اقامتگاههای پلتفرم شما به رنتامون، لطفا از این متد و پارامترها استفاده بفرمایید.
Request
Body Params application/json
platformproperty_id
string
requiredcanceled_at
string <date-time>
requiredتاریخ و ساعت لغو رزرو (YYYY-MM-DD HH:MM:SS)
{
"booking_id": "654789",
"platformproperty_id": "4576243",
"check_in": "2019-08-24",
"check_out": "2019-08-25",
"canceled_at": "2019-08-24T14:15:22.123Z"
}
Request samples
curl --location --request POST '/api/v1/platform//cancellations/' \
--header 'Content-Type: application/json' \
--data-raw '{
"booking_id": "654789",
"platformproperty_id": "4576243",
"check_in": "2019-08-24",
"check_out": "2019-08-25",
"canceled_at": "2019-08-24T14:15:22.123Z"
}'
Responses
Example:لغو رزرو انجام شد
created_at
string <date-time>
optional{
"status": "success",
"message": "لغو رزرو انجام شد",
"created_at": "2019-08-24T14:15:22.123Z"
}
Modified at 2025-02-12 10:12:08