Operation
Information of the operation
Rw ui textbox macro | ||
---|---|---|
| ||
Only accessible with permission of pms.integration.rate |
Div | ||
---|---|---|
| ||
GET Request |
Div | ||
---|---|---|
| ||
https://{environment}.ulysescloud.com/public/api/{version}/con/chain/{chainId}/property/{propertyId}/offer/{offerId} |
Request
Property | Type | Required | Type parameter | Default value | Description |
---|---|---|---|---|---|
chainId | Integer | true | path parameter | Unique identificator of the chain. | |
propertyId | Integer | true | path parameter | Unique identificator of the property. | |
offerId | Integer | true | path parameter | Unique identificator of the offer. |
Example Single Property request
Code Block | ||
---|---|---|
| ||
GET https://publicapi-providers.ulysescloud.com:9797/public/api/v1/con/chain/1/property/1/offer/1 |
Response
Property | Type | Required | Description |
---|---|---|---|
Page | Page | true | Description of the response of the success operation |
Entity
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Example response
Code Block |
---|
{ "id": 21, "code": "NR", "name": "Non Refundable", "nameI18nIdendDate": 11413, "nameI18n": "Non Refundable", "description": null, "descriptionI18nId": 11414, "descriptionI18n": null, "releaseDay": 0, "deadLineDay": 0, "minStay": 0, "maxStay": 0, "negotiated": false, "internalUse": false, "combinable": true, "productPackage": false, "groupBoardInAccommodation": true, "percentDiscount": 10.000000, "amountDiscount": 0.000000, "applyDiscountInAccommodation": true, "applyDiscountInBoard": true, "applyDiscountInService": true, "remark": null, "active": true, "inactiveReason": null, "order": 1, "entityProtected": null, "hasDifferenceWithChain": null, "createdDate": "2024-11-12T08:47:26.4937281"2025-12-31" } |