POST api/PlansController/Renew_Commercial
Request Information
URI Parameters
None.
Body Parameters
MyCommRenewalName | Description | Type | Additional information |
---|---|---|---|
AccountID | integer |
None. |
|
CompanyID | integer |
None. |
|
AccountType | string |
None. |
|
BSCustomerID | string |
None. |
|
BSExpirationdate | string |
None. |
|
UserName | string |
None. |
|
UserEmail | string |
None. |
|
CustomerName | string |
None. |
|
ServiceAddress | string |
None. |
|
ESIID | string |
None. |
|
PlanID | integer |
None. |
|
RateID | integer |
None. |
|
PlanType | string |
None. |
|
PlanName | string |
None. |
|
PlanGenerationRate | decimal number |
None. |
|
AllInRate1500 | decimal number |
None. |
|
AllInRate2500 | decimal number |
None. |
|
AllInRate3500 | decimal number |
None. |
|
TermInMonths | integer |
None. |
|
PenaltyAmount | decimal number |
None. |
|
PenaltyDays | integer |
None. |
|
MonthlyFee | decimal number |
None. |
|
RateCap | integer |
None. |
|
Adder | integer |
None. |
|
CashBack | decimal number |
None. |
|
LowDemandMonthlyFee | decimal number |
None. |
|
LowDemandKWH | string |
None. |
|
ShowCharitySelection | boolean |
None. |
|
ReportGroupID | integer |
None. |
|
CurrentVersionName | string |
None. |
|
ContractType | string |
None. |
|
PlanTypeForContracts | string |
None. |
|
CommentsToShowOnPlanGrid | string |
None. |
|
AllowGenRateEdit | boolean |
None. |
|
CashBackRepondDays | integer |
None. |
|
ZONE | string |
None. |
|
DUNS | string |
None. |
|
Tnd1000 | integer |
None. |
|
AMSFee | decimal number |
None. |
|
AgentComRate | integer |
None. |
|
CommissionType | integer |
None. |
|
RateName | string |
None. |
|
RateCodeID | integer |
None. |
|
ReferralCreditApplies | integer |
None. |
|
IsAutoPayRequired | integer |
None. |
|
PaymentReminderAllowed | integer |
None. |
|
TDDate | string |
None. |
|
UtilityName | string |
None. |
|
RowID | integer |
None. |
|
PlanDetailsToShowOnGrid | string |
None. |
|
SpecialOfferText | string |
None. |
|
CurrentVersionNameLabel | string |
None. |
|
IsPrePaid | boolean |
None. |
|
IsEBillRequired | boolean |
None. |
|
PenaltyText | string |
None. |
|
TOSFileName | string |
None. |
|
ProductCode | string |
None. |
|
SortOrder | integer |
None. |
|
TOSYRACVersion | string |
None. |
|
TDU_MeterFee | decimal number |
None. |
|
TDU_DistributionFee | decimal number |
None. |
|
TDSPPassthru | boolean |
None. |
|
EflLocation | string |
None. |
|
GroupID | string |
None. |
|
GreenLevel | decimal number |
None. |
|
IsFlatGreen | boolean |
None. |
|
UserEnteredRate | decimal number |
None. |
|
RenewedByOption | string |
None. |
|
UserEnteredTerm | integer |
None. |
|
UserEnteredMonthlyFee | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{ "AccountID": 1, "CompanyID": 2, "AccountType": "sample string 3", "BSCustomerID": "sample string 4", "BSExpirationdate": "sample string 5", "UserName": "sample string 6", "UserEmail": "sample string 7", "CustomerName": "sample string 8", "ServiceAddress": "sample string 9", "ESIID": "sample string 10", "PlanID": 11, "RateID": 12, "PlanType": "sample string 13", "PlanName": "sample string 14", "PlanGenerationRate": 1.0, "AllInRate1500": 1.1, "AllInRate2500": 1.1, "AllInRate3500": 1.1, "TermInMonths": 15, "PenaltyAmount": 1.0, "PenaltyDays": 1, "MonthlyFee": 1.0, "RateCap": 16, "Adder": 1, "CashBack": 1.0, "LowDemandMonthlyFee": 1.0, "LowDemandKWH": "sample string 17", "ShowCharitySelection": true, "ReportGroupID": 19, "CurrentVersionName": "sample string 20", "ContractType": "sample string 21", "PlanTypeForContracts": "sample string 22", "CommentsToShowOnPlanGrid": "sample string 23", "AllowGenRateEdit": true, "CashBackRepondDays": 1, "ZONE": "sample string 24", "DUNS": "sample string 25", "Tnd1000": 26, "AMSFee": 1.0, "AgentComRate": 1, "CommissionType": 1, "RateName": "sample string 27", "RateCodeID": 28, "ReferralCreditApplies": 29, "IsAutoPayRequired": 30, "PaymentReminderAllowed": 31, "TDDate": "sample string 32", "UtilityName": "sample string 33", "RowID": 34, "PlanDetailsToShowOnGrid": "sample string 35", "SpecialOfferText": "sample string 36", "CurrentVersionNameLabel": "sample string 37", "IsPrePaid": true, "IsEBillRequired": true, "PenaltyText": "sample string 40", "TOSFileName": "sample string 41", "ProductCode": "sample string 42", "SortOrder": 43, "TOSYRACVersion": "sample string 44", "TDU_MeterFee": 1.1, "TDU_DistributionFee": 1.1, "TDSPPassthru": true, "EflLocation": "sample string 46", "GroupID": "sample string 47", "GreenLevel": 1.1, "IsFlatGreen": true, "UserEnteredRate": 1.0, "RenewedByOption": "sample string 49", "UserEnteredTerm": 1, "UserEnteredMonthlyFee": 1.0 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RenewCommRespName | Description | Type | Additional information |
---|---|---|---|
RateChangeID | integer |
None. |
|
CustomerEFL | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "RateChangeID": 1, "CustomerEFL": "sample string 2" }