<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ms-0200:Address xmlns:ms-0200="http://www.modeldev.restauranttechnologynetwork.com/models/v2"> <ms-0200:StreetAddress>100 Main Avenue</ms-0200:StreetAddress> <ms-0200:CityName>Rochester</ms-0200:CityName> <ms-0200:PostalCode>14604</ms-0200:PostalCode> <ms-0200:Country>United States</ms-0200:Country> <ms-0200:CountryCode>US</ms-0200:CountryCode> <ms-0200:StateOrTerritory>NY</ms-0200:StateOrTerritory> <ms-0200:AddressType>Business</ms-0200:AddressType> </ms-0200:Address>
{ "Address" : { "StreetAddress" : "100 Main Avenue", "CityName" : "Rochester", "PostalCode" : "14604", "Country" : "United States", "CountryCode" : "US", "StateOrTerritory" : "NY", "AddressType" : { "value" : "Business" } } }
Name | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
StreetAddress |
The street number and street name.
|
||||||||||||
|
|||||||||||||
CityName |
The name of the city in which the entitiy is located.
|
||||||||||||
|
|||||||||||||
PostalCode |
Specifies the zip code for the entity.
|
||||||||||||
|
|||||||||||||
Country |
Specifies the country in which the entity is located.
|
||||||||||||
|
|||||||||||||
CountryCode |
ISO 3166 code for a country.
|
||||||||||||
|
|||||||||||||
StateOrTerritory |
Specifies the state, territory or province in which the entity is located,
|
||||||||||||
|
|||||||||||||
AddressType |
Specifies the type of address (e.g. home, business).
|
||||||||||||
|