POST api/groups/{groupid}/groupplans/{groupplanid}/rules/{ruleid}/rulediagnosiscodes
Posts a new diagnosis code to a rule
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
RuleDiagnosisCodeModelName | Description | Type | Additional information |
---|---|---|---|
RuleNo |
Gets or sets the rule identifier associated with this rule drug |
integer |
None. |
DiagnosisCode |
Gets or sets the diagnosis code associated with this rule |
string |
None. |
Description |
Gets or sets the description associated with this rule |
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
{ "url": "sample string 5", "id": 6, "ruleNo": 1, "diagnosisCode": "sample string 2", "description": "sample string 3" }
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
The newly added benefit period
RuleDiagnosisCodeModelName | Description | Type | Additional information |
---|---|---|---|
RuleNo |
Gets or sets the rule identifier associated with this rule drug |
integer |
None. |
DiagnosisCode |
Gets or sets the diagnosis code associated with this rule |
string |
None. |
Description |
Gets or sets the description associated with this rule |
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
{ "url": "sample string 5", "id": 6, "ruleNo": 1, "diagnosisCode": "sample string 2", "description": "sample string 3" }