Home / API Documentation

Get Removed Invoices by Date Range comparing with logutctimestamp

Method: GET api/v1/Invoice/GetRemovedInvoiceByDateRange?from={from}&to={to}

Response Format:

application/json

Required Parameters Description Additional information
from

Define this parameter in the request URI.

to

Define this parameter in the request URI.

application/json, text/json

Sample Response:
                        [
  {
    "counter": 1,
    "invoiceid": 2,
    "programid": 3,
    "invoicedate": "2025-02-23T06:09:07.602836+00:00",
    "duedate": "2025-02-23T06:09:07.602836+00:00",
    "printdate": "2025-02-23T06:09:07.6033509+00:00",
    "invoicenote": "sample string 6",
    "utclastchanged": "2025-02-23T06:09:07.6033509+00:00",
    "lastchangedby": "sample string 7",
    "utctimestamp": "2025-02-23T06:09:07.6033509+00:00",
    "logutctimestamp": "2025-02-23T06:09:07.6033509+00:00",
    "changetype": 10,
    "batchid": 11,
    "createdby": "sample string 12",
    "loggedby": "sample string 13",
    "referenceid": 14,
    "accountid": 15,
    "invoicenum": "sample string 16",
    "itemtype": 17,
    "creategroup": "31c00a86-ef99-42e5-b608-e61ed4372cc7",
    "invpurchaseorder": "sample string 18",
    "finchargedate": "2025-02-23T06:09:07.6038651+00:00",
    "finchargeinvoiceid": 19,
    "printtomaillogid": 20,
    "invoiceamount": "sample string 21"
  },
  {
    "counter": 1,
    "invoiceid": 2,
    "programid": 3,
    "invoicedate": "2025-02-23T06:09:07.602836+00:00",
    "duedate": "2025-02-23T06:09:07.602836+00:00",
    "printdate": "2025-02-23T06:09:07.6033509+00:00",
    "invoicenote": "sample string 6",
    "utclastchanged": "2025-02-23T06:09:07.6033509+00:00",
    "lastchangedby": "sample string 7",
    "utctimestamp": "2025-02-23T06:09:07.6033509+00:00",
    "logutctimestamp": "2025-02-23T06:09:07.6033509+00:00",
    "changetype": 10,
    "batchid": 11,
    "createdby": "sample string 12",
    "loggedby": "sample string 13",
    "referenceid": 14,
    "accountid": 15,
    "invoicenum": "sample string 16",
    "itemtype": 17,
    "creategroup": "31c00a86-ef99-42e5-b608-e61ed4372cc7",
    "invpurchaseorder": "sample string 18",
    "finchargedate": "2025-02-23T06:09:07.6038651+00:00",
    "finchargeinvoiceid": 19,
    "printtomaillogid": 20,
    "invoiceamount": "sample string 21"
  }
];