v1
latestOpenAPI 3.1.02026-07-22155403592.5 KBProperty Management System
Accounting transactions
Get the accounting transactions (PMS)
Returns a list of the accounting transactions
get/consumers/{consumer_id}/pms/accounting-transactions
Path parameters
consumer_idstring uuid required
Query parameters
pageinteger
Page number
sizeinteger
Page size
date_fromstring date required
date_tostring date required
location_idstring nullable
Response
Successful Response
Example response
{
"items": [
{
"accounting_category_id": "371ca583-d218-4900-b236-397532cf0e2",
"ledger_account_code": "123456",
"origin": {
"id": "1"
}
}
]
}