v1
latestOpenAPI 3.0.12026-07-24285462499.1 KBpredefined-locations
Create predefined location
Creates new predefined location
post/configuration/predefined-locations
Request body
Example request
{
"city": "Bern",
"countryCode": "CH",
"region": "Canton of Bern",
"regionAbbr": "CH-BE",
"address": "Kramgasse 49",
"postalCode": "3011",
"lat": 46.947807,
"lng": 7.4474266,
"title": "Bern Shop #1 (Einstein Haus)",
"identifier": "BE-Einstein_House-1"
}Response
Predefined location successfully created
Example response
{
"country": "Switzerland",
"region": "Canton of Bern",
"regionAbbr": "CH-BE",
"countryCode": "CH",
"city": "Bern",
"address": "Kramgasse 49",
"postalCode": "3011",
"title": "Bern Shop #1 (Einstein Haus)",
"identifier": "BE-Einstein_House-1",
"lat": 46.947807,
"lng": 7.4474266
}