Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Operation

Information of the operation

Rw ui textbox macro
typewarning

Only accessible with permission of pms.integration.folio


Style
table {
width: 100%;
}
body.page-gadget {
padding-top: 20px;
}


.separator{
margin: 5px 0;
}



Div
style background-color: green; color: white; display: inline-block; padding: 5px; border-radius: 3px;

GET



Div
stylebackground-color: #0a2b1d; padding: 10px 1em; display: inline-block; color: white; border-radius: 3px;

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

Code Block
languagepowershell
themeDJango
GET https://prod.ulysescloud.com/public/api/v1/chain/1/property/1/folio/1



Response

PropertyTypeRequiredDescription
FolioFolio
The Folio requested by its Id.

Entity

Insert excerpt
Folio
Folio
nopaneltrue


Example response

Code Block
themeDJango
{
  "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"
      }
    ],
    "mainProductBoard": {
       "id": 56,
       "name": "RoomOnly"
     },
  }
}