GET api/AddPayment/GetAllPaymentsByCustomer/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "Id": 1,
    "CustomerId": 2,
    "CustomerName": "sample string 3",
    "PaymentAmount": 4.1,
    "PaymentDate": "2025-04-10T20:09:18.8499128-07:00",
    "PaymentDescription": "sample string 6",
    "UserId": "sample string 7",
    "FullName": "sample string 8",
    "Status": "sample string 9"
  },
  {
    "$ref": "1"
  },
  {
    "$ref": "1"
  }
]