Create an inventory item
Create inventory
Headers
Name
Type
Description
Request Body
Name
Type
Description
14462{
"message": "TemplateId is required"
}Sample Request
{
"title": "My New Inventory",
"template": {
"templateId": 1
},
"characteristics": {
"notes": "This is a great new inventory!"
},
"parentRelationship": [
{
"parentCharTypeId": 17,
"parentRecordId": 100
}
]
}Last updated
Was this helpful?

