GET api/PlansController/GetCustomerLastApprovedPlan/{bSCustomerID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bSCustomerID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CustomerLastApprovedPlan| Name | Description | Type | Additional information |
|---|---|---|---|
| NewSalesRateID | integer |
None. |
|
| CallCenterRateID | integer |
None. |
|
| Status | string |
None. |
|
| ProductName | string |
None. |
|
| RateType | string |
None. |
|
| EnergyRate | decimal number |
None. |
|
| CurrentTerm | integer |
None. |
|
| ExpirationDate | date |
None. |
|
| LastRateChangeDate | date |
None. |
|
| MonthlyFee | decimal number |
None. |
|
| LowDemandMonthlyFee | decimal number |
None. |
|
| LowDemandkWh | string |
None. |
|
| Penalty | decimal number |
None. |
|
| GreenLevel | decimal number |
None. |
|
| AgentAssistFee | decimal number |
None. |
|
| PaperStatementFee | decimal number |
None. |
|
| Adder | decimal number |
None. |
|
| CurrentReportGroupID | integer |
None. |
|
| CurrentPlanRateReportGroupIsActive | boolean |
None. |
|
| AccountType | string |
None. |
|
| CustomerID | string |
None. |
|
| IsMonthToMonth | boolean |
None. |
|
| AllInRate | decimal number |
None. |
|
| TermLeftToOffer | integer |
None. |
|
| BSEndDate | date |
None. |
|
| PlanRatesRateID | integer |
None. |
|
| RateCodeID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"NewSalesRateID": 1,
"CallCenterRateID": 1,
"Status": "sample string 2",
"ProductName": "sample string 3",
"RateType": "sample string 4",
"EnergyRate": 1.1,
"CurrentTerm": 1,
"ExpirationDate": "2025-10-29T01:54:49.1879747-04:00",
"LastRateChangeDate": "2025-10-29T01:54:49.1879747-04:00",
"MonthlyFee": 1.0,
"LowDemandMonthlyFee": 1.0,
"LowDemandkWh": "sample string 5",
"Penalty": 1.0,
"GreenLevel": 1.1,
"AgentAssistFee": 1.0,
"PaperStatementFee": 1.0,
"Adder": 1.0,
"CurrentReportGroupID": 1,
"CurrentPlanRateReportGroupIsActive": true,
"AccountType": "sample string 6",
"CustomerID": "sample string 7",
"IsMonthToMonth": true,
"AllInRate": 1.1,
"TermLeftToOffer": 1,
"BSEndDate": "2025-10-29T01:54:49.1879747-04:00",
"PlanRatesRateID": 1,
"RateCodeID": 1
}