curl --request POST \
--url https://app.ezzydoc.com/EzzyService.svc/Rest/saveInvoiceTableTOK \
--header 'Content-Type: application/json' \
--data '[
{
"article_code": "<string>",
"description": "<string>",
"description2": "<string>",
"gl_code": "<string>",
"gst": 123,
"quantity": 123,
"row_height": 123,
"row_page": 123,
"row_y": 123,
"tax_code": "<string>",
"total": 123,
"total_excl": 123,
"total_incl": 123,
"tracking": "<string>",
"unit_measure": "<string>",
"unit_price": 123,
"approver_name": "<string>",
"is_approved": 123
}
]'
{
"invoice_id": 123,
"message": "<string>",
"status": 0
}
curl --request POST \
--url https://app.ezzydoc.com/EzzyService.svc/Rest/saveInvoiceTableTOK \
--header 'Content-Type: application/json' \
--data '[
{
"article_code": "<string>",
"description": "<string>",
"description2": "<string>",
"gl_code": "<string>",
"gst": 123,
"quantity": 123,
"row_height": 123,
"row_page": 123,
"row_y": 123,
"tax_code": "<string>",
"total": 123,
"total_excl": 123,
"total_incl": 123,
"tracking": "<string>",
"unit_measure": "<string>",
"unit_price": 123,
"approver_name": "<string>",
"is_approved": 123
}
]'
{
"invoice_id": 123,
"message": "<string>",
"status": 0
}