GET api/BillingDetails/GetCustomerBalance/{bsCustomerID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bsCustomerID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CustomerBalance| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerID | string |
None. |
|
| ActualSwitchDate | date |
None. |
|
| ScheduledSwitchDate | date |
None. |
|
| BalanceAsOfDate | date |
None. |
|
| OpeningPoints | decimal number |
None. |
|
| BalancePoints | decimal number |
None. |
|
| OpeningAmt | decimal number |
None. |
|
| BalanceAmt | decimal number |
None. |
|
| DailyAvgAmount | decimal number |
None. |
|
| DailyAvgPoints | decimal number |
None. |
|
| EstimatedRemainingDays | integer |
None. |
|
| DLY_AVG_RATE | decimal number |
None. |
|
| LAST_CONSUMED_DATE | date |
None. |
|
| AccountID | integer |
None. |
|
| DateBalanceBelowTen | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"CustomerID": "sample string 1",
"ActualSwitchDate": "2025-10-29T01:56:14.0091471-04:00",
"ScheduledSwitchDate": "2025-10-29T01:56:14.0091471-04:00",
"BalanceAsOfDate": "2025-10-29T01:56:14.0091471-04:00",
"OpeningPoints": 1.0,
"BalancePoints": 1.0,
"OpeningAmt": 1.0,
"BalanceAmt": 1.0,
"DailyAvgAmount": 1.0,
"DailyAvgPoints": 1.0,
"EstimatedRemainingDays": 1,
"DLY_AVG_RATE": 1.0,
"LAST_CONSUMED_DATE": "2025-10-29T01:56:14.024768-04:00",
"AccountID": 1,
"DateBalanceBelowTen": "sample string 2"
}