Sample:
{
"paymentMethodId": 1,
"bankAccountId": 2,
"bankAccountDescription": "sample string 3",
"paymentExportFormat": 64,
"contactTypeId": 64,
"contactTypeDescription": "sample string 6",
"paymentDate": "2026-04-27T16:20",
"processingDate": "2026-04-27T16:20",
"items": [
{
"amountToPay": 1.0,
"contactId": 2,
"propertyId": 3,
"ownerId": 4,
"taxDeduction": 5.0,
"referenceChequeNo": "sample string 6",
"balance": 7.0,
"invoiceFeesTotal": 8.0,
"invoiceFeesSeparately": true
},
{
"amountToPay": 1.0,
"contactId": 2,
"propertyId": 3,
"ownerId": 4,
"taxDeduction": 5.0,
"referenceChequeNo": "sample string 6",
"balance": 7.0,
"invoiceFeesTotal": 8.0,
"invoiceFeesSeparately": true
}
]
}