POST api/groups/{groupid}/groupplans/{groupplanid}/rules/{ruleid}/rulemembers

Adds a new member to an existing rule

Request Information

URI Parameters

NameDescriptionTypeAdditional information
groupid

Group identifier

integer

Required

groupplanid

Group Plan identifier

integer

Required

ruleid

Rule identifier

integer

Required

Body Parameters

The json formatted rule member model object supplied in the request body that is to be added to a rule

RuleMemberModel
NameDescriptionTypeAdditional information
RuleNo

Gets or sets the rule identifier associated with this rule drug

integer

None.

LastName

Gets or sets the member last name

string

None.

FirstName

Gets or sets the member first name

string

None.

MiddleName

Gets or sets the member middle name

string

None.

DateOfBirth

Gets or sets the member date of birth

date

None.

SSN

Gets or sets the member SSN

string

None.

MemberSeqNo

Gets or sets the MemberSeqNo, a uniquely identifying number for a member

integer

None.

LocationName

Gets or sets the location name associated with the memember

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.

Request Formats

application/json, text/json, application/json-patch+json

Sample:
{
  "url": "sample string 9",
  "id": 10,
  "ruleNo": 1,
  "lastName": "sample string 2",
  "firstName": "sample string 3",
  "middleName": "sample string 4",
  "dateOfBirth": "2025-05-30T21:15:59.6347044-05:00",
  "ssn": "sample string 5",
  "memberSeqNo": 6,
  "locationName": "sample string 8"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

A newly added Rule Member

RuleMemberModel
NameDescriptionTypeAdditional information
RuleNo

Gets or sets the rule identifier associated with this rule drug

integer

None.

LastName

Gets or sets the member last name

string

None.

FirstName

Gets or sets the member first name

string

None.

MiddleName

Gets or sets the member middle name

string

None.

DateOfBirth

Gets or sets the member date of birth

date

None.

SSN

Gets or sets the member SSN

string

None.

MemberSeqNo

Gets or sets the MemberSeqNo, a uniquely identifying number for a member

integer

None.

LocationName

Gets or sets the location name associated with the memember

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 9",
  "id": 10,
  "ruleNo": 1,
  "lastName": "sample string 2",
  "firstName": "sample string 3",
  "middleName": "sample string 4",
  "dateOfBirth": "2025-05-30T21:15:59.6347044-05:00",
  "ssn": "sample string 5",
  "memberSeqNo": 6,
  "locationName": "sample string 8"
}