Possible enumeration values:
| Name | Value | Description |
|---|---|---|
| IsFlag |
0 |
the value on request must be 1 |
| IsString |
1 |
the value on request can be any |
| IsNumeric |
2 |
the value on request must be a number |
| IsDate |
3 |
the value on request must be a valid date time yyyy-MM-dd |
| IsDateAndTime |
4 |
the value on request must be a valid date time yyyy-MM-dd HH:mm:ss |
| IsTime |
5 |
the value on request must be a valid time format: HH:mm:ss or HH:mm |
| IsCountryList |
6 |
the value on request must be a valid country code (ex CA, US...) |
| IsProvinceList |
7 |
the value on request must be a valid country province |
| IsWeightTypeSelect |
8 |
the value on request must be "LBS" or "KGS" |
| IsDimensionTypeSelect |
9 |
the value on request must be "IN" or "CM" |
| IsCurrencyTypeSelect |
10 |
The value on request must be a valid currency |
| IsAddress |
11 |
the value on requedst must be in this format {address1}|{address2}|{Postal}|{City}|{Province}|{Country} strictly |
| IsSelect |
12 |
The value on request must be one from the predefined values |