Create an inventory item
Create inventory
POST
https://ris.rightsline.com/v4/inventory
This endpoint allows you to create an inventory record.
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 title of the new inventory item. |
template | object | The template to assign the new inventory item. |
template.templateId | integer | The template ID to assign the new inventory item. |
characteristics | object | The field values of the new inventory item. |
parentRelationship | array | The parent entities of the new inventory item. |
Sample Request
Last updated