Jump to: POST Response Notes | API Call Builder
Creates a TargetRule.
Name | Type | Description |
---|---|---|
NetworkId | Url | Network ID |
NetworkToken | String | Network token |
Target | String | This calls action target |
Method | String | This calls action method |
json_data | String | The TargetRule properties (name, regular expression, etc), represented as JSON-formatted object string. This accepts a JSON-formatted object string rather than an object directly because we may wish to accept explicit null values for some regexes. |
POST Response Notes
The new TargetRule
Return response will be in the following format: ApiLibraryModelOfferTargetRule.
API Call Builder
Javascript is required to use the API Call Builder.