# Finance Accounts Finance Accounts API for managing Property Management System (PMS) finance accounts. ## Retrieve a list of all finance accounts as lightweight list items, optionally filtered by export status (the status which determines if a finance account has been exported to an external finance system) - [GET /api/v3/financeAccounts](https://apidocs.resharmonics.com/apis/resharmonics-pms/finance-accounts/findfinanceaccountlistitems.md): 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. If no finance accounts 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. ## Update a finance account to a given status in relation to an external finance system - [PATCH /api/v3/financeAccounts/{id}/updateFinanceAccountExportStatus](https://apidocs.resharmonics.com/apis/resharmonics-pms/finance-accounts/updatefinanceaccountexportstatus.md): Update the external identifier record linked to a specific finance account; the updateable 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. If the specified finance account 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.