v1
latestOpenAPI 3.0.02026-07-13483586.3 KBOffices
Create a new office
post/offices
Request body
Example request
{
"coordinates": {
"latitude": 52.52,
"longitude": 13.405
},
"amenities": [
{
"code": "parking",
"name": "PARKING"
}
]
}Response
Office created successfully
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"
}