InventoryItem

View inventory item

Find a single inventory item by ID.

get/v1/InventoryItem/{id}

Path parameters

idinteger required

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

Response

OK

okboolean
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.

Changes

No recorded changes to this endpoint across all 1 revision of this API.