GET api/groups/{groupid}/groupplans/{groupplanid}/plancontracts/{plancontractid}/openenrollmentsubmissionclarificationcodes
Gets a collection of open enrollment submission clarification code resources for a Plan Contract
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| groupid |
Group identifier |
integer |
Required |
| groupplanid |
Group Plan identifier |
integer |
Required |
| plancontractid |
Plan Contract identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of open enrollment submission clarification code details
Collection of OpenEnrollmentSubmissionClarificationCodeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PlanContractNo |
Gets or sets the identifier for the Plan Contract associated with this open enrollment submission clarification code |
integer |
None. |
| SubmissionClarificationCode |
Gets or sets a Submission Clarification Code used to indicate open enrollment for the plan contract |
string |
None. |
| Url |
Gets or sets the link representing a link back to the resource |
string |
None. |
| ID |
Gets or sets the identifier for the resource |
integer |
None. |
Response Formats
application/json, text/json, application/json-patch+json
Sample:
[
{
"url": "sample string 3",
"id": 4,
"planContractNo": 1,
"submissionClarificationCode": "sample string 2"
},
{
"url": "sample string 3",
"id": 4,
"planContractNo": 1,
"submissionClarificationCode": "sample string 2"
}
]