POST api/groups/{groupid}/groupplans/{groupplanid}/rules/{ruleid}/rulesubmissionclarificationcodes
Deletes a submission clarification code by other claim by ID
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
The submission clarification model to be added to the database
RuleSubmissionClarificationCodeModelName | Description | Type | Additional information |
---|---|---|---|
RuleNo |
Gets or sets the rule identifier associated with this submission clarification code rule |
integer |
None. |
SubmissionClarificationCode |
Gets or sets the submission clarification code used in the rule drug criteria |
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 3", "id": 4, "ruleNo": 1, "submissionClarificationCode": "sample string 2" }
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
An http status 200 indicating success.
RuleSubmissionClarificationCodeModelName | Description | Type | Additional information |
---|---|---|---|
RuleNo |
Gets or sets the rule identifier associated with this submission clarification code rule |
integer |
None. |
SubmissionClarificationCode |
Gets or sets the submission clarification code used in the rule drug criteria |
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 3", "id": 4, "ruleNo": 1, "submissionClarificationCode": "sample string 2" }