POST api/OpenEnrollmentContract
Request Information
URI Parameters
None.
Body Parameters
CreateOpenEnrollmentContractCommand| Name | Description | Type | Additional information |
|---|---|---|---|
| OpenEnrollmentId | integer |
None. |
|
| Description | string |
None. |
|
| InsuranceCompanyId | integer |
None. |
|
| StartDate | string |
None. |
|
| EndDate | string |
None. |
|
| UserId | string |
None. |
|
| WaitingPeriodId | string |
None. |
|
| LinkedContractId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"OpenEnrollmentId": 1,
"Description": "sample string 2",
"InsuranceCompanyId": 3,
"StartDate": "sample string 4",
"EndDate": "sample string 5",
"UserId": "sample string 6",
"WaitingPeriodId": "sample string 7",
"LinkedContractId": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.