Skip to main content
PUT
/
inventory
/
{roomId}
/
{inventoryItemIdentifier}
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "identifier": "<string>",
  "name": "<string>",
  "description": "<string>",
  "tenantId": "<string>",
  "subTenantId": "<string>",
  "placeIdentifier": "<string>",
  "inventory": [
    {
      "identifier": "<string>",
      "name": "<string>",
      "description": "<string>",
      "serialNumber": "<string>",
      "category": "<string>",
      "count": 123
    }
  ],
  "deletedAt": "2023-11-07T05:31:56Z",
  "isDeleted": true
}

Path Parameters

roomId
string<uuid>
required
inventoryItemIdentifier
string
required

Body

name
string | null
description
string | null
serialNumber
string | null
category
string | null

Response

OK

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