Update Inventory by ID

Use this API to update the existing inventory. The body of the update request should contain a single object with fields in the same format as the output of the inventory detail endpoint. Only include the fields that need to be updated.

Path Params
string
enum
required

The name property of the schema.

Allowed:
uuid
required

The unique identifier of an inventory record.

Query Params
boolean
Defaults to false

Flag to indicate if this is a primary entity update.

Body Params
inventoryIds
array of uuids
length β‰₯ 1

List of inventory record UUIDs to be updated.

inventoryIds
inventoryRequest
object

The inventory update payload as a JSON object.

Responses

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error

Language
Credentials
OAuth2
Missing 2 required scopes
URL
Response
Choose an example:
application/json
*/*