Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 3.51 KB

File metadata and controls

15 lines (12 loc) · 3.51 KB

# ValidationRulesCreateRequestBody

Properties

Name Type Description Notes
name string Custom, unique name for set of validation rules. [optional]
rules object Contains all the rule definitions for the validation rule. It is a set of key value pairs representing the rules and logic between the rules. The keys are numbered consecutively beginning from `1`. The values are objects containing the rule conditions. [optional]
bundleRules object Contains all the definitions for the bundle rules. It is a set of key value pairs representing the rules and logic between them. The keys are numbered consecutively beginning from `1`. The values are objects containing the rule conditions. While updating with the PUT method, you can pass `"bundle_rules": null` to delete the configuration; in the response, an empty object is then returned. [optional]
error \OpenAPI\Client\Model\ValidationRulesCreateRequestBodyError [optional]
applicableTo \OpenAPI\Client\Model\ValidationRulesCreateRequestBodyApplicableTo [optional]
type string Type of validation rule. [optional] [default to 'expression']
contextType string Validation rule context type. Context Type

[Back to Model list] [Back to API list] [Back to README]