GET api/groups/{groupid}/benefitcodes/{id}

Gets a benefit code resource

Request Information

URI Parameters

NameDescriptionTypeAdditional information
groupid

integer

Required

id

Benefit Code identifier

integer

Required

Body Parameters

None.

Response Information

Resource Description

A benefit code resource

BenefitCodeModel
NameDescriptionTypeAdditional 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"
}