Table of Contents

Consumable

ConsumableId : int64Code : stringDescription : stringUnitPrice : decimalNotes : stringIsActive : booleanCreatedOn : datetimeModifiedOn : datetimeVersion : int32PermissionTreeSiteUserUnitOfMeasurementuser rightssitecreated bymodified byunit of measure

Operations

Operation Operation Id Summary Detail
GET GetConsumable

Get a Consumable resource.

View

PATCH UpdateConsumable

Update an existing Consumable resource.

View

DELETE DeleteConsumable

Delete an existing Consumable resource.

View

GET GetConsumableCollection

Get a collection of Consumable resources.

View

POST CreateConsumable

Create a new Consumable resource.

View

GET LookupConsumableChangePermissionTree

Lookup the permission set for changing the Consumable.

View

GET LookupConsumableCurrency

Lookup Currency for the Consumable

View

GET LookupConsumableInsertPermissionTree

Lookup the permission set for creating the Consumable.

View

GET LookupConsumableSite

Lookup the Site for the Consumable.

View

GET LookupConsumableUnitOfMeasurement

Lookup the Unit Of Measurement for the Consumable.

View

GET BatchGetConsumable

Get a collection of Consumable resources for the set of id's.

View

POST BatchCreateConsumable

Create a new collection of Consumable resources.

View

PATCH BatchUpdateConsumable

Update a collection of existing Consumable resources.

View

DELETE BatchDeleteConsumable

Delete a collection of existing Consumable resources.

View

PATCH ChangeConsumableIsActive

Change the IsActive status for an existing Consumable resource.

View

PATCH ChangeConsumablePermissionTree

Change the PermissionTree for an existing Consumable resource.

View

PATCH BatchChangeConsumableIsActive

Change the IsActive status for a collection of existing Consumable resources.

View

PATCH BatchChangeConsumablePermissionTree

Change the PermissionTree status for a collection of existing Consumable resources.

View