Update an inventory item
Update inventory item
PUT
https://ris.rightsline.com/v4/inventory/:id
Update the characteristics of a inventory.
Path Parameters
Name | Type | Description |
---|---|---|
id | string | The ID of the inventory to update. |
Headers
Name | Type | Description |
---|---|---|
x-api-key | string | Your company's API key. |
Authentication | string | Authentication token. |
Request Body
Name | Type | Description |
---|---|---|
title | string | The new title of the inventory. |
template | object | The template of the inventory. |
template.templateId | string | The unique ID of the template that is assigned to the inventory. |
characteristics | object | The field values to update on the inventory. |
parentRelationship | array | Create this inventory as a child of other entities. |
Last updated