curl --request POST \
--url https://app.ezzydoc.com/EzzyService.svc/Rest/addInvoicePayment \
--header 'Content-Type: application/json' \
--data '
[
{
"supplierID": "<string>",
"supplierName": "<string>",
"invoiceNumber": "<string>",
"purchaseOrder": "<string>",
"invoiceDate": "2023-11-07T05:31:56Z",
"paymentDate": "2023-11-07T05:31:56Z",
"gstTotal": 123,
"invoiceTotal": 123,
"Type": 123,
"Paid": 123,
"Status": 123,
"url": "<string>"
}
]
'{
"invoice_id": 123,
"message": "<string>",
"status": 0
}curl --request POST \
--url https://app.ezzydoc.com/EzzyService.svc/Rest/addInvoicePayment \
--header 'Content-Type: application/json' \
--data '
[
{
"supplierID": "<string>",
"supplierName": "<string>",
"invoiceNumber": "<string>",
"purchaseOrder": "<string>",
"invoiceDate": "2023-11-07T05:31:56Z",
"paymentDate": "2023-11-07T05:31:56Z",
"gstTotal": 123,
"invoiceTotal": 123,
"Type": 123,
"Paid": 123,
"Status": 123,
"url": "<string>"
}
]
'{
"invoice_id": 123,
"message": "<string>",
"status": 0
}