- Create tags rule
Creates a tags rule.
Tags rule resource.
Type of event.
Filter that determines whether to tag or untag. This field requires a special format. Use , for multiple allowed values. Use ; for multiple fields.
For more information, see Using filters.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/tags-rules
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/tags-rules
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/tags-rules
- SecretApiKey
- JWT
curl -i -X POST \
https://www.rebilly.com/_mock/catalog/all/tags-rules \
-H 'Content-Type: application/json' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE' \
-d '{
"name": "string",
"eventType": "aml-list-possibly-matched",
"filter": "string",
"addTags": [
"string"
],
"removeTags": [
"string"
],
"status": "active"
}'Tags rule created.
Total number of rate limit tokens for this request within a rate limit period. For more information, see Rate limits.
Type of event.
Filter that determines whether to tag or untag. This field requires a special format. Use , for multiple allowed values. Use ; for multiple fields.
For more information, see Using filters.
Date and time when the resource is created. This value is set automatically when the resource is created.
Date and time when the resource is updated. This value is set automatically when the resource is updated.
{ "id": "tag_rule_0YVCEE5APAD7V84MK3P9CCJVYY", "name": "string", "eventType": "aml-list-possibly-matched", "filter": "string", "addTags": [ "string" ], "removeTags": [ "string" ], "status": "active", "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "_links": [ { … } ] }