GET
/
getInvoiceLog
getInvoiceLog
curl --request GET \
  --url https://app.ezzydoc.com/EzzyService.svc/Rest/getInvoiceLog
{
  "links": [
    {
      "link": "<string>",
      "name": "<string>"
    }
  ],
  "log": [
    {
      "description": "<string>",
      "time": "<string>",
      "timeutc": "<string>",
      "type": 0
    }
  ],
  "service_status": {
    "invoice_id": 123,
    "message": "<string>",
    "status": 0
  }
}

Query Parameters

APIKey
string
required
invoiceid
integer
required

Response

Success

log
object[]
service_status
object