Address JSON Format

The Address JSON format standard specifies a uniform way of exchanging personal data.

Date: 01 November 2015

Version: 1.0

Introduction

To do...

Address JSON Format

Following is the format:

{
    "Id":"AddressId"
    "Country":"GB",
    "State":"England/Scotland/Wales",
    "Region":"East Midlands",
    "Province":"Northamptonshire",
    "Town":"Peterborough",
    "District":"Queensgate",
    "Address1":"23 Queens Boulevard",
    "Address2":"Business Unit 6"
    "Postcode":"WW12 3RD"
    "Latitude":"0.0001",
    "Longitude":"0.0001"
}
{
    "Id":"AddressId"
    "Country":"BG",
    "State":"Bulgaria",
    "Region":"Uzna Bulgaria",
    "Province":"Stara Zagora",
    "Town":"Kazanlak",
    "District":"Ustremnik",
    "Address1":"bl. 62 vh. A ap 36",
    "Address2":""
    "Postcode":"5012"
    "Latitude":"0.0001",
    "Longitude":"0.0001"
}