Patches an existing inventory item. Currently supports Drug and Supply inventory items.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

The requested API version

Body Params

The request containing inventory item information to update.

The request model for updating an existing inventory item.
Exactly one of Drug or Supply must be provided.

int64 | null
≥ 1

The ID of the inventory item to update. Required.

string | null

The Unique external reference key for the inventory item. This is required if InventoryItemId is not provided. This is only used for identification purposes.
If multiple items share the same ExternalRefKey, the update will execute on the latest created item.

drug
object

The request model for updating an existing drug inventory item.
Note: ItemType_Id cannot be changed after creation.

supply
object

The request model for updating an existing supply inventory item.
Note: ItemType_Id cannot be changed after creation.

Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json