Create a new inventory action

Creates a new action document in the inventory management system.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Path parameters

inventoryIdentifierstringRequired
Inventory ID or name

Request

request body
namestringOptional>=1 character
The name of the action
action_typeenumOptional
The type of action that determines how it will be executed
Allowed values:
action_configobjectOptional
Configuration settings for the action
action_parametersobjectOptional
Runtime parameters for the action execution

Response

Response from creating an action
statusstring
resultobject
The created action document
messagestring
Success message

Errors

500
Internal Server Error