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": "<string>",
"paymentDate": "<string>",
"gstTotal": "<string>",
"invoiceTotal": "<string>",
"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": "<string>",
"paymentDate": "<string>",
"gstTotal": "<string>",
"invoiceTotal": "<string>",
"Type": 123,
"Paid": 123,
"Status": 123,
"url": "<string>"
}
]'
{
"invoice_id": 123,
"message": "<string>",
"status": 0
}