Returns the set of available People Search parameters/fields for a provided list of countries.
{- "messages": [
- {
- "type": "Information",
- "code": "NoResults",
- "text": "string"
}
], - "countriesCriteria": [
- {
- "country": "AF",
- "schemas": [
- {
- "id": {
- "required": true,
- "minLength": 0,
- "maxLength": 0,
- "allowedValues": [
- "string"
], - "validationRegExp": "string"
}, - "firstName": {
- "required": true,
- "minLength": 0,
- "maxLength": 0,
- "allowedValues": [
- "string"
], - "validationRegExp": "string"
}, - "lastName": {
- "required": true,
- "minLength": 0,
- "maxLength": 0,
- "allowedValues": [
- "string"
], - "validationRegExp": "string"
}, - "companyId": {
- "required": true,
- "minLength": 0,
- "maxLength": 0,
- "allowedValues": [
- "string"
], - "validationRegExp": "string"
}, - "companyName": {
- "required": true,
- "minLength": 0,
- "maxLength": 0,
- "allowedValues": [
- "string"
], - "validationRegExp": "string"
}, - "companyType": {
- "optional": true,
- "minLength": 0,
- "maxLength": 0,
- "allowedValues": [
- "NotSet"
], - "validationRegExp": "string"
}, - "companyRegistrationNumber": {
- "required": true,
- "minLength": 0,
- "maxLength": 0,
- "allowedValues": [
- "string"
], - "validationRegExp": "string"
}, - "address": {
- "simpleValue": {
- "required": true,
- "minLength": 0,
- "maxLength": 0,
- "allowedValues": [
- null
], - "validationRegExp": "string"
}, - "street": {
- "required": true,
- "minLength": 0,
- "maxLength": 0,
- "allowedValues": [
- null
], - "validationRegExp": "string"
}, - "houseNo": {
- "required": true,
- "minLength": 0,
- "maxLength": 0,
- "allowedValues": [
- null
], - "validationRegExp": "string"
}, - "city": {
- "required": true,
- "minLength": 0,
- "maxLength": 0,
- "allowedValues": [
- null
], - "validationRegExp": "string"
}, - "postCode": {
- "required": true,
- "minLength": 0,
- "maxLength": 0,
- "allowedValues": [
- null
], - "validationRegExp": "string"
}, - "province": {
- "required": true,
- "minLength": 0,
- "maxLength": 0,
- "allowedValues": [
- null
], - "validationRegExp": "string"
}
}, - "status": {
- "required": true,
- "minLength": 0,
- "maxLength": 0,
- "allowedValues": [
- "string"
], - "validationRegExp": "string"
}
}
]
}
], - "customData": [
- {
- "key": "string",
- "optional": true,
- "allowedValues": [
- "string"
], - "description": "string"
}
]
}