...
Case | Error Type |
Value with wrong format | invalid |
Regex | /^(?([0-9]{3}))?[-. ]?([0-9]{3})[-. ]?([0-9]{4})/ |
ending_date
Case | Error Type |
Value with wrong format | invalid |
...
Case | Error Type |
Value with higher precision | length |
Not sent | required |
Value different to a number. | type |
Regex | /^(?([0-9]{3}))?[-. ]?([0-9]{3})[-. ]?([0-9]{4})/ |
piw
Case | Error Type |
Value with higher length | length |
Not sent | required |
Value different to a string. | type |
Regex | /^[a-zA-Z0-9]*$/ |
plan_id
Case | Error Type |
Value zero or negative. | invalid |
Value with decimals. | invalid |
Value with higher precision | length |
Not sent | required |
Value different to a number. | type |
...