Use this call to check to see if a condition name already exists at a specific level.
Name | Type | Description |
---|---|---|
fkRuleId | Int32 | The rule id. |
fkConditionId | Nullable<Int32> | Must be specified if checking that a condition name exists under a sub-condition. If checking rule-level conditions, do not specify. |
excludeConditionId | Nullable<Int32> | If the check is for renaming a condition, specify the condition id here to exclude it from the results. |
conditionName | String | The name to check. |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/RulesEngine/CheckConditionNameExists
Connection: keep-alive
Accept: application/json
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE
This is an example of the request structure. Results will vary depending on your data.
fkRuleId=1&fkConditionId=1&excludeConditionId=1&conditionName=sample string 1
This is an example of the response JSON. Results will vary depending on your data.
true