GET api/Payment/GetPaymentHistory/{bsCustomerID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bsCustomerID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PaymentHistory| Name | Description | Type | Additional information |
|---|---|---|---|
| PayID | string |
None. |
|
| PayDate | date |
None. |
|
| PayAmount | decimal number |
None. |
|
| PayMethod | string |
None. |
|
| PostedAmount | decimal number |
None. |
|
| PostedDate | date |
None. |
|
| Comments | string |
None. |
|
| CustID | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PayID": "sample string 1",
"PayDate": "2025-10-29T01:56:14.7290069-04:00",
"PayAmount": 1.0,
"PayMethod": "sample string 2",
"PostedAmount": 1.0,
"PostedDate": "2025-10-29T01:56:14.7290069-04:00",
"Comments": "sample string 3",
"CustID": "sample string 4"
},
{
"PayID": "sample string 1",
"PayDate": "2025-10-29T01:56:14.7290069-04:00",
"PayAmount": 1.0,
"PayMethod": "sample string 2",
"PostedAmount": 1.0,
"PostedDate": "2025-10-29T01:56:14.7290069-04:00",
"Comments": "sample string 3",
"CustID": "sample string 4"
}
]