GET
/
searchInvoices
searchInvoices
curl --request GET \
  --url https://app.ezzydoc.com/EzzyService.svc/Rest/searchInvoices
{
  "service_status": {
    "invoice_id": 123,
    "message": "<string>",
    "status": 0
  },
  "list": [
    {
      "InvoiceId": "<string>",
      "UserID": "<string>",
      "Data": "<string>",
      "Label": "<string>",
      "Note": "<string>",
      "DocumentType": 123,
      "DocumentSubType": 123,
      "Date": "<string>",
      "updateDate": "<string>",
      "Filename": "<string>",
      "Deleted": 123,
      "ImageState": 123,
      "Completed": 123,
      "WorkflowName": "<string>",
      "WorkflowType": 123,
      "thumb_url": "<string>",
      "blob_url": "<string>",
      "pdf_url": "<string>",
      "links": [
        {
          "link": "<string>",
          "name": "<string>"
        }
      ],
      "Trail": "<string>",
      "Number": "<string>",
      "Contact": "<string>"
    }
  ],
  "page_count": 123,
  "total_count": 123
}

Query Parameters

APIKey
string
required
search_tag
string
required
includedeleted
boolean
required

Response

Success

service_status
object
list
object[]
page_count
integer
total_count
integer