/
Cancel Reservation [PUT]

Cancel Reservation [PUT]

Operation

Information of the operation

PUT
https://{environment}.ulysescloud.com/public/api/{version}/con/chain/{chainId}/property/{propertyId}/reservation/{reservationId}/cancel


Request

PropertyTypeRequiredType parameterDefault valueDescription

chainId

Integertruepath parameter

propertyIdIntegertruepath parameter

reservationIdIntegertruepath parameter

sendEmailBooleanfalserequest parameterfalse

Example request

PUT https://publicapi-providers.ulysescloud.com:9797/public/api/v1/con/chain/1/property/1/reservation/1/cancel


Body

An array of elements of type ReservationRoomStayStatusInfoChange.

Example body

{
    "chainCancellationReasonTypeId":1,
    "cancellationReason":"Agency change the prices",
	"refundDeposit": false
}

Response

A success or error message.

Example response

{
	"httpStatus": "200",
    "userMessage": "Success",
    "technicalMessage": "Success ReservationRoomStay/s Status updated to cancel.",
    "errorCode": "0",
    "moreInfo": "0",
    "id": 1,
    "entity": null,
    "responseApiErrorList": null
}
{
	"httpStatus": "200",
    "userMessage": "Success",
    "technicalMessage": "Success ReservationRoomStay/s Status updated to cancel AND related Deposit/s refunded.",
    "errorCode": "0",
    "moreInfo": "0",
    "id": 1,
    "entity": null,
    "responseApiErrorList": null
}
{
	"httpStatus": "500",
    "userMessage": "Error",
    "technicalMessage": "Success ReservationRoomStay/s Status updated to cancel BUT related Deposit/s NOT refunded.",
    "errorCode": "0",
    "moreInfo": "0",
    "id": 1,
    "entity": null,
    "responseApiErrorList": null
}

Related content