v1

latestOpenAPI 3.0.32026-08-0645108163.2 KB
Company

Create a new location for a company

post/public/company/v1/create-location

Request body

namestring required
phoneNumberstring required
companyIdstring uuid required

Example request

{
  "address": {
    "houseNumber": 102,
    "houseNumberAddition": "B",
    "zipCode": "5652AA",
    "countryCode": "US"
  }
}

Response

Successfully created a location

locationIdstring uuid required