Jump to: POST Response Notes | API Call Builder
Associates a TargetRuleOffer with an Offer.
| Name | Type | Description |
|---|---|---|
| NetworkId | Url | Network ID |
| NetworkToken | String | Network token |
| Target | String | This calls action target |
| Method | String | This calls action method |
| rule_id | Integer | The TargetRule.id to assign to the Offer. |
| offer_id | Integer | The Offer.id to assign the rule to. |
| action | String | The rule action in {allow, deny} |
POST Response Notes
The new TargetRuleOffer with attached TargetRule
Return response will be in the following format: ApiLibraryModelOfferTargetRuleOffer.
API Call Builder
Javascript is required to use the API Call Builder.