Download OpenAPI specification:
Currently in active development, changes to the structure can occur. Please contact the UNBLK team for more information.
Get room rates with filtering options. Allows the OTAs and other partners to get the list of room rates. All parameters are optional.
| id | number Example: id=5479 The unique identifier for the room rate, can be used to filter the room rate availability. |
| room_location_id | number Example: room_location_id=1 The unique identifier for the room location, can be used to filter the room rate availability. |
| offset | integer >= 0 Default: 0 The number of items to skip before starting to collect the result set |
| limit | integer [ 1 .. 100 ] Default: 20 The numbers of items to return |
{- "room_rates": [
- {
- "_uid": "5d7b688b-eb8e-4483-8e13-5d6ae2bd95bd",
- "_created": "2019-08-24T14:15:22Z",
- "_updated": "2019-08-24T14:15:22Z",
- "id": 5479,
- "room_location_id": 1,
- "room_location": "East End Adelaide",
- "amount": 522,
- "amount_add_on": 60,
- "room_type_id": 35,
- "room_type": "Premier Studio Low",
- "term_duration": "26 Weeks",
- "check_in_date": "2024-01-01T00:00:00Z",
- "check_out_date": "2024-01-01T00:00:00Z",
- "contract_date_start": "2024-01-01T00:00:00Z",
- "contract_date_end": "2024-01-01T00:00:00Z",
- "date_modified": "2024-01-01T00:00:00Z",
- "available": true
}
]
}