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

Posts a new member state to a 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

New Applied Network to add

RuleMemberStateModel
NameDescriptionTypeAdditional information
RuleNo

Gets or sets the rule identifier associated with this rule member state

integer

None.

StateCode

Gets or sets the state code used in the rule member state (standard state abbreviation)

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 3",
  "id": 4,
  "ruleNo": 1,
  "stateCode": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

The newly added benefit period

RuleMemberStateModel
NameDescriptionTypeAdditional information
RuleNo

Gets or sets the rule identifier associated with this rule member state

integer

None.

StateCode

Gets or sets the state code used in the rule member state (standard state abbreviation)

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,
  "ruleNo": 1,
  "stateCode": "sample string 2"
}