curl --request GET \
--url https://app.ezzydoc.com/EzzyService.svc/Rest/getInvoiceLinesTOK
{
"service_status": {
"invoice_id": 123,
"message": "<string>",
"status": 0
},
"table": [
{
"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
}
]
}
curl --request GET \
--url https://app.ezzydoc.com/EzzyService.svc/Rest/getInvoiceLinesTOK
{
"service_status": {
"invoice_id": 123,
"message": "<string>",
"status": 0
},
"table": [
{
"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
}
]
}