curl --request GET \
--url https://app.ezzydoc.com/EzzyService.svc/Rest/searchInvoicesPaged
{
"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
}
curl --request GET \
--url https://app.ezzydoc.com/EzzyService.svc/Rest/searchInvoicesPaged
{
"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
}