{"items":[{"type":"link","fsPath":"index.md","metadata":{"type":"markdown"},"label":"Home","link":"/","routeSlug":"/"},{"type":"link","fsPath":"auth.md","metadata":{"type":"markdown"},"label":"Authentication","link":"/auth","routeSlug":"/auth"},{"type":"link","fsPath":"pagination.md","metadata":{"type":"markdown"},"label":"Pagination","link":"/pagination","routeSlug":"/pagination"},{"type":"group","label":"API Reference","items":[{"type":"link","label":"res:harmonics API","link":"/apis/resharmonics-pms","routeSlug":"/apis/resharmonics-pms"},{"type":"group","label":"Access Groups","link":"/apis/resharmonics-pms/access-groups","routeSlug":"/apis/resharmonics-pms/access-groups","items":[{"label":"Retrieve list of Access Groups","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/access-groups/listallaccessgroups","routeSlug":"/apis/resharmonics-pms/access-groups/listallaccessgroups","metadata":{"seo":{"title":"Retrieve list of Access Groups","description":"Retrieve list of Access Groups based on search parameters such as building ID and name. Supports pagination."}},"httpPath":"/api/v3/accessGroups"},{"label":"Create Access Group","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/access-groups/createaccessgroup","routeSlug":"/apis/resharmonics-pms/access-groups/createaccessgroup","metadata":{"seo":{"title":"Create Access Group","description":"Create a new Access Group within the Property Management System (PMS). This endpoint allows you to add a new access group, which can be used to manage access control within buildings and facilities."}},"httpPath":"/api/v3/accessGroups"},{"label":"Retrieve Access Group","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/access-groups/getunitaccessgroupbyid_1","routeSlug":"/apis/resharmonics-pms/access-groups/getunitaccessgroupbyid_1","metadata":{"seo":{"title":"Retrieve Access Group","description":"Retrieve an Access Group by Id. This endpoint allows you to fetch detailed information about a specific Access Group using its unique identifier. The response includes all relevant details of the Access Group."}},"httpPath":"/api/v3/accessGroups/{id}"},{"label":"Update Access Group","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/access-groups/updateaccessgroup","routeSlug":"/apis/resharmonics-pms/access-groups/updateaccessgroup","metadata":{"seo":{"title":"Update Access Group","description":"Update an Access Group within the Property Management System (PMS). The Access Group must exist to be updated. This endpoint allows you to modify the details of an existing access group, ensuring that access control information is kept up-to-date."}},"httpPath":"/api/v3/accessGroups/{id}"}]},{"type":"group","label":"Activities","link":"/apis/resharmonics-pms/activities","routeSlug":"/apis/resharmonics-pms/activities","items":[{"label":"Retrieve a list of all activities.","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/activities/getnewactivities","routeSlug":"/apis/resharmonics-pms/activities/getnewactivities","metadata":{"seo":{"title":"Retrieve a list of all activities.","description":"Retrieve a list of all activities."}},"httpPath":"/api/v3/activities"},{"label":"Create a new activity","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/activities/createactivity","routeSlug":"/apis/resharmonics-pms/activities/createactivity","metadata":{"seo":{"title":"Create a new activity","description":"Creates a new activity record. Mandatory fields: subject, activityTypeId, exactly one of assignedUserId/assignedTeamId/assignedCompanyId, startDateTime, dueDate, unitId, and blockAvailability. Duration is required when blockAvailability is true. The activity is always created with status OPEN — use PATCH /api/v3/activities/{id}/status to change it. When blockAvailability is true and the unit is published to channel managers, availability updates are automatically pushed to OTA channel managers and Siteminder."}},"httpPath":"/api/v3/activities"},{"label":"Retrieve the specified activity note","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/activities/getactivitynote","routeSlug":"/apis/resharmonics-pms/activities/getactivitynote","metadata":{"seo":{"title":"Retrieve the specified activity note","description":"Retrieve the specified activity note"}},"httpPath":"/api/v3/activities/notes/{id}"},{"label":"Retrieve an activity specified by activity id.","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/activities/retrieveactivity","routeSlug":"/apis/resharmonics-pms/activities/retrieveactivity","metadata":{"seo":{"title":"Retrieve an activity specified by activity id.","description":"Retrieve an activity specified by activity id."}},"httpPath":"/api/v3/activities/{id}"},{"label":"Update an activity","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/activities/updateactivity","routeSlug":"/apis/resharmonics-pms/activities/updateactivity","metadata":{"seo":{"title":"Update an activity","description":"Updates an existing activity record identified by its ID. Accepts the same fields as the create endpoint except status, which is not updatable here — use PATCH /api/v3/activities/{id}/status instead. Exactly one of assignedUserId, assignedTeamId, or assignedCompanyId must be provided. duration is required when blockAvailability is true. Omitting issueId, or sending it as null, unlinks the activity from its issue. When blockAvailability is true, availability updates are automatically pushed to channel managers. Returns 404 if the activity, activityType, assignee, unit, or optional linked entity cannot be found."}},"httpPath":"/api/v3/activities/{id}"},{"label":"Retrieve the notes for an activity specified by activity identifier.","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/activities/getactivitynotes","routeSlug":"/apis/resharmonics-pms/activities/getactivitynotes","metadata":{"seo":{"title":"Retrieve the notes for an activity specified by activity identifier.","description":"Retrieve the notes for an activity specified by activity identifier."}},"httpPath":"/api/v3/activities/{id}/notes"},{"label":"Create a note on an activity specified by activity identifier.","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/activities/createactivitynotes","routeSlug":"/apis/resharmonics-pms/activities/createactivitynotes","metadata":{"seo":{"title":"Create a note on an activity specified by activity identifier.","description":"Create a note on an activity specified by activity identifier."}},"httpPath":"/api/v3/activities/{id}/notes"},{"label":"Update the status of an activity specified by activity id.","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/activities/updateactivitystatus_1","routeSlug":"/apis/resharmonics-pms/activities/updateactivitystatus_1","metadata":{"seo":{"title":"Update the status of an activity specified by activity id.","description":"Update the status of an activity specified by activity id."}},"httpPath":"/api/v3/activities/{id}/status"}]},{"type":"group","label":"Area","link":"/apis/resharmonics-pms/area","routeSlug":"/apis/resharmonics-pms/area","items":[{"label":"Retrieve list of areas","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/area/listallareas","routeSlug":"/apis/resharmonics-pms/area/listallareas","metadata":{"seo":{"title":"Retrieve list of areas","description":"Retrieve a list of areas within the Property Management System (PMS). This endpoint allows you to fetch details about various geographical areas, including their hierarchical structure within cities and regions. Areas are used to define the location of properties and are essential for organizing and managing properties effectively within the PMS."}},"httpPath":"/api/v3/areas"},{"label":"Create a new area","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/area/createarea","routeSlug":"/apis/resharmonics-pms/area/createarea","metadata":{"seo":{"title":"Create a new area","description":"Creates a new area within the Property Management System (PMS) with the provided details. Areas help in organizing properties, defining operational zones, and generating location-based insights. This endpoint is useful for adding new areas to the system for better management and reporting. The request body should contain the necessary details for the new area. If the creation is successful, the newly created area's details will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/areas"},{"label":"Retrieve an area by Id","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/area/getareabyid","routeSlug":"/apis/resharmonics-pms/area/getareabyid","metadata":{"seo":{"title":"Retrieve an area by Id","description":"Retrieve the details of a specific area within the Property Management System (PMS) using its unique identifier. This endpoint allows you to fetch comprehensive information about a particular geographical area, including its hierarchical structure within cities and regions. Areas are essential for organizing and managing properties effectively within the PMS."}},"httpPath":"/api/v3/areas/{id}"},{"label":"Update an existing area","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/area/updatearea","routeSlug":"/apis/resharmonics-pms/area/updatearea","metadata":{"seo":{"title":"Update an existing area","description":"Updates an existing area within the Property Management System (PMS) with the provided details. Areas help in organizing properties, defining operational zones, and generating location-based insights. This endpoint is useful for modifying existing areas to reflect changes in geographical areas or operational zones. The request body should contain the updated details for the area. If the specified city ID does not exist, a 404 Not Found error will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/areas/{id}"},{"label":"Delete a area by Id","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/area/deleteareabyid","routeSlug":"/apis/resharmonics-pms/area/deleteareabyid","metadata":{"seo":{"title":"Delete a area by Id","description":"Deletes a specific area within the Property Management System (PMS) using its unique ID. Areas help in organizing properties, defining operational zones, and generating location-based insights. This endpoint is useful for removing areas that are no longer relevant or needed in the system. The area will be marked as deleted rather than permanently removed to maintain historical data integrity. If the specified area ID does not exist, a 404 Not Found error will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/areas/{id}"}]},{"type":"group","label":"Availabilities","link":"/apis/resharmonics-pms/availabilities","routeSlug":"/apis/resharmonics-pms/availabilities","items":[{"label":"Retrieve real-time room availability","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/availabilities/availabilitysearch","routeSlug":"/apis/resharmonics-pms/availabilities/availabilitysearch","metadata":{"seo":{"title":"Retrieve real-time room availability","description":"Retrieve real-time room availability and corresponding pricing based on specified criteria such as date range, room type, occupancy, and applicable rate plans"}},"httpPath":"/api/v3/availabilities"},{"label":"Retrieve intervals of availability","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/availabilities/findavailabilityintervalsperunit","routeSlug":"/apis/resharmonics-pms/availabilities/findavailabilityintervalsperunit","metadata":{"seo":{"title":"Retrieve intervals of availability","description":"Retrieve intervals of availability for a unit specified by unit id for a given date range. If no date range is specified, the next 365 days will be used. This endpoint is designed to provide a summary of availability over a period,"}},"httpPath":"/api/v3/availabilities/unit/{unitId}/intervals"}]},{"type":"group","label":"Billing Frequencies","link":"/apis/resharmonics-pms/billing-frequencies","routeSlug":"/apis/resharmonics-pms/billing-frequencies","items":[{"label":"Retrieve all billing frequencies","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/billing-frequencies/getbillingfrequencies","routeSlug":"/apis/resharmonics-pms/billing-frequencies/getbillingfrequencies","metadata":{"seo":{"title":"Retrieve all billing frequencies","description":"Retrieve a list of all billing frequencies within the Property Management System (PMS). This endpoint allows you to fetch details about different billing intervals, which help in organizing and managing various financial operations efficiently within the PMS."}},"httpPath":"/api/v3/billingFrequencies"},{"label":"Retrieve billing frequency with specified id","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/billing-frequencies/getbillingfrequencybyid","routeSlug":"/apis/resharmonics-pms/billing-frequencies/getbillingfrequencybyid","metadata":{"seo":{"title":"Retrieve billing frequency with specified id","description":"Retrieve the details of a specific billing frequency within the Property Management System (PMS) using its unique identifier. This endpoint allows you to fetch comprehensive information about a particular billing interval, including its characteristics and associated behaviors. Billing frequencies are essential for organizing and managing various financial operations efficiently within the PMS."}},"httpPath":"/api/v3/billingFrequencies/{id}"}]},{"type":"group","label":"Booking Terms","link":"/apis/resharmonics-pms/booking-terms","routeSlug":"/apis/resharmonics-pms/booking-terms","items":[{"label":"Retrieve all booking terms","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/booking-terms/getbookingterms","routeSlug":"/apis/resharmonics-pms/booking-terms/getbookingterms","metadata":{"seo":{"title":"Retrieve all booking terms","description":"Retrieve a list of all booking terms within the Property Management System (PMS). This endpoint allows you to fetch details about different booking terms, which help in defining payment and settlement conditions associated with bookings, ensuring smooth financial transactions and management of reservations within the PMS."}},"httpPath":"/api/v3/bookingTerms"},{"label":"Retrieve booking terms with specified id","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/booking-terms/getbookingtermsbyid","routeSlug":"/apis/resharmonics-pms/booking-terms/getbookingtermsbyid","metadata":{"seo":{"title":"Retrieve booking terms with specified id","description":"Retrieve the details of specific booking terms within the Property Management System (PMS) using its unique identifier. This endpoint allows you to fetch comprehensive information about a particular set of payment and settlement conditions, including their characteristics and associated behaviors. Booking terms are essential for defining how payments, deposits, and settlements are handled for reservations within the PMS."}},"httpPath":"/api/v3/bookingTerms/{id}"}]},{"type":"group","label":"Booking Types","link":"/apis/resharmonics-pms/booking-types","routeSlug":"/apis/resharmonics-pms/booking-types","items":[{"label":"Retrieve all booking types","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/booking-types/getbookingtypes","routeSlug":"/apis/resharmonics-pms/booking-types/getbookingtypes","metadata":{"seo":{"title":"Retrieve all booking types","description":"Retrieve a list of all booking types within the Property Management System (PMS). This endpoint allows you to fetch details about different booking categories, which help in organizing and managing various reservations and associated operations efficiently within the PMS."}},"httpPath":"/api/v3/bookingTypes"},{"label":"Retrieve booking type with specified id","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/booking-types/getbookingtypebyid","routeSlug":"/apis/resharmonics-pms/booking-types/getbookingtypebyid","metadata":{"seo":{"title":"Retrieve booking type with specified id","description":"Retrieve the details of a specific booking type within the Property Management System (PMS) using its unique identifier. This endpoint allows you to fetch comprehensive information about a particular booking category, including its characteristics and associated behaviors. Booking types are essential for organizing and managing various reservations and operations efficiently within the PMS."}},"httpPath":"/api/v3/bookingTypes/{id}"}]},{"type":"group","label":"Bookings","link":"/apis/resharmonics-pms/bookings","routeSlug":"/apis/resharmonics-pms/bookings","items":[{"label":"Search for bookings","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/bookings/listallbookings","routeSlug":"/apis/resharmonics-pms/bookings/listallbookings","metadata":{"seo":{"title":"Search for bookings","description":"Search for bookings via a variety of optional filters within the Property Management System (PMS). This endpoint allows you to filter bookings based on date ranges, statuses, unit IDs, booking contact IDs, and other criteria, providing a flexible way to retrieve specific booking information as needed."}},"httpPath":"/api/v3/bookings"},{"label":"Create a booking/enquiry","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/bookings/createbooking","routeSlug":"/apis/resharmonics-pms/bookings/createbooking","metadata":{"seo":{"title":"Create a booking/enquiry","description":"This endpoint is used to create a new booking with room stays in a ENQUIRY status. If 'reserveForMinutes' is specified the availability will be held for the number of minutes specified. Once the booking is created use the 'updateStatuses' endpoint to change the status to PENDING, CONFIRMED or CHECKED_IN."}},"httpPath":"/api/v3/bookings"},{"label":"Create a payment record against a booking.","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/bookings/reconcilebookingpayments","routeSlug":"/apis/resharmonics-pms/bookings/reconcilebookingpayments","metadata":{"seo":{"title":"Create a payment record against a booking.","description":"Creates a payment record against a booking. The payment record will be reconciled against any outstanding invoices. Where necessary invoices will be auto posted. The payDueBefore parameter can be used to specify invoices up to a certain date to be paid. If there is insufficient outstanding on invoices, the payment is rejected."}},"httpPath":"/api/v3/bookings/{bookingId}/payments"},{"label":"Update fields on a specified booking.","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/bookings/updatebookinggeneral","routeSlug":"/apis/resharmonics-pms/bookings/updatebookinggeneral","metadata":{"seo":{"title":"Update fields on a specified booking.","description":"This endpoint allows update of various fields associated with a specific booking within the Property Management System (PMS). Please refer to the request body for list of fields which can be updated."}},"httpPath":"/api/v3/bookings/{bookingId}/update"},{"label":"Update roomstay statuses on a specified booking.","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/bookings/updatebookingstatus","routeSlug":"/apis/resharmonics-pms/bookings/updatebookingstatus","metadata":{"seo":{"title":"Update roomstay statuses on a specified booking.","description":"This endpoint allows you to update the statuses of room stays associated with a specific booking within the Property Management System (PMS). Room stay statuses can include various states such as CONFIRMED, CHECKED_IN, CHECKED_OUT, etc. Updating these statuses helps in managing the booking lifecycle and ensuring accurate tracking of room occupancy and availability."}},"httpPath":"/api/v3/bookings/{bookingId}/updateStatuses"},{"label":"Retrieve a booking and its associated data.","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/bookings/getbookingdtobyidentifier","routeSlug":"/apis/resharmonics-pms/bookings/getbookingdtobyidentifier","metadata":{"seo":{"title":"Retrieve a booking and its associated data.","description":"Retrieve detailed information about a specific booking within the Property Management System (PMS). This includes all associated data such as room stays, invoices, notes, and tags. This endpoint ensures comprehensive access to all relevant booking details, facilitating efficient management and tracking of reservations."}},"httpPath":"/api/v3/bookings/{id}"},{"label":"Get custom fields for a booking","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/bookings/getcustomfieldsforbooking","routeSlug":"/apis/resharmonics-pms/bookings/getcustomfieldsforbooking","metadata":{"seo":{"title":"Get custom fields for a booking","description":"Retrieve all custom fields associated with a specific booking record in the booking module of the PMS. The response includes a list of custom fields, each containing details such as field name, type, and value. This endpoint is useful for accessing additional information stored in custom fields that are not part of the standard booking attributes."}},"httpPath":"/api/v3/bookings/{id}/customFields"},{"label":"Retrieve the financial summary for a specified booking","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/bookings/getbookingpricebreakdown","routeSlug":"/apis/resharmonics-pms/bookings/getbookingpricebreakdown","metadata":{"seo":{"title":"Retrieve the financial summary for a specified booking","description":"Retrieve a detailed financial summary for a specific booking within the Property Management System (PMS). This includes all charges, payments, and adjustments related to the booking, providing a comprehensive overview of the booking's financial status. This endpoint ensures that all financial transactions linked to the booking are accessible, facilitating efficient financial management and tracking."}},"httpPath":"/api/v3/bookings/{id}/financialSummary"},{"label":"Retrieve list of all notes or a specific note for specified booking","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/bookings/getnotesbybookingid","routeSlug":"/apis/resharmonics-pms/bookings/getnotesbybookingid","metadata":{"seo":{"title":"Retrieve list of all notes or a specific note for specified booking","description":"Retrieve a comprehensive list of all notes or a specific note associated with a specified booking within the Property Management System (PMS). Notes provide detailed information about the booking, including comments, updates, and additional context. This endpoint ensures that all notes linked to the booking are accessible, facilitating efficient management and tracking of reservations."}},"httpPath":"/api/v3/bookings/{id}/notes"},{"label":"Record a note against a specified booking","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/bookings/createbookingnote","routeSlug":"/apis/resharmonics-pms/bookings/createbookingnote","metadata":{"seo":{"title":"Record a note against a specified booking","description":"Record a note against a specified booking within the Property Management System (PMS). This endpoint allows you to add comments, updates, or additional information related to a booking. Notes provide detailed context and history for the booking, ensuring comprehensive tracking and management of reservations."}},"httpPath":"/api/v3/bookings/{id}/notes"},{"label":"Retrieve the prices for a booking ","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/bookings/retrievepricing","routeSlug":"/apis/resharmonics-pms/bookings/retrievepricing","metadata":{"seo":{"title":"Retrieve the prices for a booking ","description":"Retrieve price information about a specific booking within the Property Management System (PMS). This will provide the booking total and due prices with Gross, Net and Vat."}},"httpPath":"/api/v3/bookings/{id}/pricing"},{"label":"Retrieve list of all room stays for specified booking","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/bookings/getroomstaysbybookingid","routeSlug":"/apis/resharmonics-pms/bookings/getroomstaysbybookingid","metadata":{"seo":{"title":"Retrieve list of all room stays for specified booking","description":"Retrieve a comprehensive list of all room stays associated with a specific booking within the Property Management System (PMS). This endpoint provides detailed information about each room stay, including the status, duration, and associated unit. It ensures that all room stays linked to the booking are accessible, facilitating efficient management and tracking of reservations."}},"httpPath":"/api/v3/bookings/{id}/roomStays"},{"label":"Retrieve list of all invoices for specified booking","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/bookings/getinvoicesbybookingid","routeSlug":"/apis/resharmonics-pms/bookings/getinvoicesbybookingid","metadata":{"seo":{"title":"Retrieve list of all invoices for specified booking","description":"Retrieve a comprehensive list of all invoices associated with a specific booking within the Property Management System (PMS). This endpoint provides detailed financial information related to the booking, including all charges, payments, and adjustments. It ensures that all financial transactions linked to the booking are accessible, facilitating efficient financial management and tracking."}},"httpPath":"/api/v3/bookings/{id}/salesInvoices"},{"label":"Retrieve list of all tags for specified booking","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/bookings/gettagsbybookingid","routeSlug":"/apis/resharmonics-pms/bookings/gettagsbybookingid","metadata":{"seo":{"title":"Retrieve list of all tags for specified booking","description":"Retrieve a comprehensive list of all tags associated with a specific booking within the Property Management System (PMS). Tags provide additional metadata and categorization for bookings, allowing for better organization and filtering. This endpoint ensures that all tags linked to the booking are accessible, facilitating efficient management and tracking of reservations."}},"httpPath":"/api/v3/bookings/{id}/tags"}]},{"type":"group","label":"Building","link":"/apis/resharmonics-pms/building","routeSlug":"/apis/resharmonics-pms/building","items":[{"label":"Retrieve list of buildings","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/building/listallbuildings","routeSlug":"/apis/resharmonics-pms/building/listallbuildings","metadata":{"seo":{"title":"Retrieve list of buildings","description":"Retrieve a list of all buildings managed within the PMS. The response includes essential information for each building, such as its unique ID, name, address, facilities, and operational status. Optional query parameters can be included to refine the results, such as filtering by city, operational status, or specific attributes. This endpoint is particularly useful for displaying a catalogue of properties, managing building records, or integrating building data with external systems."}},"httpPath":"/api/v3/buildings"},{"label":"Create a new building","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/building/createbuilding","routeSlug":"/apis/resharmonics-pms/building/createbuilding","metadata":{"seo":{"title":"Create a new building","description":"Create a new building record in the property module of the PMS. The request body should contain the necessary details for the building, such as name, address, facilities, and operational attributes. Upon successful creation, the response will include the newly created building's details."}},"httpPath":"/api/v3/buildings"},{"label":"Retrieve a building by ID","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/building/getbuildingbyid","routeSlug":"/apis/resharmonics-pms/building/getbuildingbyid","metadata":{"seo":{"title":"Retrieve a building by ID","description":"Fetch detailed information about a specific building within the PMS using its unique identifier. The response includes details such as the building's name, address, facilities, operational status, and any associated metadata. This endpoint is typically used to view or manage property-specific information."}},"httpPath":"/api/v3/buildings/{id}"},{"label":"Update an existing building","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/building/updatebuilding","routeSlug":"/apis/resharmonics-pms/building/updatebuilding","metadata":{"seo":{"title":"Update an existing building","description":"Update an existing building record in the property module of the PMS. The request body should contain the updated details for the building, such as name, address, facilities, and operational attributes. Upon successful update, the response will include the updated building's details."}},"httpPath":"/api/v3/buildings/{id}"},{"label":"Delete a building by ID","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/building/deletebuildingbyid","routeSlug":"/apis/resharmonics-pms/building/deletebuildingbyid","metadata":{"seo":{"title":"Delete a building by ID","description":"Delete a specific building record from the property module of the PMS using its unique identifier. This operation will remove the building and all associated data from the system. If the specified building ID does not exist, a not found error will be returned."}},"httpPath":"/api/v3/buildings/{id}"},{"label":"Get access Codes for a building","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/building/getaccesscodeforbuilding","routeSlug":"/apis/resharmonics-pms/building/getaccesscodeforbuilding","metadata":{"seo":{"title":"Get access Codes for a building","description":"Retrieve all access codes associated with a specific building record in the property module of the PMS."}},"httpPath":"/api/v3/buildings/{id}/accessCodes"},{"label":"Get custom fields for a building","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/building/getcustomfieldsforbuilding","routeSlug":"/apis/resharmonics-pms/building/getcustomfieldsforbuilding","metadata":{"seo":{"title":"Get custom fields for a building","description":"Retrieve all custom fields associated with a specific building record in the property module of the PMS. The response includes a list of custom fields, each containing details such as field name, type, and value. This endpoint is useful for accessing additional information stored in custom fields that are not part of the standard building attributes."}},"httpPath":"/api/v3/buildings/{id}/customFields"}]},{"type":"group","label":"Channels","link":"/apis/resharmonics-pms/channels","routeSlug":"/apis/resharmonics-pms/channels","items":[{"label":"Retrieve all Channels","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/channels/listchannels","routeSlug":"/apis/resharmonics-pms/channels/listchannels","metadata":{"seo":{"title":"Retrieve all Channels","description":"Fetch a list of all channels within the Property Management System (PMS). This endpoint is useful for retrieving detailed information about channels, including their names and descriptions. The response includes a list of channels, which can be used for categorizing and organizing various system entities. If no channels are found, an empty list will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/channels"},{"label":"Retrieve a specific Channel","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/channels/getchannelbyid","routeSlug":"/apis/resharmonics-pms/channels/getchannelbyid","metadata":{"seo":{"title":"Retrieve a specific Channel","description":"Fetch a specific channel within the Property Management System (PMS). This endpoint is useful for retrieving detailed information about a specific channel, including its name and description. If the channel is not found, a 404 Not Found response will be triggered. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/channels/{id}"}]},{"type":"group","label":"City","link":"/apis/resharmonics-pms/city","routeSlug":"/apis/resharmonics-pms/city","items":[{"label":"Retrieve list of cities","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/city/listallcities","routeSlug":"/apis/resharmonics-pms/city/listallcities","metadata":{"seo":{"title":"Retrieve list of cities","description":"Fetch a comprehensive list of cities available within the PMS. The response includes details for each city, such as its name, unique identifier, address, facilities, and operational status. Optional query parameters can be used to filter the results by criteria such as location, status, or associated city. This endpoint is useful for managing property inventories and facilitating searches across multiple cities."}},"httpPath":"/api/v3/cities"},{"label":"Create a new city","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/city/createcity","routeSlug":"/apis/resharmonics-pms/city/createcity","metadata":{"seo":{"title":"Create a new city","description":"Creates a new city within the Property Management System (PMS) with the provided details. Cities help in organizing properties, defining operational zones, and generating location-based insights. This endpoint is useful for adding new regions to the system for better management and reporting. The request body should contain the necessary details for the new city. If the creation is successful, the newly created city's details will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/cities"},{"label":"Retrieve a city by id","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/city/getcitybyid","routeSlug":"/apis/resharmonics-pms/city/getcitybyid","metadata":{"seo":{"title":"Retrieve a city by id","description":"Fetch detailed information about a specific city within the PMS using its unique identifier. The response includes the city's name, associated properties, and any relevant metadata. This endpoint is commonly used to retrieve location-specific data to support property management and reporting functions."}},"httpPath":"/api/v3/cities/{id}"},{"label":"Update an existing city","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/city/updatecity","routeSlug":"/apis/resharmonics-pms/city/updatecity","metadata":{"seo":{"title":"Update an existing city","description":"Updates an existing city within the Property Management System (PMS) with the provided details. Cities help in organizing properties, defining operational zones, and generating location-based insights. This endpoint is useful for modifying existing citys to reflect changes in geographical areas or operational zones. The request body should contain the updated details for the city. If the specified city ID does not exist, a 404 Not Found error will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/cities/{id}"},{"label":"Delete a city by Id","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/city/deletecitybyid","routeSlug":"/apis/resharmonics-pms/city/deletecitybyid","metadata":{"seo":{"title":"Delete a city by Id","description":"Deletes a specific city within the Property Management System (PMS) using its unique ID. Cities help in organizing properties, defining operational zones, and generating location-based insights. This endpoint is useful for removing cities that are no longer relevant or needed in the system. The city will be marked as deleted rather than permanently removed to maintain historical data integrity. If the specified city ID does not exist, a 404 Not Found error will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/cities/{id}"}]},{"type":"group","label":"Companies","link":"/apis/resharmonics-pms/companies","routeSlug":"/apis/resharmonics-pms/companies","items":[{"label":"Retrieve list of companies by search filters","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/companies/listcompanies","routeSlug":"/apis/resharmonics-pms/companies/listcompanies","metadata":{"seo":{"title":"Retrieve list of companies by search filters","description":"Retrieve a paginated list of companies from the PMS based on specified search filters. Optional query parameters include company name, email address, telephone number, referrer, industry, market segment, and account ID. Each filter allows partial matches using wildcards for greater flexibility in searching. If no filters are provided, the endpoint returns all available companies. The response contains key details for each company, such as name, contact information, and industry, presented in a paginated format to facilitate navigation. This endpoint is ideal for managing corporate accounts, identifying business partnerships, and integrating company information with other systems. Pagination controls can be used to manage the size and order of results."}},"httpPath":"/api/v3/companies"},{"label":"Create a new company","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/companies/createcompany","routeSlug":"/apis/resharmonics-pms/companies/createcompany","metadata":{"seo":{"title":"Create a new company","description":"Create a new company record in the PMS by providing the company details in the request body. The input JSON payload should include information such as the company's name, contact details, industry, and other relevant attributes. The authenticated user is associated with the creation for audit purposes. Upon successful creation, the response returns the full details of the newly created company, including its unique identifier. This endpoint is essential for adding new organisations to the system for management and operational purposes."}},"httpPath":"/api/v3/companies"},{"label":"Merge two companies","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/companies/mergecompanies","routeSlug":"/apis/resharmonics-pms/companies/mergecompanies","metadata":{"seo":{"title":"Merge two companies","description":"Merge the secondary company into the primary contact. Related records (e.g., activities, bookings, notes) are reassigned to the primary entity. Noop if any of the companies are null. Returns a success flag with a human-readable message."}},"httpPath":"/api/v3/companies/merge"},{"label":"Retrieve company specified by company ID","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/companies/getcompanybyid","routeSlug":"/apis/resharmonics-pms/companies/getcompanybyid","metadata":{"seo":{"title":"Retrieve company specified by company ID","description":"Retrieve detailed information about a specific company in the PMS by providing its unique company ID. The response includes comprehensive data such as the company's name, contact information, address, industry, and any associated metadata. If the specified company ID does not exist, a 'Not Found' error will be returned. This endpoint is useful for viewing and managing individual company records, enabling efficient retrieval of corporate account details."}},"httpPath":"/api/v3/companies/{id}"},{"label":"Update a company record","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/companies/updatecompany","routeSlug":"/apis/resharmonics-pms/companies/updatecompany","metadata":{"seo":{"title":"Update a company record","description":"Update an existing company record in the PMS by providing the company's unique ID and updated details in the request body. The input JSON payload should include the fields to be updated, such as the company's name, contact information, industry, or other attributes. The system verifies the existence of the company before applying the updates, and any attempt to update a non-existent company will result in a 'Not Found' error. Upon successful update, the response returns the full details of the updated company. This endpoint ensures efficient management of company records while maintaining data integrity."}},"httpPath":"/api/v3/companies/{id}"},{"label":"deleteById","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/companies/deletebyid","routeSlug":"/apis/resharmonics-pms/companies/deletebyid","metadata":{"seo":{"title":"deleteById"}},"httpPath":"/api/v3/companies/{id}"},{"label":"Add an address to a company","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/companies/addaddress_1","routeSlug":"/apis/resharmonics-pms/companies/addaddress_1","metadata":{"seo":{"title":"Add an address to a company","description":"Creates a new address and associates it with the specified company."}},"httpPath":"/api/v3/companies/{id}/addresses"},{"label":"Update an address for a company","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/companies/updateaddress_1","routeSlug":"/apis/resharmonics-pms/companies/updateaddress_1","metadata":{"seo":{"title":"Update an address for a company","description":"Updates an existing address associated with the specified company."}},"httpPath":"/api/v3/companies/{id}/addresses/{addressId}"},{"label":"Delete an address from a company","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/companies/deleteaddress_1","routeSlug":"/apis/resharmonics-pms/companies/deleteaddress_1","metadata":{"seo":{"title":"Delete an address from a company","description":"Delete an address associated with a specified company from the PMS."}},"httpPath":"/api/v3/companies/{id}/addresses/{addressId}"},{"label":"Set an address as primary address for a specified company","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/companies/setprimaryaddress_1","routeSlug":"/apis/resharmonics-pms/companies/setprimaryaddress_1","metadata":{"seo":{"title":"Set an address as primary address for a specified company","description":"Set an address as primary address for a specified company"}},"httpPath":"/api/v3/companies/{id}/addresses/{addressId}/primary"},{"label":"Get contacts for a company","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/companies/getcontactsforcompany","routeSlug":"/apis/resharmonics-pms/companies/getcontactsforcompany","metadata":{"seo":{"title":"Get contacts for a company","description":"Retrieve all contacts associated with a specific company record in the CRM module of the PMS. The response includes a list of contact summary records, each containing details such as id, first name and last name. This endpoint is useful for accessing all company related contacts where only basic contact information is required."}},"httpPath":"/api/v3/companies/{id}/contacts"},{"label":"Get custom fields for a company","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/companies/getcustomfieldsforcompany","routeSlug":"/apis/resharmonics-pms/companies/getcustomfieldsforcompany","metadata":{"seo":{"title":"Get custom fields for a company","description":"Retrieve all custom fields associated with a specific company record in the CRM module of the PMS. The response includes a list of custom fields, each containing details such as field name, type, and value. This endpoint is useful for accessing additional information stored in custom fields that are not part of the standard company attributes."}},"httpPath":"/api/v3/companies/{id}/customFields"},{"label":"Add an email address to a company","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/companies/addemailaddress_1","routeSlug":"/apis/resharmonics-pms/companies/addemailaddress_1","metadata":{"seo":{"title":"Add an email address to a company","description":"Creates a new email address and associates it with the specified company."}},"httpPath":"/api/v3/companies/{id}/emailAddresses"},{"label":"Update an email address for a company","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/companies/updateemail_1","routeSlug":"/apis/resharmonics-pms/companies/updateemail_1","metadata":{"seo":{"title":"Update an email address for a company","description":"Updates an existing email address associated with the specified company."}},"httpPath":"/api/v3/companies/{id}/emailAddresses/{emailId}"},{"label":"Delete an email address from a company","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/companies/deleteemail_1","routeSlug":"/apis/resharmonics-pms/companies/deleteemail_1","metadata":{"seo":{"title":"Delete an email address from a company","description":"Delete an email address associated with a specified company from the PMS."}},"httpPath":"/api/v3/companies/{id}/emailAddresses/{emailId}"},{"label":"Set an email address as primary email address for a specified company","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/companies/setprimaryemail_1","routeSlug":"/apis/resharmonics-pms/companies/setprimaryemail_1","metadata":{"seo":{"title":"Set an email address as primary email address for a specified company","description":"Set an email address as primary email address for a specified company"}},"httpPath":"/api/v3/companies/{id}/emailAddresses/{emailId}/primary"},{"label":"Add a telephone number to a company","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/companies/addtelephonenumber_1","routeSlug":"/apis/resharmonics-pms/companies/addtelephonenumber_1","metadata":{"seo":{"title":"Add a telephone number to a company","description":"Creates a new telephone number and associates it with the specified company."}},"httpPath":"/api/v3/companies/{id}/telephones"},{"label":"Update a telephone number for a company","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/companies/updatetelephone_1","routeSlug":"/apis/resharmonics-pms/companies/updatetelephone_1","metadata":{"seo":{"title":"Update a telephone number for a company","description":"Updates an existing telephone number associated with the specified company."}},"httpPath":"/api/v3/companies/{id}/telephones/{phoneId}"},{"label":"Delete a telephone number from a company","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/companies/deletetelephone_1","routeSlug":"/apis/resharmonics-pms/companies/deletetelephone_1","metadata":{"seo":{"title":"Delete a telephone number from a company","description":"Delete a telephone number associated with a specified company from the PMS."}},"httpPath":"/api/v3/companies/{id}/telephones/{phoneId}"},{"label":"Set a telephone number as primary telephone number for a specified company","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/companies/setprimarytelephone_1","routeSlug":"/apis/resharmonics-pms/companies/setprimarytelephone_1","metadata":{"seo":{"title":"Set a telephone number as primary telephone number for a specified company","description":"Set a telephone number as primary telephone number for a specified company"}},"httpPath":"/api/v3/companies/{id}/telephones/{phoneId}/primary"}]},{"type":"group","label":"Contacts","link":"/apis/resharmonics-pms/contacts","routeSlug":"/apis/resharmonics-pms/contacts","items":[{"label":"Returns a list of contacts","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/contacts/retrievecontacts","routeSlug":"/apis/resharmonics-pms/contacts/retrievecontacts","metadata":{"seo":{"title":"Returns a list of contacts","description":"Retrieve a paginated list of contacts from the CRM module of the PMS. This endpoint supports optional query parameters to filter the results, including email address, first name, last name, telephone number, and account ID. If no filters are provided, the endpoint returns all available contacts in the system. The response includes a paginated list of contact records with key details, such as names and contact information, making it suitable for displaying contact directories or integrating with external systems. Pagination parameters can also be used to control the size and order of the result set."}},"httpPath":"/api/v3/contacts"},{"label":"Create a contact","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/contacts/createcontact","routeSlug":"/apis/resharmonics-pms/contacts/createcontact","metadata":{"seo":{"title":"Create a contact","description":"Create a new contact record in the CRM module of the PMS. This endpoint accepts a JSON payload containing the contact's details, such as name, contact information (e.g., email, phone), role, and any related metadata. The authenticated user's details are used to associate the creation with an authorised account. Upon successful creation, the response returns the newly created contact's data, including its unique identifier. This endpoint is essential for adding new individuals or organisations to the contact database for guest management or operational purposes."}},"httpPath":"/api/v3/contacts"},{"label":"Merge two contacts","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/contacts/mergecontacts","routeSlug":"/apis/resharmonics-pms/contacts/mergecontacts","metadata":{"seo":{"title":"Merge two contacts","description":"Merge the secondary contact into the primary contact. Related records (e.g., activities, bookings, notes, attachments, keys) are reassigned to the primary contact. Noop if any of the contacts are null. Returns a success flag with a human-readable message."}},"httpPath":"/api/v3/contacts/merge"},{"label":"Retrieve contact using contact ID","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/contacts/getcontactbyid","routeSlug":"/apis/resharmonics-pms/contacts/getcontactbyid","metadata":{"seo":{"title":"Retrieve contact using contact ID","description":"Fetch detailed information about a specific contact in the CRM module of the PMS using their unique contact ID. The response includes key details such as the contact's name, contact information (e.g., email, phone), role, associated organisation, and any linked properties or bookings. This endpoint is essential for accessing and managing individual contact records for guest management, corporate accounts, or operational purposes."}},"httpPath":"/api/v3/contacts/{id}"},{"label":"Update a contact record","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/contacts/updatecontact","routeSlug":"/apis/resharmonics-pms/contacts/updatecontact","metadata":{"seo":{"title":"Update a contact record","description":"Update an existing contact record in the CRM module of the PMS. This endpoint requires the contact's unique ID as a path variable and a JSON payload containing the updated contact details, such as name, contact information, role, or related metadata. The system verifies the existence of the contact and applies locking mechanisms to prevent concurrent modifications during the update process. Upon successful completion, the updated contact record is saved, and the response includes the latest contact details. This endpoint is essential for maintaining up-to-date contact information and ensuring data integrity in the CRM module."}},"httpPath":"/api/v3/contacts/{id}"},{"label":"deleteContactById","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/contacts/deletecontactbyid","routeSlug":"/apis/resharmonics-pms/contacts/deletecontactbyid","metadata":{"seo":{"title":"deleteContactById"}},"httpPath":"/api/v3/contacts/{id}"},{"label":"Add an address to a contact","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/contacts/addaddress","routeSlug":"/apis/resharmonics-pms/contacts/addaddress","metadata":{"seo":{"title":"Add an address to a contact","description":"Creates a new address and associates it with the specified contact."}},"httpPath":"/api/v3/contacts/{id}/addresses"},{"label":"Update an address for a contact","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/contacts/updateaddress","routeSlug":"/apis/resharmonics-pms/contacts/updateaddress","metadata":{"seo":{"title":"Update an address for a contact","description":"Updates an existing address associated with the specified contact."}},"httpPath":"/api/v3/contacts/{id}/addresses/{addressId}"},{"label":"Delete an address from a contact","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/contacts/deleteaddress","routeSlug":"/apis/resharmonics-pms/contacts/deleteaddress","metadata":{"seo":{"title":"Delete an address from a contact","description":"Delete an address from a contact"}},"httpPath":"/api/v3/contacts/{id}/addresses/{addressId}"},{"label":"Set an address as Primary","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/contacts/setprimaryaddress","routeSlug":"/apis/resharmonics-pms/contacts/setprimaryaddress","metadata":{"seo":{"title":"Set an address as Primary","description":"Set an address as Primary"}},"httpPath":"/api/v3/contacts/{id}/addresses/{addressId}/primary"},{"label":"Get custom fields for a contact","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/contacts/getcustomfieldsforcontact","routeSlug":"/apis/resharmonics-pms/contacts/getcustomfieldsforcontact","metadata":{"seo":{"title":"Get custom fields for a contact","description":"Retrieve all custom fields associated with a specific contact record in the CRM module of the PMS. The response includes a list of custom fields, each containing details such as field name, type, and value. This endpoint is useful for accessing additional information stored in custom fields that are not part of the standard contact attributes."}},"httpPath":"/api/v3/contacts/{id}/customFields"},{"label":"Add an email address to a contact","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/contacts/addemailaddress","routeSlug":"/apis/resharmonics-pms/contacts/addemailaddress","metadata":{"seo":{"title":"Add an email address to a contact","description":"Creates a new email address and associates it with the specified contact."}},"httpPath":"/api/v3/contacts/{id}/emailAddresses"},{"label":"Update an email address for a contact","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/contacts/updateemail","routeSlug":"/apis/resharmonics-pms/contacts/updateemail","metadata":{"seo":{"title":"Update an email address for a contact","description":"Updates an existing email address associated with the specified contact."}},"httpPath":"/api/v3/contacts/{id}/emailAddresses/{emailId}"},{"label":"Delete an email address from a contact","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/contacts/deleteemail","routeSlug":"/apis/resharmonics-pms/contacts/deleteemail","metadata":{"seo":{"title":"Delete an email address from a contact","description":"Delete an email address from a contact"}},"httpPath":"/api/v3/contacts/{id}/emailAddresses/{emailId}"},{"label":"Set an email as Primary","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/contacts/setprimaryemail","routeSlug":"/apis/resharmonics-pms/contacts/setprimaryemail","metadata":{"seo":{"title":"Set an email as Primary","description":"Set an email as Primary"}},"httpPath":"/api/v3/contacts/{id}/emailAddresses/{emailId}/primary"},{"label":"Get all or a specific note from a contact record","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/contacts/getcontactnotes","routeSlug":"/apis/resharmonics-pms/contacts/getcontactnotes","metadata":{"seo":{"title":"Get all or a specific note from a contact record","description":"Retrieve all or a specified note associated with a specific contact record in the CRM module of the PMS. The response includes a list of notes, each containing details such as the note's content, creation date, author, and any associated tags or categories. This endpoint is useful for tracking communication history, documenting interactions, and maintaining a comprehensive record of engagements with contacts."}},"httpPath":"/api/v3/contacts/{id}/notes"},{"label":"Record a note against a specified contact","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/contacts/createnote","routeSlug":"/apis/resharmonics-pms/contacts/createnote","metadata":{"seo":{"title":"Record a note against a specified contact","description":"Record a note against a specified contact within the Property Management System (PMS). This endpoint allows you to add comments, updates, or additional information related to a booking. Notes provide detailed context and history for the booking, ensuring comprehensive tracking and management of reservations."}},"httpPath":"/api/v3/contacts/{id}/notes"},{"label":"Add a telephone number to a contact","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/contacts/addtelephonenumber","routeSlug":"/apis/resharmonics-pms/contacts/addtelephonenumber","metadata":{"seo":{"title":"Add a telephone number to a contact","description":"Creates a new telephone number and associates it with the specified contact."}},"httpPath":"/api/v3/contacts/{id}/telephones"},{"label":"Update a telephone number for a contact","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/contacts/updatetelephone","routeSlug":"/apis/resharmonics-pms/contacts/updatetelephone","metadata":{"seo":{"title":"Update a telephone number for a contact","description":"Updates an existing telephone number associated with the specified contact."}},"httpPath":"/api/v3/contacts/{id}/telephones/{phoneId}"},{"label":"Delete a telephone number from a contact","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/contacts/deletetelephone","routeSlug":"/apis/resharmonics-pms/contacts/deletetelephone","metadata":{"seo":{"title":"Delete a telephone number from a contact","description":"Delete a telephone number from a contact"}},"httpPath":"/api/v3/contacts/{id}/telephones/{phoneId}"},{"label":"Set a telephone number as Primary","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/contacts/setprimarytelephone","routeSlug":"/apis/resharmonics-pms/contacts/setprimarytelephone","metadata":{"seo":{"title":"Set a telephone number as Primary","description":"Set a telephone number as Primary"}},"httpPath":"/api/v3/contacts/{id}/telephones/{phoneId}/primary"}]},{"type":"group","label":"Cost Centres","link":"/apis/resharmonics-pms/cost-centres","routeSlug":"/apis/resharmonics-pms/cost-centres","items":[{"label":"Retrieve list of all cost centres","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/cost-centres/listallproducts_1","routeSlug":"/apis/resharmonics-pms/cost-centres/listallproducts_1","metadata":{"seo":{"title":"Retrieve list of all cost centres","description":"Fetch a comprehensive list of cost centres available within the PMS. The response includes details for each cost centre, such as its name, unique identifier, and operational status. This endpoint is useful for managing financial products and services."}},"httpPath":"/api/v3/costCentres"},{"label":"Retrieve cost centre by id","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/cost-centres/getbyid_3","routeSlug":"/apis/resharmonics-pms/cost-centres/getbyid_3","metadata":{"seo":{"title":"Retrieve cost centre by id","description":"Fetch a specific cost centre by its unique identifier. The response includes details such as the name, code, and export name of the cost centre. This endpoint is useful for retrieving detailed information about a specific cost centre."}},"httpPath":"/api/v3/costCentres/{id}"}]},{"type":"group","label":"Country","link":"/apis/resharmonics-pms/country","routeSlug":"/apis/resharmonics-pms/country","items":[{"label":"Retrieve list of countries","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/country/listallcountries","routeSlug":"/apis/resharmonics-pms/country/listallcountries","metadata":{"seo":{"title":"Retrieve list of countries","description":"Retrieve a paginated list of countries stored within the Property Management System (PMS). This endpoint supports optional filtering by country name using the countryName query parameter, which allows partial matching for flexible searches. The response includes key country details such as country name, ISO codes, and other relevant metadata. This endpoint is useful for managing country-specific configurations, including localisation, tax settings, and currency associations. If no search criteria are provided, all available country records will be returned in a paginated format."}},"httpPath":"/api/v3/countries"},{"label":"Retrieve a country by ID","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/country/getcountrybyid","routeSlug":"/apis/resharmonics-pms/country/getcountrybyid","metadata":{"seo":{"title":"Retrieve a country by ID","description":"Fetch detailed information about a specific country within the Property Management System (PMS) by providing its unique ID. The response includes essential country details such as the country's name, ISO codes, and any associated metadata. This endpoint is commonly used for retrieving country-specific settings related to localisation, tax regulations, and currency configurations. If the specified country ID does not exist, a 404 Not Found error will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/countries/{id}"}]},{"type":"group","label":"Currencies","link":"/apis/resharmonics-pms/currencies","routeSlug":"/apis/resharmonics-pms/currencies","items":[{"label":"Retrieve a paginated list of all currencies","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/currencies/listallcurrencies","routeSlug":"/apis/resharmonics-pms/currencies/listallcurrencies","metadata":{"seo":{"title":"Retrieve a paginated list of all currencies","description":"Fetch a paginated list of all currencies configured in the Property Management System (PMS). Currencies represent the monetary units supported for financial transactions, including invoicing, payments, room rates, and financial reporting. This endpoint is essential for systems handling international bookings or operating across multiple countries with different currencies. This endpoint is useful for retrieving the complete currency catalog to understand available monetary units, populate currency selection dropdowns in booking and invoice interfaces, display exchange rates to users, or integrate with external payment gateways and accounting systems that require currency information. The response includes paginated results with currency details including ID, currency code (ISO 4217 format like GBP, EUR, USD), currency name, symbol (e.g., £, €, $), exchange rate relative to the base reporting currency, and a flag indicating if this is the primary/base currency for the organization. Exchange rates are stored with 4 decimal precision (e.g., 1.2345) to ensure accurate conversions. When performing currency conversions in calculations, the system uses RoundingMode.HALF_UP to maintain consistency and accuracy across all financial operations. Currencies are returned in the order specified by the pageable parameter. The system supports both transactional currency (used for guest-facing amounts) and base currency (used for internal reporting) to accommodate international operations. If no currencies exist in the system, an empty list will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/currencies"}]},{"type":"group","label":"CustomFieldTemplates","link":"/apis/resharmonics-pms/customfieldtemplates","routeSlug":"/apis/resharmonics-pms/customfieldtemplates","items":[{"label":"Retrieve custom field template by ID.","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/customfieldtemplates/getcustomfieldtemplatebyid","routeSlug":"/apis/resharmonics-pms/customfieldtemplates/getcustomfieldtemplatebyid","metadata":{"seo":{"title":"Retrieve custom field template by ID.","description":"Retrieve information about a specific custom field template for an entity type within the Property Management System (PMS). This includes reference to the associated entity the custom field template is linked to, i.e., BOOKING, BUILDING, CONTACT, COMPANY, UNIT, SALES_INVOICE, SALES_CREDIT, ROOM_STAY"}},"httpPath":"/api/v3/customFieldTemplates/{id}"},{"label":"Update specific values of a specific custom field template.","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/customfieldtemplates/updatecustomfieldtemplate","routeSlug":"/apis/resharmonics-pms/customfieldtemplates/updatecustomfieldtemplate","metadata":{"seo":{"title":"Update specific values of a specific custom field template.","description":"This allows update of a specified custom field template within the Property Management System (PMS) identified by reference ID. NOTE: see request body for fields which may be updated."}},"httpPath":"/api/v3/customFieldTemplates/{id}/updateCustomFieldTemplate"}]},{"type":"group","label":"CustomFields","link":"/apis/resharmonics-pms/customfields","routeSlug":"/apis/resharmonics-pms/customfields","items":[{"label":"Retrieve custom field by ID.","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/customfields/getcustomfieldbyid","routeSlug":"/apis/resharmonics-pms/customfields/getcustomfieldbyid","metadata":{"seo":{"title":"Retrieve custom field by ID.","description":"Retrieve information about a specific custom field for an entity type within the Property Management System (PMS). This includes reference to the associated entity the custom field is linked to, i.e., BOOKING, BUILDING, CONTACT, COMPANY, UNIT, SALES_INVOICE, SALES_CREDIT, ROOM_STAY"}},"httpPath":"/api/v3/customFields/{id}"},{"label":"Update the value of a specific custom field.","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/customfields/updatecustomfield","routeSlug":"/apis/resharmonics-pms/customfields/updatecustomfield","metadata":{"seo":{"title":"Update the value of a specific custom field.","description":"This allows update of a specified custom field within the Property Management System (PMS) identified by reference ID."}},"httpPath":"/api/v3/customFields/{id}/updateCustomField"}]},{"type":"group","label":"Developments","link":"/apis/resharmonics-pms/developments","routeSlug":"/apis/resharmonics-pms/developments","items":[{"label":"Retrieve list of developments","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/developments/listalldevelopments","routeSlug":"/apis/resharmonics-pms/developments/listalldevelopments","metadata":{"seo":{"title":"Retrieve list of developments","description":"Retrieve a paginated list of developments within the Property Management System (PMS). This endpoint supports optional filtering by development name, area ID, or area name, allowing flexible search criteria. Each development represents a property project or a group of buildings and includes key details such as name, location, and associated properties. The response provides a structured list of developments, which is useful for managing large-scale property assets, tracking project status, and integrating with booking and operational workflows. If no filters are applied, all available developments will be returned in a paginated format."}},"httpPath":"/api/v3/developments"},{"label":"Create a new development","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/developments/createdevelopment","routeSlug":"/apis/resharmonics-pms/developments/createdevelopment","metadata":{"seo":{"title":"Create a new development","description":"Create a new development within the Property Management System (PMS). This endpoint allows you to add a new development with its associated properties, location, and other relevant details. The request body should contain the development information in the form of a DevelopmentDTO. If the creation is successful, the response will include the newly created development's details. In case of validation errors or system issues, appropriate error responses will be returned."}},"httpPath":"/api/v3/developments"},{"label":"Retrieve a development by ID","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/developments/getdevelopmentbyid","routeSlug":"/apis/resharmonics-pms/developments/getdevelopmentbyid","metadata":{"seo":{"title":"Retrieve a development by ID","description":"Fetch detailed information about a specific development within the Property Management System (PMS) using its unique ID. The response includes key details such as the development's name, associated buildings, location, status, and other relevant metadata. This endpoint is useful for retrieving structured property development data, supporting asset management, and integrating with booking and operational workflows. If the specified development ID does not exist, a 404 Not Found error will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/developments/{id}"},{"label":"Update an existing development","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/developments/updatedevelopment","routeSlug":"/apis/resharmonics-pms/developments/updatedevelopment","metadata":{"seo":{"title":"Update an existing development","description":"Update the details of an existing development within the Property Management System (PMS). This endpoint allows you to modify the development's properties, location, and other relevant details. The request body should contain the updated information in the form of a DevelopmentDTO. If the specified development ID does not exist, a 404 Not Found error will be returned. In case of validation errors or system issues, appropriate error responses will be returned."}},"httpPath":"/api/v3/developments/{id}"},{"label":"Delete a development by ID","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/developments/deletedevelopmentbyid","routeSlug":"/apis/resharmonics-pms/developments/deletedevelopmentbyid","metadata":{"seo":{"title":"Delete a development by ID","description":"Delete an existing development within the Property Management System (PMS) using its unique ID. This endpoint allows you to remove a development and all its associated data from the system. If the specified development ID does not exist, a 404 Not Found error will be returned. In case of system errors during the deletion process, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/developments/{id}"},{"label":"Retrieve features and facilities for a development","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/developments/getfeaturefacilities_1","routeSlug":"/apis/resharmonics-pms/developments/getfeaturefacilities_1","metadata":{"seo":{"title":"Retrieve features and facilities for a development","description":"Fetch a list of features and facilities associated with a specific development using its unique ID. This endpoint returns detailed information about amenities, facilities, and special features available within the development. The response is paginated and includes both standard and custom features that characterize the development. If the specified development ID does not exist, a 404 Not Found error will be returned. In case of system errors during retrieval, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/developments/{id}/featuresFacilities"},{"label":"Update (replace) feature facilities for a development","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/developments/updatefeaturefacilities_1","routeSlug":"/apis/resharmonics-pms/developments/updatefeaturefacilities_1","metadata":{"seo":{"title":"Update (replace) feature facilities for a development","description":"Update the list of feature facilities associated with a specific development using its unique ID. This endpoint allows you to replace the existing feature facilities with a new set of facilities, updating the development's amenities and services. The request body should contain a list of feature facility IDs to be linked. If the specified development ID does not exist, a 404 Not Found error will be returned. In case of system errors during the update process, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/developments/{id}/featuresFacilities"},{"label":"Link (add) feature facilities to a development","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/developments/linkfacilitiestodevelopment","routeSlug":"/apis/resharmonics-pms/developments/linkfacilitiestodevelopment","metadata":{"seo":{"title":"Link (add) feature facilities to a development","description":"Link existing feature facilities to a specific development using its unique ID. This endpoint allows you to associate multiple feature facilities with a development, enhancing its amenities and services. The request body should contain a list of feature facility IDs to be linked. If the specified development ID does not exist, a 404 Not Found error will be returned. In case of system errors during the linking process, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/developments/{id}/featuresFacilities/link"},{"label":"Unlink (remove) feature facilities from a development","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/developments/deletefeaturefacilities_1","routeSlug":"/apis/resharmonics-pms/developments/deletefeaturefacilities_1","metadata":{"seo":{"title":"Unlink (remove) feature facilities from a development","description":"Unlink existing feature facilities from a specific development using its unique ID. This endpoint allows you to remove multiple feature facilities from a development, updating its amenities and services. The request body should contain a list of feature facility IDs to be unlinked. If the specified development ID does not exist, a 404 Not Found error will be returned. In case of system errors during the unlinking process, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/developments/{id}/featuresFacilities/unlink"},{"label":"Retrieve development images","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/developments/getdevelopmentimages","routeSlug":"/apis/resharmonics-pms/developments/getdevelopmentimages","metadata":{"seo":{"title":"Retrieve development images","description":"Fetch a paginated list of images associated with a specific development using its unique ID. This endpoint allows you to retrieve images that are linked to the development, which can include photos of the property, architectural designs, or other relevant visuals. The response includes image details such as file name, size, and type. If the specified development ID does not exist, a 404 Not Found error will be returned. In case of system errors during retrieval, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/developments/{id}/images"},{"label":"Upload a new development image","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/developments/createnewdevelopmentimage","routeSlug":"/apis/resharmonics-pms/developments/createnewdevelopmentimage","metadata":{"seo":{"title":"Upload a new development image","description":"Upload a new image for a specific development using its unique ID. This endpoint allows you to add images that are linked to the development, which can include photos of the property, architectural designs, or other relevant visuals. The uploaded file should be provided as a multipart file in the request. If the specified development ID does not exist, a 404 Not Found error will be returned. In case of system errors during the upload process, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/developments/{id}/images/upload"},{"label":"Delete a development image by ID","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/developments/deletedevelopmentimage","routeSlug":"/apis/resharmonics-pms/developments/deletedevelopmentimage","metadata":{"seo":{"title":"Delete a development image by ID","description":"Delete an existing image associated with a specific development using its unique ID. This endpoint allows you to remove an image that is linked to the development. If the specified development or image ID does not exist, a 404 Not Found error will be returned. In case of system errors during the deletion process, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/developments/{id}/images/{imageId}"}]},{"type":"group","label":"Extensions","link":"/apis/resharmonics-pms/extensions","routeSlug":"/apis/resharmonics-pms/extensions","items":[{"label":"Retrieve booking extension information for a specified roomstay","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/extensions/getextensionconfirmationdetails","routeSlug":"/apis/resharmonics-pms/extensions/getextensionconfirmationdetails","metadata":{"seo":{"title":"Retrieve booking extension information for a specified roomstay","description":"Retrieve booking extension information for a specified roomstay"}},"httpPath":"/api/v3/confirmStay/{webReference}/{roomStayId}"},{"label":"Confirm booking extension for a specified roomstay","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/extensions/updateextensionconfirmationdetails","routeSlug":"/apis/resharmonics-pms/extensions/updateextensionconfirmationdetails","metadata":{"seo":{"title":"Confirm booking extension for a specified roomstay","description":"Confirm booking extension for a specified roomstay"}},"httpPath":"/api/v3/confirmStay/{webReference}/{roomStayId}"},{"label":"Retrieve automated booking extension details for a specified booking","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/extensions/getextensiondetails","routeSlug":"/apis/resharmonics-pms/extensions/getextensiondetails","metadata":{"seo":{"title":"Retrieve automated booking extension details for a specified booking","description":"Retrieve automated booking extension details for a specified booking"}},"httpPath":"/api/v3/extension/detail/{webReference}"},{"label":"Update an automated booking extension for a specified booking","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/extensions/updateapartmentextension","routeSlug":"/apis/resharmonics-pms/extensions/updateapartmentextension","metadata":{"seo":{"title":"Update an automated booking extension for a specified booking","description":"Update an automated booking extension for a specified booking"}},"httpPath":"/api/v3/extension/update/{webReference}"}]},{"type":"group","label":"Extras","link":"/apis/resharmonics-pms/extras","routeSlug":"/apis/resharmonics-pms/extras","items":[{"label":"Search for chargeable extras","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/extras/searchallextras","routeSlug":"/apis/resharmonics-pms/extras/searchallextras","metadata":{"seo":{"title":"Search for chargeable extras","description":"Retrieve a paginated list of chargeable extras within the Property Management System (PMS). Chargeable extras represent additional services or products that can be added to bookings, such as parking, meals, or cleaning services. This endpoint allows filtering by billing frequency, building ID, and whether the extra is available through the Internet Booking Engine (IBE). The response includes details about each extra, such as pricing, availability, and applicable billing rules. If an invalid billing frequency is provided, a 400 Bad Request error will be returned. If no filters are applied, all available chargeable extras will be returned in a paginated format, making it easier to manage and integrate additional services into property operations."}},"httpPath":"/api/v3/extras"},{"label":"Retrieve compulsory chargeable extras for a rate ID","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/extras/retrievecompulsoryextrasforrateid","routeSlug":"/apis/resharmonics-pms/extras/retrievecompulsoryextrasforrateid","metadata":{"seo":{"title":"Retrieve compulsory chargeable extras for a rate ID","description":"Fetch a list of compulsory chargeable extras associated with a specific rate code within the Property Management System (PMS). Compulsory extras are additional services or fees that must be included when booking a rate, such as cleaning fees, resort fees, or mandatory meal plans. This endpoint requires the rateCode as a path variable and a date range (startDate and endDate) as query parameters to determine the applicable extras for the specified period. The response includes details about each extra, including pricing, validity dates, and availability. This functionality is useful for ensuring that mandatory add-ons are applied correctly in booking workflows and pricing calculations. If the rate code does not exist or is invalid, an appropriate error response will be returned."}},"httpPath":"/api/v3/extras/{rateId}"},{"label":"Record a payment against an extra attached to a room stay","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/extras/updateextrapayment","routeSlug":"/apis/resharmonics-pms/extras/updateextrapayment","metadata":{"seo":{"title":"Record a payment against an extra attached to a room stay","description":"Registers a payment for a chargeable extra linked to a specific room stay within the Property Management System (PMS). This endpoint requires the roomStayExtraId as a path variable to identify the extra and a payment request body containing the payment details. It verifies the existence of the room stay extra and checks for any associated sales invoices. If an outstanding balance remains, the payment is processed and recorded. The response includes financial details related to the transaction, such as the payment reference and updated invoice status. If the extra does not exist, the invoice is already paid, or there are no invoices to process, a 400 Bad Request error will be returned."}},"httpPath":"/api/v3/extras/{roomStayExtraId}/payment"}]},{"type":"group","label":"Feature Facility","link":"/apis/resharmonics-pms/feature-facility","routeSlug":"/apis/resharmonics-pms/feature-facility","items":[{"label":"Retrieve list of feature facilities","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/feature-facility/retrievefeaturefacilities","routeSlug":"/apis/resharmonics-pms/feature-facility/retrievefeaturefacilities","metadata":{"seo":{"title":"Retrieve list of feature facilities","description":"Fetch a comprehensive list of feature facilities available within the PMS. The response includes details for each feature facility, such as its name, unique identifier, and operational status. This endpoint is useful for managing property inventories and facilitating searches across multiple feature facilities."}},"httpPath":"/api/v3/featureFacilities"}]},{"type":"group","label":"Fees","link":"/apis/resharmonics-pms/fees","routeSlug":"/apis/resharmonics-pms/fees","items":[{"label":"Retrieve Fee Types","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/fees/feetypes","routeSlug":"/apis/resharmonics-pms/fees/feetypes","metadata":{"seo":{"title":"Retrieve Fee Types","description":"Retrieves a paginated list of all available fee types in the system"}},"httpPath":"/api/v3/fees/feeTypes"}]},{"type":"group","label":"Finance Accounts","link":"/apis/resharmonics-pms/finance-accounts","routeSlug":"/apis/resharmonics-pms/finance-accounts","items":[{"label":"Retrieve a list of all finance accounts. ","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/finance-accounts/findfinanceaccountlistitems","routeSlug":"/apis/resharmonics-pms/finance-accounts/findfinanceaccountlistitems","metadata":{"seo":{"title":"Retrieve a list of all finance accounts. ","description":"Fetch a list of all finance accounts within the Property Management System (PMS). This endpoint is useful for retrieving basic information about finance accounts, including relation type (company or contact), export information related to integrated external financial systems. The response includes paginated results of sales invoices, which can be filtered by export status."}},"httpPath":"/api/v3/financeAccounts"},{"label":"Retrieve a finance account from within the Property Management System (PMS) using its unique ID.","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/finance-accounts/findfinanceaccountlistitem","routeSlug":"/apis/resharmonics-pms/finance-accounts/findfinanceaccountlistitem","metadata":{"seo":{"title":"Retrieve a finance account from within the Property Management System (PMS) using its unique ID.","description":"Fetch a list of all finance accounts within the Property Management System (PMS). If the specified sales invoice ID does not exist, a 404 Not Found error will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/financeAccounts/{id}"},{"label":"Update a finance account export status to a given value. ","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/finance-accounts/updatefinanceaccountexportstatus","routeSlug":"/apis/resharmonics-pms/finance-accounts/updatefinanceaccountexportstatus","metadata":{"seo":{"title":"Update a finance account export status to a given value. ","description":"Update the external identifier record linked to a specific finance account; the updatable fields are export status, external ID and exported date time. This operation is essential for synchronizing the finance account export status with external financial systems, ensuring that the finance account export status is maintained in line with the integrated external system. The request body should include the external ID, export status and the exported date."}},"httpPath":"/api/v3/financeAccounts/{id}/exportStatus"}]},{"type":"group","label":"Financial Allocations","link":"/apis/resharmonics-pms/financial-allocations","routeSlug":"/apis/resharmonics-pms/financial-allocations","items":[{"label":"Retrieve financials allocations for Sales Credit allocations against Sales Invoices.","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/financial-allocations/listallocationlistitems","routeSlug":"/apis/resharmonics-pms/financial-allocations/listallocationlistitems","metadata":{"seo":{"title":"Retrieve financials allocations for Sales Credit allocations against Sales Invoices.","description":"Filtering can be performed by allocation created date range (inclusive), Organisation ID, Finance Account ID and export status of financial allocations."}},"httpPath":"/api/v3/financialAllocations/salesInvoices"},{"label":"Create a Financial Allocation between a Sales Credit and a Sales Invoice.","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/financial-allocations/performsalescreditallocation","routeSlug":"/apis/resharmonics-pms/financial-allocations/performsalescreditallocation","metadata":{"seo":{"title":"Create a Financial Allocation between a Sales Credit and a Sales Invoice.","description":"This effectively reconciles a sales credit against a sales invoice."}},"httpPath":"/api/v3/financialAllocations/salesInvoices"},{"label":"Retrieve payment allocations with basic filtering. ","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/financial-allocations/listpaymentallocations","routeSlug":"/apis/resharmonics-pms/financial-allocations/listpaymentallocations","metadata":{"seo":{"title":"Retrieve payment allocations with basic filtering. ","description":"In the PMS, these will be allocations for financials of types, sales receipts against sales invoices and sales refund against sales credits. Filtering can be performed by payment allocation date range, Organisation ID, Finance Account ID and export status of financial allocationss."}},"httpPath":"/api/v3/financialAllocations/salesPayments"},{"label":"Update a Financial Allocation export status to a given status. ","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/financial-allocations/updateallocationexportstatus","routeSlug":"/apis/resharmonics-pms/financial-allocations/updateallocationexportstatus","metadata":{"seo":{"title":"Update a Financial Allocation export status to a given status. ","description":"Update the external identifier record linked to a specific financial allocation; the updatable fields are export status, external ID and exported date time. The request body should include the external ID, export status and the exported date. Note: if the export status is already EXPORTED, then no update will be performed, instead, an exception will be thrown."}},"httpPath":"/api/v3/financialAllocations/{id}/exportStatus"}]},{"type":"group","label":"Financials","link":"/apis/resharmonics-pms/financials","routeSlug":"/apis/resharmonics-pms/financials","items":[{"label":"Retrieve a list of all financials matching search criteria. ","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/financials/findfinancials","routeSlug":"/apis/resharmonics-pms/financials/findfinancials","metadata":{"seo":{"title":"Retrieve a list of all financials matching search criteria. ","description":"Fetch a list of all financials within the Property Management System (PMS). This endpoint is useful for retrieving basic information about financials, The response includes paginated results of financials, which can be filtered by specific fields"}},"httpPath":"/api/v3/financials"},{"label":"Retrieve a financial from within the Property Management System (PMS) using its unique ID.","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/financials/findbyid","routeSlug":"/apis/resharmonics-pms/financials/findbyid","metadata":{"seo":{"title":"Retrieve a financial from within the Property Management System (PMS) using its unique ID.","description":"Fetch a financial within the Property Management System (PMS). If the specified financial does not exist, a 404 Not Found error will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/financials/{id}"}]},{"type":"group","label":"Guest Stays","link":"/apis/resharmonics-pms/guest-stays","routeSlug":"/apis/resharmonics-pms/guest-stays","items":[{"label":"Retrieve Guest Stays from defined parameters.","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/guest-stays/listallgueststays","routeSlug":"/apis/resharmonics-pms/guest-stays/listallgueststays","metadata":{"seo":{"title":"Retrieve Guest Stays from defined parameters.","description":"Retrieve a paginated list of guest stays within the Property Management System (PMS) based on specified search criteria. This endpoint allows filtering by date range (dateFrom and dateTo), unit ID, contact ID, guest details (email, first name, last name), status (CONFIRMED, CHECKED_IN, CHECKED_OUT by default), and booking reference. Guest Stays represent individual guest reservations linked to a room stay and include key details such as guest identity, booking status, and associated property information. The response provides a paginated list of Guest Stay records, making it useful for tracking occupancy, managing guest check-ins and check-outs, and retrieving stay details for reporting or operational purposes. If no filters are provided, all guest stays within the default parameters will be returned."}},"httpPath":"/api/v3/guestStays"},{"label":"Create a Guest Stay for a Room Stay","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/guest-stays/creategueststay","routeSlug":"/apis/resharmonics-pms/guest-stays/creategueststay","metadata":{"seo":{"title":"Create a Guest Stay for a Room Stay","description":"This endpoint is used to create a new guest stay on a room stay."}},"httpPath":"/api/v3/guestStays"},{"label":"Retrieve Guest Stay by ID","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/guest-stays/getgueststaybyid","routeSlug":"/apis/resharmonics-pms/guest-stays/getgueststaybyid","metadata":{"seo":{"title":"Retrieve Guest Stay by ID","description":"Fetch detailed information about a specific Guest Stay within the Property Management System (PMS) using its unique ID. A Guest Stay represents an individual guest's reservation linked to a room stay and includes key details such as check-in and check-out dates, assigned unit, guest information, booking reference, and stay status. This endpoint is useful for retrieving stay-specific data for guest management, reporting, or operational workflows. If the specified Guest Stay ID does not exist, a 404 Not Found error will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/guestStays/{id}"},{"label":"Update a Guest Stay for a Room Stay","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/guest-stays/updategueststay","routeSlug":"/apis/resharmonics-pms/guest-stays/updategueststay","metadata":{"seo":{"title":"Update a Guest Stay for a Room Stay","description":"This endpoint is used to update a guest stay on a room stay."}},"httpPath":"/api/v3/guestStays/{id}"},{"label":"Delete a Guest Stay","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/guest-stays/deletegueststay","routeSlug":"/apis/resharmonics-pms/guest-stays/deletegueststay","metadata":{"seo":{"title":"Delete a Guest Stay","description":"This endpoint is used to delete a guest stay on a room stay."}},"httpPath":"/api/v3/guestStays/{id}"},{"label":"Update a Guest Stay status","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/guest-stays/updategueststaystatus","routeSlug":"/apis/resharmonics-pms/guest-stays/updategueststaystatus","metadata":{"seo":{"title":"Update a Guest Stay status","description":"This endpoint is used to update a guest stay status"}},"httpPath":"/api/v3/guestStays/{id}/updateStatus"}]},{"type":"group","label":"Industries","link":"/apis/resharmonics-pms/industries","routeSlug":"/apis/resharmonics-pms/industries","items":[{"label":"Retrieve all industries","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/industries/listindustries","routeSlug":"/apis/resharmonics-pms/industries/listindustries","metadata":{"seo":{"title":"Retrieve all industries","description":"Fetch a list of all industries stored within the Property Management System (PMS). Industries represent business sectors and are used for categorising corporate clients, segmenting accounts, and applying industry-specific pricing, policies, or reporting structures. The response includes details of each industry, providing a structured way to organise and manage business relationships within the PMS. This endpoint is useful for analytics, market segmentation, and corporate account management. If an unexpected system error occurs, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/industries"},{"label":"Retrieve industry by ID","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/industries/getindustrybyid","routeSlug":"/apis/resharmonics-pms/industries/getindustrybyid","metadata":{"seo":{"title":"Retrieve industry by ID","description":"Fetch detailed information about a specific industry within the Property Management System (PMS) using its unique ID. Industries are used to categorise corporate clients, segment accounts, and manage industry-specific pricing, policies, or reporting structures. The response includes key details about the industry, making it useful for analytics, business segmentation, and corporate account management. If the specified industry ID does not exist, a 404 Not Found error will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/industries/{id}"}]},{"type":"group","label":"Issues","link":"/apis/resharmonics-pms/issues","routeSlug":"/apis/resharmonics-pms/issues","items":[{"label":"Retrieve a list of issues","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/issues/retrieveissues","routeSlug":"/apis/resharmonics-pms/issues/retrieveissues","metadata":{"seo":{"title":"Retrieve a list of issues","description":"Fetch a paginated list of issues within the Property Management System (PMS), representing property management tasks, maintenance requests, or guest service concerns. This endpoint allows filtering by multiple parameters, including issue details (ID, subject, status, type, priority), assignment details (assignee user or team), date ranges (reported date, response target date, resolution target date, last updated date), and related entities (booking, unit, or building). The response includes key issue details, making it useful for tracking operational tasks, managing maintenance workflows, and ensuring efficient resolution. If no filters are applied, all available issues will be returned in a paginated format. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/issues"},{"label":"Create new issue","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/issues/createentity","routeSlug":"/apis/resharmonics-pms/issues/createentity","metadata":{"seo":{"title":"Create new issue","description":"Create a new issue within the Property Management System (PMS) to track property-related concerns, maintenance requests, or guest service requests. This endpoint accepts a JSON payload containing issue details, including description, priority, category, associated property or unit, and reporter information. The created issue is linked to relevant entities such as a property, unit, booking, or guest stay to facilitate efficient resolution. The response returns the newly created issue with a unique identifier. If any referenced object IDs do not exist in the PMS, a 400 Bad Request error will be returned due to data integrity violations. In case of an unexpected error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/issues"},{"label":"Retrieve a list of all issue priorities","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/issues/getissuepriority","routeSlug":"/apis/resharmonics-pms/issues/getissuepriority","metadata":{"seo":{"title":"Retrieve a list of all issue priorities","description":"Fetch a list of all available issue priorities within the Property Management System (PMS). Issue priorities help classify and manage the urgency of property-related concerns, maintenance requests, or guest service issues. Priorities can include different levels, such as 'Low', 'Medium', 'High', or custom-defined priority levels, ensuring that critical issues are addressed promptly. This endpoint provides structured priority data to facilitate efficient issue management, resource allocation, and response time tracking. The response includes a list of issue priorities along with relevant metadata. If an unexpected system error occurs, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/issues/issuePriorities"},{"label":"Retrieve an issue priority by ID","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/issues/getissuepriority_1","routeSlug":"/apis/resharmonics-pms/issues/getissuepriority_1","metadata":{"seo":{"title":"Retrieve an issue priority by ID","description":"Fetch detailed information about a specific issue priority within the Property Management System (PMS) using its unique ID. Issue priorities define the urgency of property-related concerns, maintenance requests, or guest service issues, ensuring efficient task management and resolution. The response includes key details such as the priority level and its associated metadata. If the specified priority ID does not exist, a 404 Not Found error will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/issues/issuePriorities/{id}"},{"label":"Retrieve a list of all issue statuses","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/issues/getissuestatuses","routeSlug":"/apis/resharmonics-pms/issues/getissuestatuses","metadata":{"seo":{"title":"Retrieve a list of all issue statuses","description":"Fetch a list of all possible issue statuses within the Property Management System (PMS). Issue statuses indicate the current progress of property-related concerns, maintenance requests, or guest service issues. Common statuses include OPEN, STARTED, RESOLVED, and CLOSED, ensuring clear tracking of an issue's lifecycle. This endpoint provides structured status data to help streamline issue management, prioritisation, and resolution workflows. The response includes a list of predefined issue statuses. If an unexpected system error occurs, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/issues/issueStatuses"},{"label":"Retrieve a list of all issue types","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/issues/getissuetypes","routeSlug":"/apis/resharmonics-pms/issues/getissuetypes","metadata":{"seo":{"title":"Retrieve a list of all issue types","description":"Fetch a list of all available issue types within the Property Management System (PMS). Issue types categorise different kinds of property-related concerns, maintenance requests, or guest service issues, such as housekeeping, technical repairs, complaints, or general inquiries. This endpoint provides a structured way to classify and manage operational issues, ensuring efficient tracking and resolution. The response includes a list of issue types, each containing relevant metadata. If an unexpected system error occurs, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/issues/issueTypes"},{"label":"Retrieve issue entity by ID","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/issues/retrieveentity","routeSlug":"/apis/resharmonics-pms/issues/retrieveentity","metadata":{"seo":{"title":"Retrieve issue entity by ID","description":"Fetch detailed information about a specific issue within the Property Management System (PMS) using its unique ID. Issues represent property management concerns, maintenance requests, or guest service requests. The response includes key details such as issue type, description, status, priority, associated property or unit, and reporting details. This endpoint is useful for tracking ongoing issues, managing maintenance workflows, and ensuring timely resolution. If the specified issue ID does not exist, a 404 Not Found error will be returned."}},"httpPath":"/api/v3/issues/{id}"},{"label":"Update issue entity","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/issues/updateentity","routeSlug":"/apis/resharmonics-pms/issues/updateentity","metadata":{"seo":{"title":"Update issue entity","description":"Modify an existing issue within the Property Management System (PMS) by providing updated details in the request body. The update process requires a valid issue ID and allows modifications to fields such as issue status, priority, category, or resolution notes. Issues are typically associated with properties, units, bookings, or guest stays, ensuring efficient tracking and management. To prevent data conflicts, a locking mechanism is applied during updates. The response includes the updated issue details. If the issue ID does not exist, a 404 Not Found error will be returned. In case of an unexpected error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/issues/{id}"},{"label":"Retrieve a list of notes on an issue","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/issues/getissuenotes","routeSlug":"/apis/resharmonics-pms/issues/getissuenotes","metadata":{"seo":{"title":"Retrieve a list of notes on an issue","description":"Fetch all notes associated with a specific issue within the Property Management System (PMS) using its unique ID. Issue notes provide a historical record of updates, comments, and actions taken on maintenance requests, guest concerns, or operational issues. The response includes details such as note content, author, timestamp, and any relevant metadata. This endpoint is useful for tracking communication, ensuring accountability, and maintaining an audit trail for issue resolution. If the issue ID does not exist, a 404 Not Found error will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/issues/{id}/notes"},{"label":"Create an issue note","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/issues/createissuenote","routeSlug":"/apis/resharmonics-pms/issues/createissuenote","metadata":{"seo":{"title":"Create an issue note","description":"Add a new note to a specific issue within the Property Management System (PMS) using the issue's unique ID. Issue notes serve as a communication log, allowing users to document updates, comments, or actions taken on maintenance requests, guest concerns, or operational issues. The request body must contain the note details, including its content and any relevant metadata. If the specified issue ID does not exist, a 404 Not Found error will be returned. Upon successful creation, the response includes the newly added note. This endpoint ensures proper documentation of issue progress and facilitates collaboration between team members."}},"httpPath":"/api/v3/issues/{id}/notes"},{"label":"Update the status of an issue by ID","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/issues/updateactivitystatus","routeSlug":"/apis/resharmonics-pms/issues/updateactivitystatus","metadata":{"seo":{"title":"Update the status of an issue by ID","description":"Modify the status of a specific issue within the Property Management System (PMS) using its unique issue ID. The request body must include a valid status update (OPEN, STARTED, RESOLVED, or CLOSED). This endpoint ensures proper issue tracking and workflow management by allowing users to update the issue's progress."}},"httpPath":"/api/v3/issues/{id}/status"},{"label":"Create a work order for an issue","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/issues/createworkorder","routeSlug":"/apis/resharmonics-pms/issues/createworkorder","metadata":{"seo":{"title":"Create a work order for an issue","description":"Creates a new work order linked to the specified issue. The product must be configured as a valid work order item (must have a default unit price, VAT profile, and currency set, and the price cannot be zero). The currency is derived from the product's default currency. Returns 404 if the issue or tax code cannot be found. Returns 400 if the product is not a valid work order item."}},"httpPath":"/api/v3/issues/{id}/workOrders"},{"label":"Create a draft sales invoice for specified work orders related to a specified issue.","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/issues/createsalesinvoiceitemforworkorders","routeSlug":"/apis/resharmonics-pms/issues/createsalesinvoiceitemforworkorders","metadata":{"seo":{"title":"Create a draft sales invoice for specified work orders related to a specified issue.","description":"Create a draft sales invoice for the work orders associated with a specific issue within the Property Management System (PMS). Work orders enable generation of invoices within the Property Management System (PMS) to bill for maintenance fixes in accommodation units and / or buildings. A finance account ID reference must be supplied to bill the invoice against. At least one work order ID reference must be supplied, a room stay ID reference can be supplied if required. Other optional parameters are invoice due date and charge to and charge from dates. If the specified issue ID does not exist, a 404 Not Found error will be returned. The same checks will be applied to finance account ID reference and room stay ID reference (if supplied) If an unexpected system error occurs, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/issues/{id}/workOrders/salesInvoice"}]},{"type":"group","label":"Leads","link":"/apis/resharmonics-pms/leads","routeSlug":"/apis/resharmonics-pms/leads","items":[{"label":"Create a full lead","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/leads/createfulllead","routeSlug":"/apis/resharmonics-pms/leads/createfulllead","metadata":{"seo":{"title":"Create a full lead","description":"Creates a lead with all details provided in the request body. Returns a BookingSummaryDTO containing the ID and reference of the created lead."}},"httpPath":"/api/v3/leads"}]},{"type":"group","label":"Market Segments","link":"/apis/resharmonics-pms/market-segments","routeSlug":"/apis/resharmonics-pms/market-segments","items":[{"label":"Retrieve all market segments","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/market-segments/listmarketsegments","routeSlug":"/apis/resharmonics-pms/market-segments/listmarketsegments","metadata":{"seo":{"title":"Retrieve all market segments","description":"Fetch a list of all available market segments within the Property Management System (PMS). Market segments categorise customer groups based on booking patterns, demographics, or business classifications such as corporate, leisure, government, or wholesale. This segmentation helps optimise pricing strategies, personalise guest experiences, and generate meaningful reports for revenue management and marketing. The response includes a list of all defined market segments, each with relevant metadata. If an unexpected system error occurs, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/marketSegments"},{"label":"Retrieve market segment by ID","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/market-segments/getmarketsegmentbyid","routeSlug":"/apis/resharmonics-pms/market-segments/getmarketsegmentbyid","metadata":{"seo":{"title":"Retrieve market segment by ID","description":"Fetch detailed information about a specific market segment within the Property Management System (PMS) using its unique ID. Market segments categorise customer groups based on booking behaviors, demographics, or business classifications such as corporate, leisure, government, or wholesale. This endpoint is useful for retrieving segment-specific data for reporting, pricing strategies, and targeted marketing efforts. The response includes details about the market segment, including its classification and associated metadata. If the specified market segment ID does not exist, a 404 Not Found error will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/marketSegments/{id}"}]},{"type":"group","label":"Nationalities","link":"/apis/resharmonics-pms/nationalities","routeSlug":"/apis/resharmonics-pms/nationalities","items":[{"label":"Retrieve all nationalities","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/nationalities/getnationalities","routeSlug":"/apis/resharmonics-pms/nationalities/getnationalities","metadata":{"seo":{"title":"Retrieve all nationalities","description":"Fetch a list of all available nationalities within the Property Management System (PMS). Nationality entities help categorise guests, customers, or corporate clients based on their country of nationality. This data is useful for compliance with regulatory requirements, demographic reporting, targeted marketing, and personalised service offerings. The response includes a list of all defined nationalities along with relevant metadata. If an unexpected system error occurs, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/nationalities"},{"label":"Retrieve nationality by ID","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/nationalities/getnationalitybyid","routeSlug":"/apis/resharmonics-pms/nationalities/getnationalitybyid","metadata":{"seo":{"title":"Retrieve nationality by ID","description":"Fetch detailed information about a specific nationality within the Property Management System (PMS) using its unique ID. Nationality entities help categorise guests, customers, or corporate clients based on their country of nationality, supporting compliance, reporting, and personalised services. The response includes relevant metadata such as country name and ISO codes. If the specified nationality ID does not exist, a 404 Not Found error will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/nationalities/{id}"}]},{"type":"group","label":"Notes","link":"/apis/resharmonics-pms/notes","routeSlug":"/apis/resharmonics-pms/notes","items":[{"label":"Retrieve a paginated list of notes and its associated entity reference.","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/notes/getnotes","routeSlug":"/apis/resharmonics-pms/notes/getnotes","metadata":{"seo":{"title":"Retrieve a paginated list of notes and its associated entity reference.","description":"Retrieve information about a specific note or list of notes for an entity type within the Property Management System (PMS). This includes reference to the associated entities the note is linked to, i.e. ACTIVITY, BOOKING, CONTACT, COMPANY, ISSUE"}},"httpPath":"/api/v3/notes"},{"label":"List Note Categories","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/notes/list","routeSlug":"/apis/resharmonics-pms/notes/list","metadata":{"seo":{"title":"List Note Categories","description":"Retrieves a paginated list of all note categories available in the system"}},"httpPath":"/api/v3/notes/categories"},{"label":"Retrieve a note and its associated entity reference.","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/notes/getnotebyid","routeSlug":"/apis/resharmonics-pms/notes/getnotebyid","metadata":{"seo":{"title":"Retrieve a note and its associated entity reference.","description":"Retrieve information about a specific note for an entity type within the Property Management System (PMS). This includes reference to the associated entity the note is linked to."}},"httpPath":"/api/v3/notes/{id}"}]},{"type":"group","label":"Organisations","link":"/apis/resharmonics-pms/organisations","routeSlug":"/apis/resharmonics-pms/organisations","items":[{"label":"Retrieve list of all organisations","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/organisations/listallorganisations","routeSlug":"/apis/resharmonics-pms/organisations/listallorganisations","metadata":{"seo":{"title":"Retrieve list of all organisations","description":"Fetch a comprehensive list of organisations available within the PMS. The response includes details for each cost centre, such as its name, unique identifier, and operational status. This endpoint is useful for managing organations to different financial elements in the system."}},"httpPath":"/api/v3/organisations"},{"label":"Retrieve organisation by id","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/organisations/getbyid_2","routeSlug":"/apis/resharmonics-pms/organisations/getbyid_2","metadata":{"seo":{"title":"Retrieve organisation by id","description":"Fetch a specific organisation by its unique identifier. The response includes details such as the name, other details. This endpoint is useful for retrieving detailed information about a specific organisation."}},"httpPath":"/api/v3/organisations/{id}"}]},{"type":"group","label":"Payments","link":"/apis/resharmonics-pms/payments","routeSlug":"/apis/resharmonics-pms/payments","items":[{"label":"Retrieve payments with basic filtering. ","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/payments/listreceiptsandrefunds","routeSlug":"/apis/resharmonics-pms/payments/listreceiptsandrefunds","metadata":{"seo":{"title":"Retrieve payments with basic filtering. ","description":"In the PMS, these will be financials of types, sales receipts paid against sales invoices and sales refunds paid against sales credits. Filtering can be performed by payment allocation date range, Finance Account ID and export status of financial allocations. Note: At least one filter parameter (date range, Room Stay ID, or Invoice ID) must be provided in the request."}},"httpPath":"/api/v3/payments"},{"label":"Create a payment record against a specified collection of sales invoices. ","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/payments/createsalesinvoicespayments","routeSlug":"/apis/resharmonics-pms/payments/createsalesinvoicespayments","metadata":{"seo":{"title":"Create a payment record against a specified collection of sales invoices. ","description":"Creates a payment record against a specified collection of sales invoices. The payment record will be reconciled against any outstanding invoices. Where necessary invoices will be auto posted. If there is insufficient outstanding on invoices, the payment is rejected. NOTE: The invoices should all belong to the same organisation and they should use the same finance account."}},"httpPath":"/api/v3/payments/salesInvoices"},{"label":"Retrieve list of all financial allocations for a payment financial using Financial ID.","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/payments/listallocationlistitemsbypaymentid","routeSlug":"/apis/resharmonics-pms/payments/listallocationlistitemsbypaymentid","metadata":{"seo":{"title":"Retrieve list of all financial allocations for a payment financial using Financial ID.","description":"This will give a list of all financial allocations of type SALES RECEIPT against a specific sales invoice financial."}},"httpPath":"/api/v3/payments/{id}/allocations"},{"label":"Retrieve a payment Receipt PDF for a payment","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/payments/extractreceiptdocument","routeSlug":"/apis/resharmonics-pms/payments/extractreceiptdocument","metadata":{"seo":{"title":"Retrieve a payment Receipt PDF for a payment","description":"Fetch a Receipt PDF for a payment referenceThe request will specify the financial id to extract the PDF required"}},"httpPath":"/api/v3/payments/{id}/download"},{"label":"Update a Payment export status to a given status. ","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/payments/updatefinancialexportstatus","routeSlug":"/apis/resharmonics-pms/payments/updatefinancialexportstatus","metadata":{"seo":{"title":"Update a Payment export status to a given status. ","description":"Update the external identifier record linked to a specific payment financial (Sales Receipt); the updatable fields are export status, external ID and exported date time. The request body should include the external ID, export status and the exported date."}},"httpPath":"/api/v3/payments/{id}/exportStatus"}]},{"type":"group","label":"Products","link":"/apis/resharmonics-pms/products","routeSlug":"/apis/resharmonics-pms/products","items":[{"label":"Retrieve a paginated list of all products","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/products/listallproducts","routeSlug":"/apis/resharmonics-pms/products/listallproducts","metadata":{"seo":{"title":"Retrieve a paginated list of all products","description":"Fetch a paginated list of all products available in the Property Management System (PMS). Products are billable items that can be included on sales invoices, such as accommodation charges, extras (parking, breakfast, etc.), fees, deposits, and other services. This endpoint is useful for retrieving the complete product catalog to understand available billing categories, populate dropdown selections in invoice creation interfaces, or integrate with external systems. The response includes paginated results with product details including ID, name, product code, type (sales/purchase), nominal code, tax code, and other relevant attributes. Products are returned in the order specified by the pageable parameter. If no products exist in the system, an empty list will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/products"}]},{"type":"group","label":"Rates","link":"/apis/resharmonics-pms/rates","routeSlug":"/apis/resharmonics-pms/rates","items":[{"label":"Search for rates by specified criteria","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/rates/getallratesindaterange","routeSlug":"/apis/resharmonics-pms/rates/getallratesindaterange","metadata":{"seo":{"title":"Search for rates by specified criteria","description":"Retrieve a list of rates that match the specified criteria, such as date range, unit type, rate ID, company ID, or rate code. The optional parameters dateFrom and dateTo allow for filtering rates within a specific date range, while unitTypeId, rateId, companyId, and rateCode can further narrow the search. Results are returned in a paginated format, making it easier to navigate through large datasets. This endpoint is useful for querying rates for specific units, validating pricing for bookings, or integrating rate information with external systems. If no filters are provided, the endpoint returns all rates within the default date range."}},"httpPath":"/api/v3/rates"},{"label":"Get rate by ID","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/rates/getrate","routeSlug":"/apis/resharmonics-pms/rates/getrate","metadata":{"seo":{"title":"Get rate by ID","description":"Retrieves a specific rate by its unique identifier. Returns basic rate information including rate code, type, and name."}},"httpPath":"/api/v3/rates/{id}"},{"label":"Get rate segments for a rate","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/rates/getratesegments","routeSlug":"/apis/resharmonics-pms/rates/getratesegments","metadata":{"seo":{"title":"Get rate segments for a rate","description":"Retrieves a paginated list of rate segments for a specific rate within the given date range. Returns detailed information about each rate segment including pricing and availability."}},"httpPath":"/api/v3/rates/{id}/rateSegments"},{"label":"Get unit types for a rate","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/rates/getunittypes","routeSlug":"/apis/resharmonics-pms/rates/getunittypes","metadata":{"seo":{"title":"Get unit types for a rate","description":"Retrieves a paginated list of unit types associated with a specific rate. Returns summary information for each unit type including ID and name."}},"httpPath":"/api/v3/rates/{id}/unitTypes"},{"label":"Retrieve rate segments for a specified rate ID and date range","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/rates/getsnapshotofrate","routeSlug":"/apis/resharmonics-pms/rates/getsnapshotofrate","metadata":{"seo":{"title":"Retrieve rate segments for a specified rate ID and date range","description":"Retrieve list of rate summaries for a rate specified by rate ID between two dates. This groupstogether rates with similar names and returns the rate segments for the specified date range. Allowing for easy comparison of rates with different lengths of stay and amounts."}},"httpPath":"/api/v3/rates/{rateId}/segments"}]},{"type":"group","label":"Referrers","link":"/apis/resharmonics-pms/referrers","routeSlug":"/apis/resharmonics-pms/referrers","items":[{"label":"Retrieve list of all referrers","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/referrers/listreferrers","routeSlug":"/apis/resharmonics-pms/referrers/listreferrers","metadata":{"seo":{"title":"Retrieve list of all referrers","description":"Fetch a list of all available referrers within the Property Management System (PMS). Referrers track sources of referrals for guests, bookings, or corporate clients, helping to identify the origin of reservations. This data is useful for analysing booking trends, measuring the effectiveness of referral channels, and optimising marketing strategies. The response includes a list of all defined referrers, each with relevant metadata. If an unexpected system error occurs, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/referrers"},{"label":"Retrieve a specific referrer by its ID","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/referrers/getreferrerbyid","routeSlug":"/apis/resharmonics-pms/referrers/getreferrerbyid","metadata":{"seo":{"title":"Retrieve a specific referrer by its ID","description":"Fetch details of a specific referrer within the Property Management System (PMS) using its unique ID. This endpoint returns the referrer information, which includes metadata about the source of referrals. If the referrer is not found, a 404 Not Found error will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/referrers/{id}"}]},{"type":"group","label":"Region","link":"/apis/resharmonics-pms/region","routeSlug":"/apis/resharmonics-pms/region","items":[{"label":"Retrieve list of regions","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/region/listallregions","routeSlug":"/apis/resharmonics-pms/region/listallregions","metadata":{"seo":{"title":"Retrieve list of regions","description":"Fetch a paginated list of regions within the Property Management System (PMS). Regions help in organizing properties, defining operational zones, and generating location-based insights. The response includes a list of regions with relevant metadata. If an unexpected system error occurs, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/regions"},{"label":"Create a new region","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/region/createregion","routeSlug":"/apis/resharmonics-pms/region/createregion","metadata":{"seo":{"title":"Create a new region","description":"Creates a new region within the Property Management System (PMS) with the provided details. Regions help in organizing properties, defining operational zones, and generating location-based insights. This endpoint is useful for adding new regions to the system for better management and reporting. The request body should contain the necessary details for the new region. If the creation is successful, the newly created region's details will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/regions"},{"label":"Retrieve a region by Id","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/region/getregionbyid","routeSlug":"/apis/resharmonics-pms/region/getregionbyid","metadata":{"seo":{"title":"Retrieve a region by Id","description":"Fetch detailed information about a specific region within the Property Management System (PMS) using its unique ID. Regions help in organizing properties, defining operational zones, and generating location-based insights. This endpoint is useful for retrieving region-specific data for reporting, resource allocation, and strategic decision-making. The response includes details about the region, including its classification and associated metadata. If the specified region ID does not exist, a 404 Not Found error will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/regions/{id}"},{"label":"Update an existing region","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/region/updateregion","routeSlug":"/apis/resharmonics-pms/region/updateregion","metadata":{"seo":{"title":"Update an existing region","description":"Updates an existing region within the Property Management System (PMS) with the provided details. Regions help in organizing properties, defining operational zones, and generating location-based insights. This endpoint is useful for modifying existing regions to reflect changes in geographical areas or operational zones. The request body should contain the updated details for the region. If the specified region ID does not exist, a 404 Not Found error will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/regions/{id}"},{"label":"Delete a region by Id","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/region/deleteregionbyid","routeSlug":"/apis/resharmonics-pms/region/deleteregionbyid","metadata":{"seo":{"title":"Delete a region by Id","description":"Deletes a specific region within the Property Management System (PMS) using its unique ID. Regions help in organizing properties, defining operational zones, and generating location-based insights. This endpoint is useful for removing regions that are no longer relevant or needed in the system. The region will be marked as deleted rather than permanently removed to maintain historical data integrity. If the specified region ID does not exist, a 404 Not Found error will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/regions/{id}"}]},{"type":"group","label":"Room Stays","link":"/apis/resharmonics-pms/room-stays","routeSlug":"/apis/resharmonics-pms/room-stays","items":[{"label":"Retrieve Room Stays from defined parameters.","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/room-stays/listallroomstays","routeSlug":"/apis/resharmonics-pms/room-stays/listallroomstays","metadata":{"seo":{"title":"Retrieve Room Stays from defined parameters.","description":"Fetch a paginated list of room stays based on various filters such as date, status, and booking details. The response includes a list of room stays with relevant metadata. If an unexpected system error occurs, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/roomStays"},{"label":"Lock a specified roomstay","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/room-stays/roomstayapilockroomstay","routeSlug":"/apis/resharmonics-pms/room-stays/roomstayapilockroomstay","metadata":{"seo":{"title":"Lock a specified roomstay","description":"Locks the room stay identified by the given ID, preventing further modifications. This operation is useful for ensuring that the details of a room stay are finalized and cannot be altered. If the specified room stay ID does not exist, a 404 Not Found error will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/roomStays/roomStays/{id}/lock"},{"label":"Retrieve Room Stay by id","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/room-stays/getroomstaybyid","routeSlug":"/apis/resharmonics-pms/room-stays/getroomstaybyid","metadata":{"seo":{"title":"Retrieve Room Stay by id","description":"Fetch detailed information about a specific room stay within the Property Management System (PMS) using its unique ID. Room stays help in organizing bookings, ensuring accurate billing, and enhancing the overall guest experience. This endpoint is useful for retrieving room stay-specific data for reporting, resource allocation, and strategic decision-making. The response includes details about the room stay, including its duration, associated guests, and any additional services or charges. If the specified room stay ID does not exist, a 404 Not Found error will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/roomStays/{id}"},{"label":"Update a room stay ","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/room-stays/updateroomstay","routeSlug":"/apis/resharmonics-pms/room-stays/updateroomstay","metadata":{"seo":{"title":"Update a room stay ","description":"This endpoint is used to update a room stay with amended dates"}},"httpPath":"/api/v3/roomStays/{id}"},{"label":"Retrieve activities for specified room stay","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/room-stays/getactivitiesbyroomstayid","routeSlug":"/apis/resharmonics-pms/room-stays/getactivitiesbyroomstayid","metadata":{"seo":{"title":"Retrieve activities for specified room stay","description":"Fetch a list of all activities associated with a specific room stay. This endpoint is useful for retrieving detailed information about activities related to a room stay. If the specified room stay ID does not exist, a 404 Not Found error will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/roomStays/{id}/activities"},{"label":"Retrieve extras for specified room stay","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/room-stays/getroomstayextrasbyroomstayid","routeSlug":"/apis/resharmonics-pms/room-stays/getroomstayextrasbyroomstayid","metadata":{"seo":{"title":"Retrieve extras for specified room stay","description":"Fetch a list of all chargeable extras associated with a specific room stay. This endpoint is useful for retrieving detailed information about additional services or charges applied to a room stay. If the specified room stay ID does not exist, a 404 Not Found error will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/roomStays/{id}/chargeableExtras"},{"label":"Create a room stay extra","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/room-stays/createroomstayextra","routeSlug":"/apis/resharmonics-pms/room-stays/createroomstayextra","metadata":{"seo":{"title":"Create a room stay extra","description":"This endpoint is used to create a new room stay extra."}},"httpPath":"/api/v3/roomStays/{id}/chargeableExtras"},{"label":"Get custom fields for a room stay","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/room-stays/getcustomfieldsforroomstay","routeSlug":"/apis/resharmonics-pms/room-stays/getcustomfieldsforroomstay","metadata":{"seo":{"title":"Get custom fields for a room stay","description":"Retrieve all custom fields associated with a specific room stay record. The response includes a list of custom fields, each containing details such as field name, type, and value. This endpoint is useful for accessing additional information stored in custom fields that are not part of the standard room stay attributes."}},"httpPath":"/api/v3/roomStays/{id}/customFields"},{"label":"Create a fee invoice item for a room stay","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/room-stays/createroomstayfee","routeSlug":"/apis/resharmonics-pms/room-stays/createroomstayfee","metadata":{"seo":{"title":"Create a fee invoice item for a room stay","description":"Creates a new fee invoice item associated with a specific room stay. This endpoint allows you to apply various fees (such as late checkout fees, damage fees, etc.) to a room stay. The fee will be added as a sales invoice item on the room stay's billing account. If the specified room stay ID does not exist, a 404 Not Found error will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/roomStays/{id}/fees"},{"label":"Retrieve guest stays for specified room stay","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/room-stays/getgueststaysbyroomstayid","routeSlug":"/apis/resharmonics-pms/room-stays/getgueststaysbyroomstayid","metadata":{"seo":{"title":"Retrieve guest stays for specified room stay","description":"Fetch a list of all guest stays associated with a specific room stay. This endpoint is useful for retrieving detailed information about guests staying in a room. If the specified room stay ID does not exist, a 404 Not Found error will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/roomStays/{id}/guestStays"},{"label":"Retrieve guests for specified room stay","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/room-stays/getguestsbyroomstayid","routeSlug":"/apis/resharmonics-pms/room-stays/getguestsbyroomstayid","metadata":{"seo":{"title":"Retrieve guests for specified room stay","description":"Fetch a list of all guests associated with a specific room stay. This endpoint is useful for retrieving detailed information about guests staying in a room. If the specified room stay ID does not exist, a 404 Not Found error will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/roomStays/{id}/guests"},{"label":"Retrieve list of all invoice items for specified room stay","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/room-stays/getinvoicesbyroomstayid","routeSlug":"/apis/resharmonics-pms/room-stays/getinvoicesbyroomstayid","metadata":{"seo":{"title":"Retrieve list of all invoice items for specified room stay","description":"Fetch a list of all invoice items associated with a specific room stay. This endpoint is useful for retrieving detailed billing information for a room stay, including charges for services and any additional fees. If the specified room stay ID does not exist, a 404 Not Found error will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/roomStays/{id}/salesInvoiceItems"}]},{"type":"group","label":"Sales Invoices","link":"/apis/resharmonics-pms/sales-invoices","routeSlug":"/apis/resharmonics-pms/sales-invoices","items":[{"label":"Retrieve a list of all invoices","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/sales-invoices/findsalesinvoices","routeSlug":"/apis/resharmonics-pms/sales-invoices/findsalesinvoices","metadata":{"seo":{"title":"Retrieve a list of all invoices","description":"Fetch a list of all sales invoices within the Property Management System (PMS). This endpoint is useful for retrieving detailed information about sales transactions, including invoice dates, associated organizations, and statuses. The response includes paginated results of sales invoices, which can be filtered by date range, organization ID, and status. If no invoices match the specified criteria, an empty list will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/salesInvoices"},{"label":"Create a single invoice","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/sales-invoices/createsalesinvoice","routeSlug":"/apis/resharmonics-pms/sales-invoices/createsalesinvoice","metadata":{"seo":{"title":"Create a single invoice","description":"Create a new sales invoice within the Property Management System (PMS). This endpoint allows you to create a new sales invoice by providing the necessary invoice details in the request body. The invoice will be created with a 'DRAFT' status by default and can be updated or posted later. This operation requires authentication and will associate the created invoice with the authenticated user. The request body should include invoice details such as organization ID, invoice date, line items, and other relevant information. Upon successful creation, the response will contain the complete invoice details including the assigned invoice ID. In case of an unexpected system error during creation, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/salesInvoices"},{"label":"Retrieve a single invoice item","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/sales-invoices/findinvoiceitem","routeSlug":"/apis/resharmonics-pms/sales-invoices/findinvoiceitem","metadata":{"seo":{"title":"Retrieve a single invoice item","description":"Fetch detailed information about a specific sales invoice item within the Property Management System (PMS) using its unique ID. Sales invoice items are essential for tracking individual components of sales transactions, including item descriptions, quantities, and prices. This endpoint is useful for retrieving item-specific data for reporting, auditing, and financial analysis. If the specified sales invoice item ID does not exist, a 404 Not Found error will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/salesInvoices/salesInvoiceItems/{id}"},{"label":"Retrieve a single invoice","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/sales-invoices/findinvoice","routeSlug":"/apis/resharmonics-pms/sales-invoices/findinvoice","metadata":{"seo":{"title":"Retrieve a single invoice","description":"Fetch detailed information about a specific sales invoice within the Property Management System (PMS) using its unique ID. Sales invoices are essential for tracking sales transactions, generating financial reports, and ensuring accurate billing. This endpoint is useful for retrieving invoice-specific data for reporting, auditing, and financial analysis. The response includes details about the sales invoice, including its date, associated organization, status, and line items. If the specified sales invoice ID does not exist, a 404 Not Found error will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered.Outstanding field values will only be calculated if the invoice is POSTED."}},"httpPath":"/api/v3/salesInvoices/{id}"},{"label":"Retrieve balanced invoices for a specific sales invoice","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/sales-invoices/findbalanceinvoices","routeSlug":"/apis/resharmonics-pms/sales-invoices/findbalanceinvoices","metadata":{"seo":{"title":"Retrieve balanced invoices for a specific sales invoice","description":"Fetch all balanced (related) sales invoices associated with a specific sales invoice using its unique ID. This endpoint reads the underlying comma-separated list of balanced invoice numbers attached to the primary invoice, retrieves the corresponding invoice records, and returns their detailed information. If the specified primary sales invoice ID does not exist, a 404 Not Found error will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/salesInvoices/{id}/balanceInvoices"},{"label":"Get custom fields for a sales invoices","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/sales-invoices/getcustomfieldsforsalesinvoice","routeSlug":"/apis/resharmonics-pms/sales-invoices/getcustomfieldsforsalesinvoice","metadata":{"seo":{"title":"Get custom fields for a sales invoices","description":"Retrieve all custom fields associated with a specific sales invoice record in the finance module of the PMS. The response includes a list of custom fields, each containing details such as field name, type, and value. This endpoint is useful for accessing additional information stored in custom fields that are not part of the standard sales invoice attributes."}},"httpPath":"/api/v3/salesInvoices/{id}/customFields"},{"label":"Upsert custom fields for a sales invoice","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/sales-invoices/upsertcustomfieldsforsalesinvoice","routeSlug":"/apis/resharmonics-pms/sales-invoices/upsertcustomfieldsforsalesinvoice","metadata":{"seo":{"title":"Upsert custom fields for a sales invoice","description":"Creates or updates custom fields for a specific sales invoice. This endpoint accepts a list of custom fields and intelligently matches them by Custom Field ID, Template ID, or Template Name. If the field exists for the invoice type, its value will be updated. It automatically handles parsing for specific data types like dates."}},"httpPath":"/api/v3/salesInvoices/{id}/customFields"},{"label":"Retrieve a Invoice PDF for a single invoice","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/sales-invoices/extractinvoicedocument","routeSlug":"/apis/resharmonics-pms/sales-invoices/extractinvoicedocument","metadata":{"seo":{"title":"Retrieve a Invoice PDF for a single invoice","description":"Fetch a PDF for the Invoice for a sales invoice. The request will specify the invoice id to extract PDF required"}},"httpPath":"/api/v3/salesInvoices/{id}/download"},{"label":"Update an invoice to a given status in relation to an external finance system","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/sales-invoices/updatesalesinvoiceexportstatus","routeSlug":"/apis/resharmonics-pms/sales-invoices/updatesalesinvoiceexportstatus","metadata":{"seo":{"title":"Update an invoice to a given status in relation to an external finance system","description":"Update the external identifier record linked to a specific sales invoice; the updateable fields are export status, external ID and exported date time. This operation is essential for synchronizing the invoice export status with external financial systems, ensuring that the invoice export status is maintained in line with the integrated external system. The request body should include the external ID, export status and the exported date. Note: if the export status is already EXPORTED, then no update will be performed, instead, an exception will be thrown. If the specified sales invoice ID does not exist, a 404 Not Found error will be returned. If the invoice is not in the 'POSTED' status, a 400 Bad Request error will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/salesInvoices/{id}/exportStatus"},{"label":"Update an invoice as Exported to an external finance system","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/sales-invoices/markasexported","routeSlug":"/apis/resharmonics-pms/sales-invoices/markasexported","metadata":{"seo":{"title":"Update an invoice as Exported to an external finance system","description":"Mark a specific sales invoice as exported to an external finance system using its unique ID. This operation is essential for synchronizing the invoice status with external financial systems, ensuring that the invoice is recognized as exported. The request body should include the external ID and the exported date. If the specified sales invoice ID does not exist, a 404 Not Found error will be returned. If the invoice is not in the 'POSTED' status, a 400 Bad Request error will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/salesInvoices/{id}/exported"},{"label":"Get integration identifiers for a sales invoice","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/sales-invoices/getintegrationidentifiers","routeSlug":"/apis/resharmonics-pms/sales-invoices/getintegrationidentifiers","metadata":{"seo":{"title":"Get integration identifiers for a sales invoice","description":"Retrieve all 3rd-party integration identifiers (e.g., KSeF) associated with a specific sales invoice. This returns a list of identifiers including their current sync status and any external IDs/values."}},"httpPath":"/api/v3/salesInvoices/{id}/integrationIdentifiers"},{"label":"Upsert an integration identifier for a sales invoice","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/sales-invoices/upsertintegrationidentifier","routeSlug":"/apis/resharmonics-pms/sales-invoices/upsertintegrationidentifier","metadata":{"seo":{"title":"Upsert an integration identifier for a sales invoice","description":"Creates or updates an external integration identifier for a given system name (e.g., 'KSeF'). This is heavily used by asynchronous microservices to report back processing success, external IDs, or failure messages."}},"httpPath":"/api/v3/salesInvoices/{id}/integrationIdentifiers/{systemName}"},{"label":"Post invoice to ledgers","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/sales-invoices/marksalesinvoiceposted","routeSlug":"/apis/resharmonics-pms/sales-invoices/marksalesinvoiceposted","metadata":{"seo":{"title":"Post invoice to ledgers","description":"Mark a specific sales invoice as posted using its unique ID. This operation is essential for updating the invoice status to 'POSTED', indicating that the invoice has been finalized and is ready for further processing. If the specified sales invoice ID does not exist, a 404 Not Found error will be returned. If the invoice is already in the 'POSTED' status, a 400 Bad Request error will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/salesInvoices/{id}/post"},{"label":"Retrieve all sales invoice items for a specific invoice","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/sales-invoices/findinvoiceitems","routeSlug":"/apis/resharmonics-pms/sales-invoices/findinvoiceitems","metadata":{"seo":{"title":"Retrieve all sales invoice items for a specific invoice","description":"Fetch all sales invoice items associated with a specific sales invoice using its unique ID. This endpoint is useful for retrieving detailed information about the items within a sales invoice, including item descriptions, quantities, and prices. If the specified sales invoice ID does not exist, a 404 Not Found error will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/salesInvoices/{id}/salesInvoiceItems"},{"label":"Void a Sales Invoice","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/sales-invoices/marksalesinvoicevoid","routeSlug":"/apis/resharmonics-pms/sales-invoices/marksalesinvoicevoid","metadata":{"seo":{"title":"Void a Sales Invoice","description":"Mark a specific sales invoice as void using its unique ID. This operation is essential for updating the invoice status to 'VOID', indicating that the invoice has been cancelled. If the specified sales invoice ID does not exist, a 404 Not Found error will be returned. If the invoice is already in the 'VOID' status, a 400 Bad Request error will be returned. In case of an unexpected system error or it cannot be set to VOID, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/salesInvoices/{id}/void"}]},{"type":"group","label":"Tags","link":"/apis/resharmonics-pms/tags","routeSlug":"/apis/resharmonics-pms/tags","items":[{"label":"Retrieve all Tags","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/tags/listtags","routeSlug":"/apis/resharmonics-pms/tags/listtags","metadata":{"seo":{"title":"Retrieve all Tags","description":"Fetch a list of all tags within the Property Management System (PMS). This endpoint is useful for retrieving detailed information about tags, including their names and descriptions. The response includes a list of tags, which can be used for categorizing and organizing various system entities. If no tags are found, an empty list will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/tags"},{"label":"Retrieve tags using specified ID","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/tags/gettagtbyid","routeSlug":"/apis/resharmonics-pms/tags/gettagtbyid","metadata":{"seo":{"title":"Retrieve tags using specified ID","description":"Fetch detailed information about a specific tag within the Property Management System (PMS) using its unique ID. Tags are essential for categorizing and organizing various system entities, such as properties, bookings, guests, accounts, and other records. This endpoint is useful for retrieving tag-specific data for reporting, auditing, and data management purposes. The response includes details about the tag, including its name and description. If the specified tag ID does not exist, a 404 Not Found error will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/tags/{id}"}]},{"type":"group","label":"Tax Codes","link":"/apis/resharmonics-pms/tax-codes","routeSlug":"/apis/resharmonics-pms/tax-codes","items":[{"label":"Retrieve a paginated list of all tax codes","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/tax-codes/listalltaxcodes","routeSlug":"/apis/resharmonics-pms/tax-codes/listalltaxcodes","metadata":{"seo":{"title":"Retrieve a paginated list of all tax codes","description":"Fetch a paginated list of all tax codes configured in the Property Management System (PMS). Tax codes represent different tax rates and classifications that can be applied to invoice line items, such as standard VAT (e.g., 20%), reduced VAT (e.g., 5%), zero-rated (0%), or tax-exempt items. This endpoint is useful for retrieving the complete tax code catalog to understand available tax classifications, populate dropdown selections in invoice creation and product configuration interfaces, ensure accurate tax calculations on invoices, or integrate with external accounting systems. The response includes paginated results with tax code details including ID, code identifier, name, tax rate percentage (stored with 2 decimal precision), type (SALES or PURCHASE), Xero tax type mapping for external system integration, and export name for accounting purposes. Tax codes are returned in the order specified by the pageable parameter. Tax rates are stored as decimal values (e.g., 20.00 for 20% VAT) and should be rounded to 2 decimal places when used in calculations to maintain consistency with database precision. If no tax codes exist in the system, an empty list will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/taxCodes"},{"label":"Retrieve tax code by id","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/tax-codes/getbyid_1","routeSlug":"/apis/resharmonics-pms/tax-codes/getbyid_1","metadata":{"seo":{"title":"Retrieve tax code by id","description":"Fetch a specific tax code by its unique identifier. The response includes details such as the name, code, rate and other details. This endpoint is useful for retrieving detailed information about a specific tax code."}},"httpPath":"/api/v3/taxCodes/{id}"}]},{"type":"group","label":"Teams","link":"/apis/resharmonics-pms/teams","routeSlug":"/apis/resharmonics-pms/teams","items":[{"label":"Search for Team entities","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/teams/searchteams","routeSlug":"/apis/resharmonics-pms/teams/searchteams","metadata":{"seo":{"title":"Search for Team entities","description":"Retrieve a paginated list of teams within the Property Management System (PMS) based on optional search criteria. You can filter the results by team name using a query parameter (teamName), which supports partial matches with wildcards. The response includes a paginated list of team records, each containing basic details such as the team's name and key attributes. This endpoint is useful for browsing and managing multiple teams, enabling efficient search and navigation across large datasets. If no search criteria are provided, all teams will be returned in the response."}},"httpPath":"/api/v3/teams"},{"label":"Retrieve team entity by ID","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/teams/findteam","routeSlug":"/apis/resharmonics-pms/teams/findteam","metadata":{"seo":{"title":"Retrieve team entity by ID","description":"Fetch detailed information about a specific team within the Property Management System (PMS) by providing its unique ID. The response includes information such as the team's name, members, assigned roles, permissions, and any associated properties or tasks. This endpoint is useful for managing team configurations, reviewing responsibilities, or retrieving team-specific details for operational purposes. If the team ID does not exist, an appropriate error response will be returned."}},"httpPath":"/api/v3/teams/{id}"}]},{"type":"group","label":"Unit Access Groups","link":"/apis/resharmonics-pms/unit-access-groups","routeSlug":"/apis/resharmonics-pms/unit-access-groups","items":[{"label":"Retrieve list of Unit Access Groups","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/unit-access-groups/listallunitaccessgroups","routeSlug":"/apis/resharmonics-pms/unit-access-groups/listallunitaccessgroups","metadata":{"seo":{"title":"Retrieve list of Unit Access Groups","description":"Fetch a list of all unit access groups within the Property Management System (PMS). This endpoint is useful for retrieving detailed information about unit access groups, including their associated units and access group names. The response includes a paginated list of unit access groups, which can be used for managing access control and permissions. If no unit access groups are found, an empty list will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/unitAccessGroups"},{"label":"Update a unit access group","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/unit-access-groups/updateunitaccessgroup","routeSlug":"/apis/resharmonics-pms/unit-access-groups/updateunitaccessgroup","metadata":{"seo":{"title":"Update a unit access group","description":"Update an existing unit access group within the Property Management System (PMS). This endpoint allows the modification of details for a specific unit access group, including its associated unit and access group information. The request body must include the updated details of the unit access group. The response includes the updated unit access group details. If the specified unit access group ID does not exist, a 404 Not Found error will be returned. In case of validation errors, a 400 Bad Request error will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/unitAccessGroups"},{"label":"Create a new Access Group","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/unit-access-groups/createunitaccessgroup","routeSlug":"/apis/resharmonics-pms/unit-access-groups/createunitaccessgroup","metadata":{"seo":{"title":"Create a new Access Group","description":"Create a new unit access group within the Property Management System (PMS). This endpoint allows the creation of a new unit access group, which links a unit to an access group. The request body must include details of the unit and the access group. The response includes the newly created unit access group details. In case of validation errors, a 400 Bad Request error will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/unitAccessGroups"},{"label":"Retrieve an Unit Access Group by Id","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/unit-access-groups/getunitaccessgroupbyid","routeSlug":"/apis/resharmonics-pms/unit-access-groups/getunitaccessgroupbyid","metadata":{"seo":{"title":"Retrieve an Unit Access Group by Id","description":"Fetch detailed information about a specific unit access group within the Property Management System (PMS) using its unique ID. Unit access groups are essential for managing access control and permissions for unit entities. This endpoint is useful for retrieving unit access group-specific data for reporting, auditing, and data management purposes. The response includes details about the unit access group, including its associated unit and access group names. If the specified unit access group ID does not exist, a 404 Not Found error will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/unitAccessGroups/{id}"}]},{"type":"group","label":"Unit Contracts","link":"/apis/resharmonics-pms/unit-contracts","routeSlug":"/apis/resharmonics-pms/unit-contracts","items":[{"label":"Search unit contracts","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/unit-contracts/searchunitcontracts","routeSlug":"/apis/resharmonics-pms/unit-contracts/searchunitcontracts","metadata":{"seo":{"title":"Search unit contracts","description":"Search for unit contracts with optional filtering by unit ID and building ID"}},"httpPath":"/api/v3/unitContracts"},{"label":"Get unit contract by ID","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/unit-contracts/getunitcontract","routeSlug":"/apis/resharmonics-pms/unit-contracts/getunitcontract","metadata":{"seo":{"title":"Get unit contract by ID","description":"Retrieve detailed information about a specific unit contract"}},"httpPath":"/api/v3/unitContracts/{id}"},{"label":"Get units for contract","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/unit-contracts/getunits","routeSlug":"/apis/resharmonics-pms/unit-contracts/getunits","metadata":{"seo":{"title":"Get units for contract","description":"Retrieve all units associated with a specific unit contract"}},"httpPath":"/api/v3/unitContracts/{id}/units"}]},{"type":"group","label":"Unit Locations","link":"/apis/resharmonics-pms/unit-locations","routeSlug":"/apis/resharmonics-pms/unit-locations","items":[{"label":"Retrieve unit locations","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/unit-locations/getunitlocations","routeSlug":"/apis/resharmonics-pms/unit-locations/getunitlocations","metadata":{"seo":{"title":"Retrieve unit locations","description":"Fetches a paginated list of unit locations within the Property Management System (PMS). This endpoint allows filtering by unit ID, building ID to retrieve specific unit locations and also, unit location last updated date time. Unit locations represent different areas or spaces within a unit (e.g., bathrooms, living spaces). The response includes location details such as type, description, and associated metadata. If no locations are found for the specified filters, an empty page will be returned. Results are paginated to handle large datasets efficiently."}},"httpPath":"/api/v3/unitLocations"},{"label":"Retrieve unit location by ID","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/unit-locations/getunitlocationbyid","routeSlug":"/apis/resharmonics-pms/unit-locations/getunitlocationbyid","metadata":{"seo":{"title":"Retrieve unit location by ID","description":"Fetches a specific unit location by its unique identifier. This endpoint provides detailed information about a particular unit location, including its type, associated unit, and other relevant metadata. If the specified unit location ID does not exist, a not found error will be returned."}},"httpPath":"/api/v3/unitLocations/{id}"}]},{"type":"group","label":"Unit Types","link":"/apis/resharmonics-pms/unit-types","routeSlug":"/apis/resharmonics-pms/unit-types","items":[{"label":"Get all unit types","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/unit-types/getallunittypes","routeSlug":"/apis/resharmonics-pms/unit-types/getallunittypes","metadata":{"seo":{"title":"Get all unit types","description":"Fetch a list of all unit types within the Property Management System (PMS). This endpoint is useful for retrieving detailed information about unit types, including their classification and characteristics such as size, layout, amenities, and occupancy capacity. The response includes a paginated list of unit types, which can be used for inventory management, pricing strategies, availability searches, and reporting. If no unit types are found, an empty list will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/unitTypes"},{"label":"Create a new unit type","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/unit-types/createunittype","routeSlug":"/apis/resharmonics-pms/unit-types/createunittype","metadata":{"seo":{"title":"Create a new unit type","description":"Create a new unit type within the Property Management System (PMS). This endpoint allows you to define a new unit type with its classification and characteristics such as size, layout, amenities, and occupancy capacity. The request body should contain the details of the unit type to be created. If the creation is successful, the newly created unit type will be returned. In case of validation errors or unexpected system errors, appropriate error responses will be triggered."}},"httpPath":"/api/v3/unitTypes"},{"label":"Retrieve a unit type by Id","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/unit-types/getunittypebyid","routeSlug":"/apis/resharmonics-pms/unit-types/getunittypebyid","metadata":{"seo":{"title":"Retrieve a unit type by Id","description":"Fetch detailed information about a specific unit type within the Property Management System (PMS) using its unique ID. Unit types are essential for categorizing accommodations based on factors such as size, layout, amenities, and occupancy capacity. This endpoint is useful for retrieving unit type-specific data for inventory management, pricing strategies, availability searches, and reporting. The response includes details about the unit type, including its classification and characteristics. If the specified unit type ID does not exist, a 404 Not Found error will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/unitTypes/{id}"},{"label":"Update an existing unit type","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/unit-types/updateunittype","routeSlug":"/apis/resharmonics-pms/unit-types/updateunittype","metadata":{"seo":{"title":"Update an existing unit type","description":"Update an existing unit type within the Property Management System (PMS). This endpoint allows you to modify the details of a unit type, including its classification and characteristics such as size, layout, amenities, and occupancy capacity. The request body should contain the updated details of the unit type. If the update is successful, the updated unit type will be returned. In case of validation errors or unexpected system errors, appropriate error responses will be triggered."}},"httpPath":"/api/v3/unitTypes/{id}"},{"label":"Delete a unit type by ID","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/unit-types/deleteunittypebyid","routeSlug":"/apis/resharmonics-pms/unit-types/deleteunittypebyid","metadata":{"seo":{"title":"Delete a unit type by ID","description":"Delete a specific unit type within the Property Management System (PMS) using its unique ID. This endpoint allows you to remove a unit type, including all associated data. If the deletion is successful, a 204 No Content response will be returned. If the specified unit type ID does not exist, a 404 Not Found error will be returned. In case of unexpected system errors during the deletion process, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/unitTypes/{id}"},{"label":"Retrieve features and facilities for a unit type","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/unit-types/getfeaturefacilities","routeSlug":"/apis/resharmonics-pms/unit-types/getfeaturefacilities","metadata":{"seo":{"title":"Retrieve features and facilities for a unit type","description":"Fetch the list of features and facilities associated with a specific unit type within the Property Management System (PMS). This endpoint provides detailed information about the amenities and characteristics available for a particular unit type. The response includes a comprehensive list of features and facilities that help define the unit type's offerings. If the specified unit type ID does not exist, a 404 Not Found error will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/unitTypes/{id}/featuresFacilities"},{"label":"Update (replace) feature facilities for a unit type","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/unit-types/updatefeaturefacilities","routeSlug":"/apis/resharmonics-pms/unit-types/updatefeaturefacilities","metadata":{"seo":{"title":"Update (replace) feature facilities for a unit type","description":"Update the list of feature facilities associated with a specific unit type using its unique ID. This endpoint allows you to replace the existing feature facilities with a new set of facilities, updating the unit type's amenities and services. The request body should contain a list of feature facility IDs to be linked. If the specified unit type ID does not exist, a 404 Not Found error will be returned. In case of system errors during the update process, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/unitTypes/{id}/featuresFacilities"},{"label":"Link (add) feature facilities to a unit type","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/unit-types/linkfacilitiestounittype","routeSlug":"/apis/resharmonics-pms/unit-types/linkfacilitiestounittype","metadata":{"seo":{"title":"Link (add) feature facilities to a unit type","description":"Link existing feature facilities to a specific unit type using its unique ID. This endpoint allows you to associate multiple feature facilities with a unit type, enhancing its amenities and services. The request body should contain a list of feature facility IDs to be linked. If the specified unit type ID does not exist, a 404 Not Found error will be returned. In case of system errors during the linking process, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/unitTypes/{id}/featuresFacilities/link"},{"label":"Unlink (remove) feature facilities from a unit type","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/unit-types/deletefeaturefacilities","routeSlug":"/apis/resharmonics-pms/unit-types/deletefeaturefacilities","metadata":{"seo":{"title":"Unlink (remove) feature facilities from a unit type","description":"Unlink existing feature facilities from a specific unit type using its unique ID. This endpoint allows you to remove multiple feature facilities from a unit type, updating its amenities and services. The request body should contain a list of feature facility IDs to be unlinked. If the specified unit type ID does not exist, a 404 Not Found error will be returned. In case of system errors during the unlinking process, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/unitTypes/{id}/featuresFacilities/unlink"},{"label":"Retrieve unit type images","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/unit-types/getimages","routeSlug":"/apis/resharmonics-pms/unit-types/getimages","metadata":{"seo":{"title":"Retrieve unit type images","description":"Fetch a paginated list of images associated with a specific unit type using its unique ID. This endpoint allows you to retrieve images that are linked to the unit type, which can include photos of the property, architectural designs, or other relevant visuals. The response includes image details such as file name, size, and type. If the specified development ID does not exist, a 404 Not Found error will be returned. In case of system errors during retrieval, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/unitTypes/{id}/images"},{"label":"Upload a new unit type image","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/unit-types/createnewimage","routeSlug":"/apis/resharmonics-pms/unit-types/createnewimage","metadata":{"seo":{"title":"Upload a new unit type image","description":"Upload a new image for a specific unit type using its unique ID. This endpoint allows you to add images that are linked to the unit type, which can include photos of the property, architectural designs, or other relevant visuals. The uploaded file should be provided as a multipart file in the request. If the specified development ID does not exist, a 404 Not Found error will be returned. In case of system errors during the upload process, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/unitTypes/{id}/images/upload"},{"label":"Delete a unit type image by ID","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/unit-types/deleteimage","routeSlug":"/apis/resharmonics-pms/unit-types/deleteimage","metadata":{"seo":{"title":"Delete a unit type image by ID","description":"Delete an existing image associated with a specific unit type using its unique ID. This endpoint allows you to remove an image that is linked to the unit type. If the specified development or image ID does not exist, a 404 Not Found error will be returned. In case of system errors during the deletion process, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/unitTypes/{id}/images/{imageId}"}]},{"type":"group","label":"Units","link":"/apis/resharmonics-pms/units","routeSlug":"/apis/resharmonics-pms/units","items":[{"label":"Retrieve list of units","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/units/listallproperties","routeSlug":"/apis/resharmonics-pms/units/listallproperties","metadata":{"seo":{"title":"Retrieve list of units","description":"Fetch a list of all units within the Property Management System (PMS). This endpoint is useful for retrieving detailed information about units, including their availability, capacity, amenities, and pricing. The response includes a paginated list of units, which can be used for inventory management, booking operations, and property administration. If no units are found, an empty list will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/units"},{"label":"Create a new unit","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/units/createunit","routeSlug":"/apis/resharmonics-pms/units/createunit","metadata":{"seo":{"title":"Create a new unit","description":"Create a new unit within the Property Management System (PMS). This endpoint allows property managers to add new units, which can include apartments, hotel rooms, or other types of rentable spaces. The request body should contain the necessary details for the unit, such as its type, capacity, amenities, and pricing. Upon successful creation, the response will include the details of the newly created unit. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/units"},{"label":"Retrieve a unit by Id","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/units/getunitbyid","routeSlug":"/apis/resharmonics-pms/units/getunitbyid","metadata":{"seo":{"title":"Retrieve a unit by Id","description":"Fetch detailed information about a specific unit within the Property Management System (PMS) using its unique ID. Units are essential for categorizing accommodations based on factors such as availability, capacity, amenities, and pricing. This endpoint is useful for retrieving unit-specific data for inventory management, booking operations, and property administration. The response includes details about the unit, including its classification and characteristics. If the specified unit ID does not exist, a 404 Not Found error will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/units/{id}"},{"label":"Update a unit by Id","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/units/updateunit","routeSlug":"/apis/resharmonics-pms/units/updateunit","metadata":{"seo":{"title":"Update a unit by Id","description":"Update the details of a specific unit within the Property Management System (PMS) using its unique ID. This endpoint allows property managers to modify unit attributes such as availability, capacity, amenities, and pricing. The request body should contain the updated details for the unit. Upon successful update, the response will include the updated unit information. If the specified unit ID does not exist, a 404 Not Found error will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/units/{id}"},{"label":"Delete a unit by Id","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/units/deleteunitbyid","routeSlug":"/apis/resharmonics-pms/units/deleteunitbyid","metadata":{"seo":{"title":"Delete a unit by Id","description":"Delete a specific unit within the Property Management System (PMS) using its unique ID. This endpoint allows property managers to remove units that are no longer needed, such as apartments, hotel rooms, or other types of rentable spaces. Upon successful deletion, a 204 No Content response will be returned. If the specified unit ID does not exist, a 404 Not Found error will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/units/{id}"},{"label":"Retrieve list of unit access groups","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/units/getunitunitaccessgroups","routeSlug":"/apis/resharmonics-pms/units/getunitunitaccessgroups","metadata":{"seo":{"title":"Retrieve list of unit access groups","description":"Fetch a list of all access groups associated with a specific unit within the Property Management System (PMS) using its unique ID. Access groups define the permissions and access levels for different users or roles within the unit. This endpoint is useful for retrieving detailed information about the access groups assigned to a unit, including their names, descriptions, and associated permissions. The response includes a list of access groups, which can be used for managing user access, security settings, and role-based permissions. If no access groups are found for the specified unit ID, an empty list will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/units/{id}/accessGroups"},{"label":"Get custom fields for a unit","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/units/getcustomfieldsforunt","routeSlug":"/apis/resharmonics-pms/units/getcustomfieldsforunt","metadata":{"seo":{"title":"Get custom fields for a unit","description":"Retrieve all custom fields associated with a specific unit record in the property module of the PMS. The response includes a list of custom fields, each containing details such as field name, type, and value. This endpoint is useful for accessing additional information stored in custom fields that are not part of the standard unit attributes."}},"httpPath":"/api/v3/units/{id}/customFields"},{"label":"Retrieve contracts for a specific unit","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/units/getunitcontracts","routeSlug":"/apis/resharmonics-pms/units/getunitcontracts","metadata":{"seo":{"title":"Retrieve contracts for a specific unit","description":"Fetch a paginated list of contracts associated with a specific unit within the Property Management System (PMS). This endpoint allows property managers to retrieve detailed information about the contracts related to a unit, including contract terms, start and end dates, and associated parties. If no contracts are found for the specified unit ID, an empty page will be returned. Results are paginated to handle large datasets efficiently."}},"httpPath":"/api/v3/units/{unitId}/unitContracts"},{"label":"Retrieve internal locations for a specific unit","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/units/getunitinternallocations","routeSlug":"/apis/resharmonics-pms/units/getunitinternallocations","metadata":{"seo":{"title":"Retrieve internal locations for a specific unit","description":"Fetch a paginated list of internal locations associated with a specific unit within the Property Management System (PMS). Internal locations represent different areas or spaces within a unit, such as bathrooms, living spaces, etc. This endpoint allows property managers to retrieve detailed information about the internal locations of a unit, including their types, descriptions, and associated metadata. If no internal locations are found for the specified unit ID, an empty page will be returned. Results are paginated to handle large datasets efficiently."}},"httpPath":"/api/v3/units/{unitId}/unitLocations"}]},{"type":"group","label":"Users","link":"/apis/resharmonics-pms/users","routeSlug":"/apis/resharmonics-pms/users","items":[{"label":"Search for User entities","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/users/searchusers","routeSlug":"/apis/resharmonics-pms/users/searchusers","metadata":{"seo":{"title":"Search for User entities","description":"This endpoint allows searching for user entities based on various criteria such as username, first name, and last name. It returns a paginated list of user projections in JSON format. The search parameters are optional and can be combined to narrow down the search results."}},"httpPath":"/api/v3/users"},{"label":"Retrieve user entity by id","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/users/finduser","routeSlug":"/apis/resharmonics-pms/users/finduser","metadata":{"seo":{"title":"Retrieve user entity by id","description":"This endpoint retrieves a user entity based on the provided user ID. It returns the user details in JSON format. The user ID must be specified in the URL path."}},"httpPath":"/api/v3/users/{id}"}]},{"type":"group","label":"VAT Profiles","link":"/apis/resharmonics-pms/vat-profiles","routeSlug":"/apis/resharmonics-pms/vat-profiles","items":[{"label":"Retrieve a paginated list of all VAT profiles","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/vat-profiles/listallvatprofiles","routeSlug":"/apis/resharmonics-pms/vat-profiles/listallvatprofiles","metadata":{"seo":{"title":"Retrieve a paginated list of all VAT profiles","description":"Fetch a paginated list of all VAT profiles configured in the Property Management System (PMS). VAT Profiles are sophisticated tax configuration structures that define how tax rates are applied based on various factors such as stay duration, dates, accommodation types, and regional requirements. This endpoint is particularly important for properties with complex tax requirements, such as serviced apartments where VAT rates may change from standard (e.g., 20%) to reduced rates (e.g., 5%) after a certain number of nights, or properties operating in jurisdictions with seasonal tax variations. This endpoint is useful for retrieving VAT profile configurations to understand tax rate structures, support tax calculation logic in booking and invoicing systems, ensure compliance with tax regulations, integrate with tax reporting and accounting systems, or configure new properties with appropriate tax profiles. The response includes paginated results with VAT profile details including ID, profile name, description, standard rate indicator, and associated tax seasons. Each tax season contains effective date ranges, high and low tax codes (for accommodations with variable rates), and rate change thresholds. For example, a serviced apartment VAT profile might specify that stays under 28 nights use standard VAT (20%), while longer stays qualify for reduced VAT (5%). The system automatically determines which tax code to apply based on the stay dates and duration by evaluating the active tax season and applicable rate tier. VAT Profiles are returned in the order specified by the pageable parameter. Tax rates within VAT profiles follow the same 2 decimal precision standard as tax codes (e.g., 20.00, 5.00) and use RoundingMode.HALF_UP for calculations to maintain consistency across the system. If no VAT profiles exist in the system, an empty list will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered."}},"httpPath":"/api/v3/vatProfiles"},{"label":"Retrieve vat profile by id","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/vat-profiles/getbyid","routeSlug":"/apis/resharmonics-pms/vat-profiles/getbyid","metadata":{"seo":{"title":"Retrieve vat profile by id","description":"Fetch a specific vat profile by its unique identifier. The response includes details such as the name and other details. This endpoint is useful for retrieving detailed information about a specific vat profile."}},"httpPath":"/api/v3/vatProfiles/{id}"},{"label":"Retrieve active tax seasons for a vat profile id for a specific range of dates","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/vat-profiles/gettaxseasonsbyvatprofileid","routeSlug":"/apis/resharmonics-pms/vat-profiles/gettaxseasonsbyvatprofileid","metadata":{"seo":{"title":"Retrieve active tax seasons for a vat profile id for a specific range of dates","description":"Fetch a list of tax seasons for a specific vat profile by its unique identifier. The tax seasons will be active for the start and end dates provided."}},"httpPath":"/api/v3/vatProfiles/{vatProfileId}/taxSeasons"}]},{"type":"group","label":"WorkOrders","link":"/apis/resharmonics-pms/workorders","routeSlug":"/apis/resharmonics-pms/workorders","items":[{"label":"Retrieve a list of work orders","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/workorders/retrieveworkorders","routeSlug":"/apis/resharmonics-pms/workorders/retrieveworkorders","metadata":{"seo":{"title":"Retrieve a list of work orders","description":"Search the work orders held in the PMS. All query parameters are optional and are combined, so supplying none returns every work order that has not been deleted, in any status. Use issueId to retrieve the work orders raised against a single issue, and salesInvoiceId or invoiceStatus to see which work orders were grouped onto a given sales invoice. Each row is a summary; call the by-id endpoint for the full financial breakdown. A 400 Bad Request error will be returned if status or invoiceStatus contains a value that is not a recognised status, or if issueId or salesInvoiceId refers to a record that does not exist in the PMS."}},"httpPath":"/api/v3/workOrders"},{"label":"Retrieve a work order specified by work order id","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/workorders/retrieveworkorder","routeSlug":"/apis/resharmonics-pms/workorders/retrieveworkorder","metadata":{"seo":{"title":"Retrieve a work order specified by work order id","description":"Fetch a single work order, including its full financial breakdown (net, VAT and gross amounts as stored against the record) and the accounting context needed for external financial mapping - the tax code id, the tax rate applied, and the nominal code of the finance product being charged. salesInvoiceId is populated once the work order has been invoiced. If the work order does not exist, or has been deleted, a 404 Not Found error will be returned."}},"httpPath":"/api/v3/workOrders/{id}"}]},{"type":"group","label":"Api","link":"/apis/resharmonics-pms/api","routeSlug":"/apis/resharmonics-pms/api","items":[{"label":"Retrieve booking configuration","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/api/getconfiguration","routeSlug":"/apis/resharmonics-pms/api/getconfiguration","metadata":{"seo":{"title":"Retrieve booking configuration","description":"Retrieve booking configuration"}},"httpPath":"/api/v3/bookings/config"},{"label":"Retrieve list of PMS languages and their corresponding translations","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/api/getpmslanguages","routeSlug":"/apis/resharmonics-pms/api/getpmslanguages","metadata":{"seo":{"title":"Retrieve list of PMS languages and their corresponding translations","description":"Retrieve list of PMS languages and their corresponding translations"}},"httpPath":"/api/v3/languages/languages"},{"label":"Retrieve default organisation for API booking with specific building and rate code","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/api/getorganisationdetailsforbooking","routeSlug":"/apis/resharmonics-pms/api/getorganisationdetailsforbooking","metadata":{"seo":{"title":"Retrieve default organisation for API booking with specific building and rate code","description":"Retrieve default organisation for API booking with specific building and rate code"}},"httpPath":"/api/v3/organisation/booking"},{"label":"Retrieve organisation by specified building ID","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/api/getorganisationdetailsforbuilding","routeSlug":"/apis/resharmonics-pms/api/getorganisationdetailsforbuilding","metadata":{"seo":{"title":"Retrieve organisation by specified building ID","description":"Retrieve organisation by specified building ID"}},"httpPath":"/api/v3/organisation/building/{buildingId}"},{"label":"Retrieve organisation by specified organisation ID","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/api/getorganisationdetails","routeSlug":"/apis/resharmonics-pms/api/getorganisationdetails","metadata":{"seo":{"title":"Retrieve organisation by specified organisation ID","description":"Retrieve organisation by specified organisation ID"}},"httpPath":"/api/v3/organisation/{organisationId}"},{"label":"Record verification term","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/api/recordverificationterm","routeSlug":"/apis/resharmonics-pms/api/recordverificationterm","metadata":{"seo":{"title":"Record verification term","description":"Record verification term"}},"httpPath":"/api/v3/verifications"},{"label":"Check in a roomstay for a specified guest stay","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/resharmonics-pms/api/checkinroomstayforgueststay","routeSlug":"/apis/resharmonics-pms/api/checkinroomstayforgueststay","metadata":{"seo":{"title":"Check in a roomstay for a specified guest stay","description":"Check in a roomstay for a specified guest stay"}},"httpPath":"/api/v3/verifications/checkin"}]}]},{"type":"group","fsPath":"webhooks/index.md","metadata":{"type":"markdown"},"label":"Webhooks","link":"/webhooks","routeSlug":"/webhooks","items":[{"type":"link","fsPath":"webhooks/room_stay_change.md","metadata":{"type":"markdown"},"label":"Room Stay Change","link":"/webhooks/room_stay_change","routeSlug":"/webhooks/room_stay_change"},{"type":"link","fsPath":"webhooks/unit_change.md","metadata":{"type":"markdown"},"label":"Unit Change","link":"/webhooks/unit_change","routeSlug":"/webhooks/unit_change"},{"type":"link","fsPath":"webhooks/building_change.md","metadata":{"type":"markdown"},"label":"Building Change","link":"/webhooks/building_change","routeSlug":"/webhooks/building_change"},{"type":"link","fsPath":"webhooks/contact_change.md","metadata":{"type":"markdown"},"label":"Contact Change","link":"/webhooks/contact_change","routeSlug":"/webhooks/contact_change"},{"type":"link","fsPath":"webhooks/contact_note_change.md","metadata":{"type":"markdown"},"label":"Contact Note Change","link":"/webhooks/contact_note_change","routeSlug":"/webhooks/contact_note_change"},{"type":"link","fsPath":"webhooks/company_change.md","metadata":{"type":"markdown"},"label":"Company Change","link":"/webhooks/company_change","routeSlug":"/webhooks/company_change"},{"type":"link","fsPath":"webhooks/issue_change.md","metadata":{"type":"markdown"},"label":"Issue Change","link":"/webhooks/issue_change","routeSlug":"/webhooks/issue_change"},{"type":"link","fsPath":"webhooks/generic_webhooks.md","metadata":{"type":"markdown"},"label":"Generic webhooks","link":"/webhooks/generic_webhooks","routeSlug":"/webhooks/generic_webhooks"}]},{"type":"group","label":"Guides","items":[{"type":"link","fsPath":"guides/oauth-postman.md","metadata":{"type":"markdown"},"label":"Configuring OAuth2 on Postman","link":"/guides/oauth-postman","routeSlug":"/guides/oauth-postman"},{"type":"link","fsPath":"guides/pms-overview/index.md","metadata":{"type":"markdown"},"label":"PMS Overview","link":"/guides/pms-overview","routeSlug":"/guides/pms-overview"}]},{"type":"group","label":"Examples","items":[{"type":"link","fsPath":"examples/booking-engine-overview.md","metadata":{"type":"markdown"},"label":"Booking Engine Overview","link":"/examples/booking-engine-overview","routeSlug":"/examples/booking-engine-overview"}]}]}