Operation
Information of the operation
Rw ui textbox macro | ||
---|---|---|
| ||
Only accessible with permission of pms.integration.folio |
Style |
---|
table { width: 100%; } body.page-gadget { padding-top: 20px; } .separator{ margin: 5px 0; } |
Div | ||
---|---|---|
| ||
GET |
Div | ||
---|---|---|
| ||
https://{environment}.ulysescloud.com/public/api/{version}/chain/{chainId}/property/{propertyId}/folio/{folioId} |
Request
Property | Type | Required | Default value | Description |
---|---|---|---|---|
chainId | Integer | true | Unique identificator of the chain. | |
propertyId | Integer | true | Unique identificator of the property. | |
folioId | Integer | true | Unique identificator of the folio. |
Example request
Code Block | ||||
---|---|---|---|---|
| ||||
GET https://prod.ulysescloud.com/public/api/v1/chain/1/property/1/folio/1 |
Response
Property | Type | Required | Description |
---|---|---|---|
Folio | Folio | The Folio requested by its Id. |
Entity
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Example response
Code Block | ||
---|---|---|
| ||
{ "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" }, } } |