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.rate

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 Request

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

https://{environment}.ulysescloud.com/public/api/{version}/con/chain/{chainId}/property/{propertyId}/rate/{rateId}

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.

rateId

Integer

true

path parameter

Unique identificator of the rate.

Example Single Property request

Code Block
languagepowershell
GET https://publicapi-providers.ulysescloud.com:9797/public/api/v1/con/chain/1/property/1/rate/1

Response

Property

Type

Required

Description

Page

Page

true

Description of the response of the success operation

Entity


Insert excerpt
Rate
Rate
nopaneltrue

Example  response

Code Block
{
    "id": 1,
    "code": "BAR",
    "name": "Best Available Rate",
    "nameI18nIdendDate": 11059,
    "nameI18n": "Best Available Rate",
    "description": null,
    "descriptionI18nId": 11060,
    "descriptionI18n": null,
    "releaseDay": 0,
    "deadLineDay": 0,
    "minStay": 0,
    "maxStay": 0,
    "manual": true,
    "internalUse": false,
    "combinable": true,
    "parentPercentDiscount": null,
    "parentAmountDiscount": null,
    "negotiated": false,
    "productPackage": false,
    "groupBoardInAccommodation": true,
    "boardAmountIncluded": false,
    "remark": null,
    "active": true,
    "inactiveReason": null,
    "order": 1,
    "entityProtected": null,
    "hasDifferenceWithChain": false"2025-12-31",
    "rateType": {
        "id": 2,
        "code": "CLU",
        "name": "Club/Concierge"
    },
    "createdDate": "2024-11-12T08:47:21.2740517"
}