Maxxton External API

Sections

Update reservation

Path Parameters

reservationIdinteger Required

Id of the reservation which needs to be updated.

Body Parameters

statusValuestring

Reservation status can be change from existing status to the provided status. Possible reservation status that can be provided, are : CANCEL(-12), DECLINE(-10), CHECKED_IN(31), CONFIRM(33), CHECKED_OUT(41).

Enum values:
CANCELDECLINEQUOTATIONINITIALPRE_BOOKINGREQUESTOPTIONALPROVISIONALDEFINITIVECHECKED_IN
... 2 other enums
reservedResourcesarray

The list of reserved resources customer expects to change

Show child attributes

cancellationReasonstring

The reason why the reservation is being cancelled or declined. This field is only used when the status is set and updated to CANCEL or DECLINE.

Max length
4000
paymentTermSetIdinteger
tncSignedboolean

Response

200
Object
The request is completed successfully without any errors

Response Attributes

reservationIdinteger

Unique id associated with reservation.

statusValuestring

The reservation status after update process. Possible status values can be: DELETED, CANCELLED, DECLINED, PROVISIONAL, DEFINITIVE

Enum values:
PROVISIONALDELETEDDEF_CANCELLEDCANCELLEDEXPIREDDECLINEDQUOTATIONCHOICEBASKETINITIAL
... 7 other enums
reservedResourcesarray

The list of reserved resources customer expects to change

Show child attributes

paymentTermSetIdinteger

Id of the payment term set selected for the reservation.

infotextsarray

Show child attributes

500
Object
Error occurred while updating reservation

PUT

/

Select
1

Response