GET
/
getAllStatementReconciliationsTOK
getAllStatementReconciliationsTOK
curl --request GET \
  --url https://app.ezzydoc.com/EzzyService.svc/Rest/getAllStatementReconciliationsTOK
{
  "service_status": {
    "invoice_id": 123,
    "message": "<string>",
    "status": 0
  },
  "list": [
    {
      "create_time": "2023-11-07T05:31:56Z",
      "doc_id": 123,
      "filename": "<string>",
      "html_url": "<string>",
      "pdf_url": "<string>",
      "supplier": "<string>"
    }
  ]
}

Query Parameters

APIKey
string
required
token
string
required

Response

Success

service_status
object
list
object[]