curl --request GET \
--url https://api.helloproper.com/leases/{leaseId}/transactions \
--header 'Authorization: <api-key>'{
"transactions": [
{
"id": "<string>",
"type": "<string>",
"transactionNumber": 123,
"amount": {
"currency": "<string>",
"amount": 123
},
"vat": {
"taxMode": "<string>",
"taxRate": 123
},
"registrationDate": "<string>",
"paymentDate": "<string>",
"chargeDate": "<string>",
"dueDate": "<string>",
"description": {
"key": "<string>",
"params": {}
},
"productId": "<string>",
"productKey": "<string>",
"productName": {
"en": "<string>",
"da": "<string>"
},
"balance": {
"currency": "<string>",
"amount": 123
},
"annulled": true,
"annulledReason": "<string>",
"descriptionText": "<string>",
"paymentId": "<string>",
"billId": "<string>",
"moveOutStatementId": "<string>",
"defaultNoticeDocumentId": "<string>"
}
]
}curl --request GET \
--url https://api.helloproper.com/leases/{leaseId}/transactions \
--header 'Authorization: <api-key>'{
"transactions": [
{
"id": "<string>",
"type": "<string>",
"transactionNumber": 123,
"amount": {
"currency": "<string>",
"amount": 123
},
"vat": {
"taxMode": "<string>",
"taxRate": 123
},
"registrationDate": "<string>",
"paymentDate": "<string>",
"chargeDate": "<string>",
"dueDate": "<string>",
"description": {
"key": "<string>",
"params": {}
},
"productId": "<string>",
"productKey": "<string>",
"productName": {
"en": "<string>",
"da": "<string>"
},
"balance": {
"currency": "<string>",
"amount": 123
},
"annulled": true,
"annulledReason": "<string>",
"descriptionText": "<string>",
"paymentId": "<string>",
"billId": "<string>",
"moveOutStatementId": "<string>",
"defaultNoticeDocumentId": "<string>"
}
]
}Show child attributes