GET api/groups/{groupid}/groupplans/{groupplanid}/deductibles/{id}
Gets a deductible resource
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
groupid |
Group identifier |
integer |
Required |
groupplanid |
Group Plan identifier |
integer |
Required |
id |
Deductible identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A deductible resource
DeductibleModelName | Description | Type | Additional information |
---|---|---|---|
GroupPlanNo |
Gets or sets the identifier for the Group Plan associated with this deductible |
integer |
None. |
Description |
Gets or sets the description of the deductible resource |
string |
None. |
PersonAmount |
Gets or sets the deductible amount for members |
decimal number |
None. |
FamilyAmount |
Gets or sets the deductible amount for families |
decimal number |
None. |
MemberPortalDescription |
Gets or sets the description to show on the member portal |
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 4", "id": 5, "groupPlanNo": 1, "description": "sample string 2", "personAmount": 1.0, "familyAmount": 1.0, "memberPortalDescription": "sample string 3" }