GET api/groups/{groupid}/benefitcodes
Gets a collection of benefit code resources
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| groupid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of benefit code resources
Collection of BenefitCodeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupNo |
Gets or sets the group No for the pharmacy branch |
integer |
None. |
| Code |
Gets or sets the code of the benefit code |
string |
None. |
| Description |
Gets or sets the description of the benefit code |
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 5",
"id": 6,
"groupNo": 1,
"code": "sample string 2",
"description": "sample string 3"
},
{
"url": "sample string 5",
"id": 6,
"groupNo": 1,
"code": "sample string 2",
"description": "sample string 3"
}
]