Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Operation

Information of the operation

GET
https://{environment}.ulysescloud.com/public/api/{version}/chain/{chainId}/property/{propertyId}/folio/{folioId}


Request

PropertyTypeRequiredDefault valueDescription
chainIdIntegertrue
Unique identificator of the chain.
propertyIdIntegertrue
Unique identificator of the property.
folioIdIntegertrue
Unique identificator of the folio.

Example request

GET https://prod.ulysescloud.com/public/api/v1/chain/1/property/1/folio/1


Response

PropertyTypeRequiredDescription
FolioFolio
The Folio requested by its Id.

Entity


Example response

{
  "id": 1,
  "serie": 1,
  "name": "Wayne Geneviève Harrison",
  "folioType": "M",
  "room": {
    "code": "101",
    "name": "Room 101"
  },
  "reservationRoomStay": {
    "idReservation": 1,
    "arrival": "2018-04-05",
    "departure": "2018-04-13",
    "adult": 1,
    "junior": 0,
    "child": 0,
    "infant": 0,
    "reservationRoomStayGuestModelArray": [
      {
        "givenName": "Wayne",
        "middleName": "Geneviève",
        "surName": "Harrison"
      }
    ]
  }
}
  • No labels