POST api/PlansController/GenerateEFL_ByRateID_ForRenewal
Request Information
URI Parameters
None.
Body Parameters
EFL_Renewal| Name | Description | Type | Additional information |
|---|---|---|---|
| RateID | integer |
None. |
|
| RateCodeID | string |
None. |
|
| ServiceZIP | string |
None. |
|
| CustType | string |
None. |
|
| Language | string |
None. |
|
| BSCustomerID | string |
None. |
|
| Gen_Rate | string |
None. |
|
| Avg_500 | string |
None. |
|
| Avg_1000 | string |
None. |
|
| Avg_2000 | string |
None. |
|
| CompanyID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"RateID": 1,
"RateCodeID": "sample string 2",
"ServiceZIP": "sample string 3",
"CustType": "sample string 4",
"Language": "sample string 5",
"BSCustomerID": "sample string 6",
"Gen_Rate": "sample string 7",
"Avg_500": "sample string 8",
"Avg_1000": "sample string 9",
"Avg_2000": "sample string 10",
"CompanyID": 11
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"