Response wrapped in IResult
Removes an inventory role with given id.
Response wrapped in IResult
Gets the details of inventory role.
Entity or Id of the entity.
Response wrapped in IResult
Gets the list of inventory roles filtered by parameters.
Object containing filters for querying alarms.
Response wrapped in IResultList
Updates inventory role data.
Response wrapped in IResult
Generated using TypeDoc
Creates a new inventory role.
const newRole: IIdentified = { name: 'Custom role' }; (async () => { const {data, res} = await inventoryRoleService.create(newRole); })();