GET api/PaymentMethod/GetAllCheques

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "Id": 1,
    "TrackingId": "sample string 2",
    "ChequeNo": "sample string 3",
    "AccountNo": "sample string 4",
    "RoutingNo": "sample string 5",
    "AccountType": "sample string 6",
    "BankName": "sample string 7",
    "Status": "sample string 8",
    "Amount": 9.1,
    "OrderId": 10,
    "OrderNumber": "sample string 11",
    "PhoneNumber": "sample string 12",
    "CustomerId": 13,
    "CustomerName": "sample string 14",
    "ImagePath": "sample string 15",
    "IsActive": true,
    "AddedDate": "2025-04-10T22:27:43.2736126-07:00",
    "DepositedDate": "2025-04-10T22:27:43.2736126-07:00",
    "ClearanceDate": "2025-04-10T22:27:43.2736126-07:00",
    "Comments": "sample string 20",
    "BatchNo": "sample string 21",
    "PaymentMethod": "sample string 22",
    "Address": "sample string 23",
    "FileAsByteArray": "QEBA"
  },
  {
    "$ref": "1"
  },
  {
    "$ref": "1"
  }
]