Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://app.ezzydoc.com/EzzyService.svc/Rest/getAllInvoicesTOK
{ "service_status": { "invoice_id": 123, "message": "<string>" }, "all": true, "my_invoices": [ { "created_date": "2023-11-07T05:31:56Z", "date": "2023-11-07T05:31:56Z", "invoice_id": 123, "invoice_number": "<string>", "link": "<string>", "supplier_name": "<string>", "tax": 123, "total": 123 } ] }
Success
Show child attributes