get deprecatedhttps://{tenant}.rubixx.app/api/v2/properties/charges/changes
Sample Request:
GET /api/v2.0/properties/charges/changes?sinceDate=01/01/2023
MAX PER PAGE LIMIT: 500
"data":[ {
"uprn": "1930",
"address": "371 Main Rd, Royton, Oldham, SW8 1AD",
"transactionType": "Rent",
"startDate": "01/09/2021 00:00",
"endDate": "10/05/2023 00:00",
"netAmount": 85.21,
"taxAmount": 0.00,
"totalAmount": 85.21,
"inactive": false,
"createdDate": "01/01/1970 00:00",
"lastChangedDate": "01/01/1970 00:00"
},
{
...
}
]
Required Permission(s): Property.View