PUT api/benefit-program/coverage/{coverageId}/contract/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| coverageId | integer |
Required |
|
| id | integer |
Required |
Body Parameters
VendorContractSubModel| Name | Description | Type | Additional information |
|---|---|---|---|
| VendorId | integer |
None. |
|
| ServicesProvidedByVendor | string |
None. |
|
| PolicyContractNumber | string |
None. |
|
| ContractEffectiveDate | date |
None. |
|
| NatureOfContract | integer |
None. |
|
| MarketingExercise | boolean |
None. |
|
| ContractDuration | decimal number |
None. |
|
| NextRenewalDate | date |
None. |
|
| TacitRenewal | boolean |
None. |
|
| NoticePeriod | string |
None. |
|
| FreeCoverLimit | string |
None. |
|
| MaximumBenefit | decimal number |
None. |
|
| LocalExperienceRating | boolean |
None. |
|
| ExperienceRatingFormula | string |
None. |
|
| CommunityRating | boolean |
None. |
|
| VendorCompensationBasis | string |
None. |
|
| VendorAnnualCompensation | decimal number |
None. |
|
| VendorEmployeesDeployedToCompany | integer |
None. |
|
| CurrencyId | integer |
None. |
|
| OtherVendorContractDetails | string |
None. |
|
| CommissionRate | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"VendorId": 1,
"ServicesProvidedByVendor": "sample string 2",
"PolicyContractNumber": "sample string 3",
"ContractEffectiveDate": "2026-05-12T09:08:28.7755454+00:00",
"NatureOfContract": 1,
"MarketingExercise": true,
"ContractDuration": 1.0,
"NextRenewalDate": "2026-05-12T09:08:28.7755454+00:00",
"TacitRenewal": true,
"NoticePeriod": "sample string 6",
"FreeCoverLimit": "sample string 7",
"MaximumBenefit": 1.0,
"LocalExperienceRating": true,
"ExperienceRatingFormula": "sample string 9",
"CommunityRating": true,
"VendorCompensationBasis": "sample string 11",
"VendorAnnualCompensation": 1.0,
"VendorEmployeesDeployedToCompany": 1,
"CurrencyId": 1,
"OtherVendorContractDetails": "sample string 12",
"CommissionRate": 1.0
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.