POST api/CallCenter/CallCenter_UpdatePlanChangeRatesOffered
Request Information
URI Parameters
None.
Body Parameters
UpdatePlanChangeRatesOffered| Name | Description | Type | Additional information |
|---|---|---|---|
| bSCustomerID | string |
None. |
|
| status | string |
None. |
|
| statusChangedByUserID | string |
None. |
|
| isGroupEntry | boolean |
None. |
|
| rateChangeID | integer |
None. |
|
| cancelReasonID | integer |
None. |
|
| userComments | string |
None. |
|
| tOSDeliveryOption | string |
None. |
|
| renewalClosedByUserID | string |
None. |
|
| renewedByOption | string |
None. |
|
| autoPayType | string |
None. |
|
| commitDate | date |
None. |
|
| greenLevel | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"bSCustomerID": "sample string 1",
"status": "sample string 2",
"statusChangedByUserID": "sample string 3",
"isGroupEntry": true,
"rateChangeID": 1,
"cancelReasonID": 1,
"userComments": "sample string 4",
"tOSDeliveryOption": "sample string 5",
"renewalClosedByUserID": "sample string 6",
"renewedByOption": "sample string 7",
"autoPayType": "sample string 8",
"commitDate": "2025-10-29T01:51:37.7020916-04:00",
"greenLevel": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1