LocaleSpecificEmployerAttributesInput
Input Object
Locale-specific attributes.
Fields
country CountryCode! Required
ISO 3166-1 alpha-2 country code (such as US, JP).
ww_WW is not accepted. All data must specify a valid country and language.
language LanguageCode! Required
ISO 639-1 alpha-2 language code (such as en, ja).
ww_WW is not accepted. All data must specify a valid country and language.
isGlobalDefault Boolean! default:true
If true, sets this data as the global default.
localizedName String
Localized employer name. Limit: 1 to 60 characters.
If the request uses the Ignore operation to omit this field but provides employerName, then the global localizedName field is set to the employerName field value.
Examples:
| Field | Example value |
|---|---|
name | Yamada Kyujin |
localizedName | 山田求人 (ja_JP) |
phoneticName | ヤマダキュウジン (ja_JP) |
| Field | Example value |
|---|---|
name | |
localizedName | グーグル (ja_JP) |
phoneticName | グーグル (ja_JP) |
| Field | Example value |
|---|---|
name | Rakuten |
localizedName | 楽天 (ja_JP) |
phoneticName | ラクテン (ja_JP) |
phoneticName String
Employer phonetic name. Limit: 250 characters.
Examples:
| Field | Example value |
|---|---|
name | Yamada Kyujin |
localizedName | 山田求人 (ja_JP) |
phoneticName | ヤマダキュウジン (ja_JP) |
| Field | Example value |
|---|---|
name | |
localizedName | グーグル (ja_JP) |
phoneticName | グーグル (ja_JP) |
| Field | Example value |
|---|---|
name | Rakuten |
localizedName | 楽天 (ja_JP) |
phoneticName | ラクテン (ja_JP) |
description String
Employer description.
squareLogo String
Base64-encoded square logo.
Dimensions:
- Minimum: 256×256 pixels
- Maximum: 4096×4096 pixels
headquarterAddress String
Headquarters address. Japan: 本社所在地住所
Example
{ "country": "US", "language": "ja", "isGlobalDefault": false, "localizedName": "abc123", "phoneticName": "xyz789", "description": "abc123", "squareLogo": "abc123", "headquarterAddress": "xyz789", "leader": LeaderInput}