Inventory
Create an Inventory
this operation creates a new inventory
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Unique identifier for the entity
the inventory name
flag if the inventory is the default one
the inventory resources list
the inventory description
Response
201
application/json
inventory created
Unique identifier for the entity
the inventory name
flag if the inventory is the default one
the inventory resources list
the inventory description