GET api/groups/{groupid}/groupplans/{groupplanid}/plancontracts/{plancontractid}/openenrollmentsubmissionclarificationcodes/{id}
Gets an open enrollment submission clarification code resource
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 |
id |
Open Enrollment Submission Clarification Code identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A open enrollment submission clarification code resource
OpenEnrollmentSubmissionClarificationCodeModelName | 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" }