/
Offer GetById [GET]
Offer GetById [GET]
Operation
Information of the operation
GET Request
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
GET https://publicapi-providers.ulysescloud.com:9797/public/api/v1/con/chain/1/property/1/offer/1
Response
The response is an entity of type Offer or an error if it's not found.
Entity
Example response
{
"id": 1,
"code": "NR",
"name": "Non Refundable",
"releaseDay": 0,
"deadLineDay": 0,
"minStay": 0,
"maxStay": 0,
"startDate": "2022-01-01",
"endDate": "2025-12-31",
"startSellDate": null,
"endSellDate": null
}
, multiple selections available,
Related content
Policy GetById [GET]
Policy GetById [GET]
More like this
Promotion GetById [GET]
Promotion GetById [GET]
More like this
Rate GetById [GET]
Rate GetById [GET]
More like this
Offer List [GET]
Offer List [GET]
More like this
Reservation By Id [GET]
Reservation By Id [GET]
Read with this
Rate List [GET]
Rate List [GET]
More like this