Current Location
The following type of output is generated for preferred location of the candidates.
-
City: This field return the current city of the candidate.
-
State: This field return the current state of the candidate.
-
StateIsoCode: This field return the current StateIsoCode of the candidate.
-
Country: This field return the current country of the candidate.
-
CountryCode: This field return the current country code of the candidate.
-
IsoAlpha-2: This field return the two letter ISO country code e.g. 'US'
-
IsoAlpha-3: This field return the three letter ISO country code e.g.'USA'
-
UN-Code: This field return the UN-Code of the country mentioned in the address, e.g.'840'
Current Location JSON Layout
"CurrentLocation": [{
"City": "Detroit",
"State": "MI",
"StateIsoCode" : "US-MI",
"Country": "USA",
"CountryCode": {
"IsoAlpha-2": "US",
"IsoAlpha-3": "USA",
"UN-Code": "840"
}
}],