v1

latestOpenAPI 3.0.02026-07-13483586.3 KB
Offices

Get office by office code

get/offices/{officeCode}

Path parameters

officeCodestring required

Response

Successful operation

codestring required
countrystring required
citystring required
addressstring required
capacityinteger required
monthlyRentalnumber required

Monetary value in EUR

amenitiesstring[] required
imgURLstring

Example response

{
  "country": "Netherlands",
  "city": "Amsterdam",
  "address": "Damrak 81",
  "capacity": 150,
  "monthlyRental": 10000,
  "estate": {
    "owner": "B2C Estates and Sons",
    "phone": "(7364) 079343",
    "account": "NL86 AMUJ 9303 4156 60"
  },
  "amenities": [
    {
      "code": "OUTDOOR_SEATING",
      "name": "Outdoor seating"
    },
    {
      "code": "OPEN_SPACE",
      "name": "Open space"
    }
  ],
  "imgURL": "amsterdam-6Uf6-XCKJ-qTKq-ISt2-B3SE.jpg"
}