POST api/groups/{groupid}/groupplans/{groupplanid}/rules/{ruleid}/rulealternateprocessors
Posts a new alternate processor 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 Plan Alternate Processor to add
RuleAlternateProcessorModelName | Description | Type | Additional information |
---|---|---|---|
RuleNo |
Gets or sets the identifier for the rule that will be associated with an plan alternate processor |
integer |
None. |
Description |
Gets the description of the plan alternate processor associated with this rule |
string |
None. |
PlanAlternateProcessorNo |
Gets or sets the plan alternate processor no associated with the rule specified by the RuleNo property |
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": 2, "description": "sample string 3", "planAlternateProcessorNo": 5 }
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
The newly added rule alternate processor
RuleAlternateProcessorModelName | Description | Type | Additional information |
---|---|---|---|
RuleNo |
Gets or sets the identifier for the rule that will be associated with an plan alternate processor |
integer |
None. |
Description |
Gets the description of the plan alternate processor associated with this rule |
string |
None. |
PlanAlternateProcessorNo |
Gets or sets the plan alternate processor no associated with the rule specified by the RuleNo property |
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": 2, "description": "sample string 3", "planAlternateProcessorNo": 5 }