---
title: "Update a specific inventory event details"
method: PUT
path: "/api/inventory-events/{inventoryEventId}/details"
tags: ["Inventory Event Details"]
---

# Update a specific inventory event details

`PUT /api/inventory-events/{inventoryEventId}/details`

## Path parameters

- `inventoryEventId` string, required

## Request body

- InventoryEventDetailsUpdateDto — Details of an inventory event to be updated
  - `externalReferences` object, nullable — Arbitrary key-value-pair like data that can be used to later on search for this line item.

## Response `200`

The inventory event details for the given id

- InventoryEventDetailsDto — Inventory event details. Additional metadata for Inventory Events.
  - `externalReferences` object, nullable — External references associated with this entity.

## Other responses

- `404` — Inventory event details did not exist

---

[API](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi.md) · [All operations](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fulcrumpro/fulcrum-publicapi/versions/1b5649cff14a/schema)
