about 2 months ago by Kyle Marshall
Adjusted "commission" handling logic to improve stability. When "commission" values for a reservation "category" are not explicitly configured, the API will now safely default to 0 rather than returning an exception.
2 months ago by Kyle Marshall
Additional fixes have been implemented to resolve issues affecting travel insurance functionality, further improving stability and expected behavior.
2 months ago by Kyle Marshall
Implemented fixes to resolve issues affecting travel insurance functionality, improving stability and expected behavior.
Corrected issues in the /emails/subaccount endpoint and related configuration screens that caused errors when setting up Outbound Email Settings .
3 months ago by Kyle Marshall
Updated /unit_rental endpoint for improved performance and consistency.
Fixed /unit_extras response when query parameter channel=website to exclude extras not explicitly enabled for website display.
Resolved /reservations input handling, where guest names containing apostrophes were stored with double apostrophes.
3 months ago by Kyle Marshall
Resolved an issue where /unit_extras was only returning the first item in the "extras" array.
Adjusted API authorization logic to improve reliability when validating new tokens.
(This change addresses timing issues related to token availability across systems.)
3 months ago by Kyle Marshall
Fixed an issue where updated "description" objects with "text_type": "plain_text_description" were not appearing in /unit_details.
Updated the CiiRUS-API to use a read-optimized data source for improved performance and stability.
3 months ago by Kyle Marshall
Resolved various issues with the /suppliers endpoint.
Fixed an issue with /unit_extras query parameter handling that affected the behavior of "extras" with "type": "standard_discount".
Resolved discrepancy in /unit_extras response when using unit_id vs unit_ids query parameters.
3 months ago by Kyle Marshall
Resolved an issue where /unit_details returned an incorrect value for the property "type" field.
3 months ago by Kyle Marshall
Migrated key endpoints for improved performance and consistency. Affected endpoints include:
/unit_extras
/suppliers
GET /unit_quotes
/unit_taxes
/unit_details
/unit_images
3 months ago by Kyle Marshall
Usage logging added across all CiiRUS API endpoints.