Skip to main content
POST
/
addInvoicePayment
addInvoicePayment
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
}

Query Parameters

APIKey
string
required

Body

supplierID
string
supplierName
string
invoiceNumber
string
purchaseOrder
string
invoiceDate
string<date-time>
paymentDate
string<date-time>
gstTotal
number
invoiceTotal
number
Type
integer
Paid
integer
Status
integer
url
string

Response

Success

invoice_id
integer
message
string
status
enum<integer>
Available options:
0,
1,
2,
3