• Register

Import Guestlist - Body Request

Important notice

Required fields for the first batch are:

  • pmsId
  • reservationId
  • firstName
  • lastName
  • status
  • checkin
  • checkout
  • email
  • phone

When sending updates, at least the reservationId (or defined unique identifier) need to be included. Only provided fields will overwrite exisiting fvalues of those fields.

Body Request

A request to send reservations has the following structure:

[
  {
    "loyaltyId": ...,
    "country": ...,
    "foodRevenue": ...,
    "zipCode": ...,
    "rooms": ...,
    "agent": ...,
    "reservationSource": ...,
    "adultGuestCount": ...,
    "language": ...,
    "pmsId": ...,
    "checkin": ...,
    "reservationId": ...,
    "reservationSourceName": ...,
    "pmsConfirmationNumber": ...,
    "loyaltyMember": ...,
    "totalRevenue": ...,
    "guestId": ...,
    "roomType": ...,
    "roomPrice": ...,
    "rateName": ...,
    "loyaltyTier": ...,
    "externalReference": ...,
    "market": ...,
    "firstName": ...,
    "nationality": ...,
    "phone": ...,
    "companyReservation": ...,
    "region": ...,
    "status": ...,
    "lastName": ...,
    "roomRevenue": ...,
    "gender": ...,
    "city": ...,
    "title": ...,
    "idNumber": ...,
    "rateCode": ...,
    "roomDescription": ...,
    "currency": ...,
    "company": ...,
    "mealPlanCode": ...,
    "checkout": ...,
    "email": ...,
    "address": ...,
    "balanceDue": ...,
    "otherRevenue": ...,
    "childGuestCount": ...,
    "room": ...,
    "age": ...
  }
]