CountrySpecificEmployerAttributesInput
Input Object
Country-specific data.
Fields
country CountryCode! Required
ISO 3166-1 alpha-2 country code (such as US, JP).
isGlobalDefault Boolean! Deprecated default:true
Deprecated. Always true for CountrySpecificEmployerAttributes.
When true, data is also written to ww_WW internally.
websiteUrl String
Employer's root website (such as indeed.com). For franchises, use the brand website.
Limits: 400 characters. Must be a valid URL.
phoneNum String Deprecated
Deprecated. Use phoneNumber instead.
taxId String
Employer's tax identifier. Limit: 100 characters.
Japan: If employerType is JURIDICAL_PERSON, set to the corporate number (法人番号) for correct identification. If employerType is NATURAL_PERSON, this field is optional.
employees String
Employer's workforce size. Allowed values:
| Value | Number of employees |
|---|---|
ERv1_1 | 1 |
ERv1_2_10 | From 2 to 10 |
ERv1_11_50 | From 11 to 50 |
ERv1_1_50 | From 1 to 50 |
ERv1_51_200 | From 51 to 200 |
ERv1_201_500 | From 201 to 500 |
ERv1_501_1000 | From 501 to 1000 |
ERv1_1001_5000 | From 1001 to 5000 |
ERv1_5001_10000 | From 5001 to 10000 |
ERv1_10000_PLUS | 10000+ employees |
Example
{ "country": "US", "isGlobalDefault": false, "websiteUrl": "xyz789", "phoneNum": "xyz789", "phoneNumber": "+17895551234", "taxId": "abc123", "sectorSUIDs": ["opaqueId"], "employees": "xyz789"}