Home / API Documentation

Get Credits Reversed

Method: GET api/v1/Invoice/GetCreditReversals?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:
                        [
  {
    "Id": 1,
    "InvoiceId": 2,
    "PaymentDate": "2025-02-23T06:36:13.7071015+00:00",
    "AdjustmenTypeId": 4,
    "AdjustmenTypeValue": "sample string 5",
    "BatchId": 6,
    "AccountId": 7,
    "Memo": "sample string 8",
    "Amount": 9.0,
    "ChangedBy": "sample string 10",
    "DeletedDate": "2025-02-23T06:36:13.7071015+00:00"
  },
  {
    "Id": 1,
    "InvoiceId": 2,
    "PaymentDate": "2025-02-23T06:36:13.7071015+00:00",
    "AdjustmenTypeId": 4,
    "AdjustmenTypeValue": "sample string 5",
    "BatchId": 6,
    "AccountId": 7,
    "Memo": "sample string 8",
    "Amount": 9.0,
    "ChangedBy": "sample string 10",
    "DeletedDate": "2025-02-23T06:36:13.7071015+00:00"
  }
];