GET
/
getAllInvoicesTOK
getAllInvoicesTOK
curl --request GET \
  --url https://app.ezzydoc.com/EzzyService.svc/Rest/getAllInvoicesTOK
{
  "service_status": {
    "invoice_id": 123,
    "message": "<string>",
    "status": 0
  },
  "all": true,
  "my_invoices": [
    {
      "created_date": "<string>",
      "date": "<string>",
      "invoice_id": 123,
      "invoice_number": "<string>",
      "link": "<string>",
      "supplier_name": "<string>",
      "tax": 123,
      "total": 123
    }
  ]
}

Query Parameters

APIKey
string
required
token
string
required
supplier
string
required
fromdate
string
required
todate
string
required

Response

Success

service_status
object
all
boolean
my_invoices
object[]