Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.09 KB

Location.md

File metadata and controls

12 lines (9 loc) · 1.09 KB

# Location

Properties

Name Type Description Notes
city string [optional]
country_code string The 2-letter country code as defined in ISO 3166. [optional]
post_code string The format of post code depends on 'countryCode'. For countryCode equal to 'PL', the expected format is 'XX-XXX', for other countries format is less restrictive - 12 characters or less are expected. [optional]
province string This field is mandatory if countryCode is set to "PL", for other values, currently, it is ignored. For countryCode equalling "PL", this field must be set to one of the following: DOLNOSLASKIE, KUJAWSKO_POMORSKIE, LUBELSKIE, LUBUSKIE, LODZKIE, MALOPOLSKIE, MAZOWIECKIE, OPOLSKIE, PODKARPACKIE, PODLASKIE, POMORSKIE, SLASKIE, SWIETOKRZYSKIE, WARMINSKO_MAZURSKIE, WIELKOPOLSKIE, ZACHODNIOPOMORSKIE. [optional]

[Back to Model list] [Back to API list] [Back to README]