Validation
Some properites have special validation rules.
vatId
Is required/optional by schema definitions in entity description and validated by specific regex.
RegEx vatId
Allowed chars in URL
Only the allowed characters are permitted in the URL. The URL structure is not validated, nevertheless we recommend providing only a valid URL.
RegEx
HTTP URL
The URL structure is loosely validated, leading white-spaces are ignored, the protocol is optional but it must be http or https when specified. The regex also accepts URLs that can be invalid according to the standards so make sure a working URL is provided and then verify any functionality using this URL works as expected (f.e. webhooks).
RegEx
Last updated