curl --request GET \
--url https://app.ezzydoc.com/EzzyService.svc/Rest/getMyInvoiceQueue
{
"service_status": {
"invoice_id": 123,
"message": "<string>",
"status": 0
},
"queue": [
{
"blob_url": "<string>",
"create_time": "<string>",
"file_name": "<string>",
"invoice_date": "<string>",
"invoice_id": 123,
"invoice_number": "<string>",
"log": "<string>",
"note": "<string>",
"number_attachments": 123,
"state": 1,
"subtype": 0,
"supplier": "<string>",
"tag": "<string>",
"thumb_url": "<string>",
"total": 123,
"type": 0
}
]
}
curl --request GET \
--url https://app.ezzydoc.com/EzzyService.svc/Rest/getMyInvoiceQueue
{
"service_status": {
"invoice_id": 123,
"message": "<string>",
"status": 0
},
"queue": [
{
"blob_url": "<string>",
"create_time": "<string>",
"file_name": "<string>",
"invoice_date": "<string>",
"invoice_id": 123,
"invoice_number": "<string>",
"log": "<string>",
"note": "<string>",
"number_attachments": 123,
"state": 1,
"subtype": 0,
"supplier": "<string>",
"tag": "<string>",
"thumb_url": "<string>",
"total": 123,
"type": 0
}
]
}