v1

latestOpenAPI 3.0.02026-07-263403911.5 MB
InventoryItem

Replace inventory item

Replace an existing inventory item.

put/v1/InventoryItem/{id}

Path parameters

idinteger required

Format - int32. ID of the inventory item to replace.

Request body

inventory_item_idinteger

Primary identifier for this inventory item.

inventory_type_idinteger

Primary identifier for the type of inventory this item is.

identifierstring

Associated string identifier for the inventory item.

customer_idinteger

Foreign identifier for the customer associated with the inventory item.

created_datestring date-time

The date that the inventory item was created in the system.

created_byinteger

The foreign identifier of the user that created the inventory item.

status'AVAILABLE' | 'UNAVAILABLE' | 'ASSIGNED'

Status of the inventory item.

inventory_item_unavailable_reason_idinteger

Foreign identifier indicating the unavailable reason of this inventory item.

notestring

Comments or notes about the inventory item for internal use.

Response

OK

okboolean