ADDR
: A postal address.PBOX
: A postal office (PO) box address.HOME
: A (residential) home address.BIZZ
: A business address.MLTO
: Address to which mail is sent.DLVY
: Address to which delivery is to take place
A code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).
{ "addressLine": [ "string" ], "addressType": "ADDR", "buildingName": "string", "buildingNumber": "string", "country": "string", "countrySubDivision": "string", "department": "string", "districtName": "string", "floor": "string", "postBox": "string", "postCode": "string", "room": "string", "streetName": "string", "subDepartment": "string", "townLocationName": "string", "townName": "string" }