GET
/
getMyInvoiceQueue
getMyInvoiceQueue
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
    }
  ]
}

Query Parameters

APIKey
string
required
page
integer
required
size
integer
required
filter
string
required

Response

Success

service_status
object
queue
object[]