Skip to main content
POST
/
place
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "identifier": "<string>",
  "name": "<string>",
  "location": {
    "name": "<string>",
    "viewport": {
      "south": 123,
      "west": 123,
      "north": 123,
      "east": 123
    },
    "coordinates": {
      "lat": 123,
      "lng": 123
    }
  },
  "subTenantId": "<string>",
  "tenantId": "<string>",
  "capacity": 123,
  "description": "<string>",
  "inventory": [
    {
      "identifier": "<string>",
      "name": "<string>",
      "description": "<string>",
      "serialNumber": "<string>",
      "category": "<string>",
      "count": 123
    }
  ],
  "deletedAt": "2023-11-07T05:31:56Z",
  "isDeleted": true
}

Body

name
string | null
description
string | null
location
object
capacity
integer
tenantId
string | null
subTenantId
string | null

Response

Created

id
string<uuid>
createdAt
string<date-time>
updatedAt
string<date-time>
identifier
string | null
name
string | null
location
object
subTenantId
string | null
tenantId
string | null
capacity
integer
description
string | null
inventory
object[] | null
deletedAt
string<date-time> | null
isDeleted
boolean