{
"paymentNumber": "string",
"invoices": [
{
"status": "draft",
"orderNumber": "string",
"invoiceNumber": "string",
"invoiceAmount": 0,
"invoiceId": "string"
}
],
"orders": [
{
"status": "draft",
"orderNumber": "string",
"orderId": "string"
}
],
"clientId": "string",
"referenceNumber": "string",
"mode": "cash",
"status": "draft",
"amount": 0,
"date": "2019-08-24T14:15:22.123Z",
"currency": {
"name": "string",
"symbol": "string"
},
"notes": "string",
"difference": [
{
"key": "string",
"amount": 0,
"currency": {
"name": "string",
"symbol": "string"
},
"creditNoteId": "string",
"creditNoteNumber": "string",
"expenseId": "string",
"expenseNumber": "string"
}
],
"accountId": "string",
"files": [
"string"
],
"sendEmail": {
"enabled": true,
"to": "string",
"cc": [
"string"
],
"bcc": [
"string"
],
"subject": "string",
"body": "string",
"sendOrderDocuments": true
},
"fileImportData": {
"fileImportId": "string",
"rowId": "string"
}
}