AddressData¶
An address data resource represents an invoice or delivery address.
Resource definition¶
{
"Name": "My company",
"CompleteAddress": "My company, Street name 3 City 156489 Sweden",
"Street": "Street name 3",
"ZipCode": "123456",
"City": "City",
"County": "",
"State": "",
"CountryCode": "SE"
}
Name |
Type |
Description |
---|---|---|
Name |
string |
Reference of the current address, like company/building/person. |
CompleteAddress |
string |
All fields combined to a formatted string. |
Street |
string |
Name of street |
ZipCode |
string |
Postal code |
City |
string |
Name of city |
County |
string |
Name of county |
State |
string |
Name of state/region |
CountryCode |
string |
Two letter country code |