The LocationItem
object contains the location information, including the name and jurisdiction PCode:
Key | Value |
---|---|
IsAlternate | [bool] Is Alternate Flag indicating whether the location is an alternate or a primary
|
CountryISO | [string] Country ISO 3-character country ISO code |
State | [string] State 2-character state abbreviation |
County | [string] County name |
Locality | [string] Locality name |
PCode | [int] Jurisdiction PCode |
"LocationData": [ { "CountryIso": "USA", "State": "WA", "County": "KING", "Locality": "SEATTLE", "PCode": 4133800 }]