POST api/groups/{groupid}/groupplans/{groupplanid}/rules/{ruleid}/rulefacilitybranches
Posts a new facility branch to the plan.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
groupid |
Group identifier |
integer |
Required |
groupplanid |
Group Plan Identifier |
integer |
Required |
ruleid |
Rule identifier |
integer |
Required |
Body Parameters
New Applied Network to add
RuleFacilityBranchModelName | Description | Type | Additional information |
---|---|---|---|
RuleNo |
Gets or sets the rule identifier associated with this rule drug |
integer |
None. |
FacilityName |
Gets or sets the facility name associated with this rule |
string |
None. |
PharmacyBranch |
Gets or sets the pharmacy branch associated with this rule |
string |
None. |
FacilityBranchSeqNo |
Gets or sets the FacilityBranchSeqNo, a uniquely identifying number for a member |
integer |
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
{ "url": "sample string 6", "id": 7, "ruleNo": 1, "facilityName": "sample string 2", "pharmacyBranch": "sample string 3", "facilityBranchSeqNo": 4 }
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
The newly added benefit period
RuleFacilityBranchModelName | Description | Type | Additional information |
---|---|---|---|
RuleNo |
Gets or sets the rule identifier associated with this rule drug |
integer |
None. |
FacilityName |
Gets or sets the facility name associated with this rule |
string |
None. |
PharmacyBranch |
Gets or sets the pharmacy branch associated with this rule |
string |
None. |
FacilityBranchSeqNo |
Gets or sets the FacilityBranchSeqNo, a uniquely identifying number for a member |
integer |
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
{ "url": "sample string 6", "id": 7, "ruleNo": 1, "facilityName": "sample string 2", "pharmacyBranch": "sample string 3", "facilityBranchSeqNo": 4 }