/
Update price for Rate by base price [PUT]
Update price for Rate by base price [PUT]
Operation
Updates the prices in Base Price type of a Rate for certain accommodations and dates.
PUT
https://{environment}.ulysescloud.com/public/api/{version}/con/chain/{chainId}/property/{propertyId}/rate/{rateId}/availability/basePrice
Request
Property | Type | Required | Type parameter | Default value | Description |
---|---|---|---|---|---|
chainId | Integer | true | path parameter | ||
propertyId | Integer | true | path parameter | ||
rateId | Integer | true | path parameter |
Example request
PUT https://publicapi-providers.ulysescloud.com:9797/public/api/v1/con/chain/1/property/2/rate/2/availability/basePrice
Entity
Field Type Required Description rate Rate true Rate of this relationship. rateBasePriceAvailabilityList Array of RateBasePriceAvailability true The list of related availability per day.
Example Body
The body that will be sent in the operation
{ "rate": { "id": 32, "code": "FIT", "name": "FIT", "rateType": { "id": 10, "code": "PAC", "name": "Package" } }, "rateBasePriceAvailabilityList": [{ "date": "2022-11-18", "price": 192.000000, "closed": true, "minStay": 0, "maxStay": 0, "closedToArrival": false, "closedToDeparture": false }, { "date": "2022-11-19", "price": 165.000000, "closed": true, "minStay": 0, "maxStay": 0, "closedToArrival": false, "closedToDeparture": false } ] }
Response
Property | Type | Required | Description |
---|---|---|---|
ResponseApiMessage | ResponseApiMessage | true | Description of the response of the success operation |
Example response
{ "httpStatus": "201", "userMessage": "Success", "technicalMessage": "Success prices updated", "errorCode": "0", "id": 1 }
, multiple selections available,
Related content
Update Price for Rate By BasePrice type [PUT]
Update Price for Rate By BasePrice type [PUT]
More like this
Update Price for Rate By BaseAccommodation type [PUT]
Update Price for Rate By BaseAccommodation type [PUT]
More like this
Update price for Rate by occupancy [PUT]
Update price for Rate by occupancy [PUT]
More like this
Update price for Rate by base accommodation [PUT]
Update price for Rate by base accommodation [PUT]
More like this
Find Price for Rate by base price [GET]
Find Price for Rate by base price [GET]
More like this
Update RateProductOccupancyAvailabilityInterval [PUT]
Update RateProductOccupancyAvailabilityInterval [PUT]
More like this