Description

A Material Consumption Event records the consumption of inventory at a specific Location. It can represent the consumption of a bulk material linked to an Item Specification, or a serialised Item. The event may optionally be associated with a Bill Of Material Entry and a parent Item that the consumed material was used to build.

Properties

Property NameProperty TypeNullableDescription
idGuidfalseThe unique identifier of the Material Consumption Event.
locationIdGuidfalseThe unique identifier of the Location where the consumption occurred.
locationLocationtrueThe Location where the consumption occurred.
parentItemIdGuid?trueThe unique identifier of the parent Item that was built using the consumed material.
parentItemItemtrueThe parent Item that was built using the consumed material.
consumedQuantitydoublefalseThe quantity of the material or item that was consumed.
billOfMaterialEntryIdGuid?trueThe unique identifier of the Bill Of Material Entry associated with this consumption, if applicable.
billOfMaterialEntryBillOfMaterialEntrytrueThe Bill Of Material Entry associated with this consumption, if applicable.
consumedItemIdGuid?trueThe unique identifier of the serialised Item that was consumed, if applicable.
consumedItemItemtrueThe serialised Item that was consumed, if applicable.
itemSpecificationIdGuid?trueThe unique identifier of the Item Specification of the material consumed, if applicable.
createdByGuidfalseThe unique identifier of the user who recorded the Material Consumption Event.
createdAtDateTimefalseThe date and time the Material Consumption Event was created.
attributesJsonDocumenttrueA flexible JSON object for storing additional user-defined attributes of the Material Consumption Event.