MovementEvent JSON Schema
- Last UpdatedNov 13, 2025
- 2 minute read
| Name | Description | Data Type |
|---|---|---|
| Id | The unique identifier for a record in the database. | integer |
| SamplePeriod | The date and time the record is created in the process. This can be different from the CreatedDate Time. | string |
| Location | The hierarchy location to which the record is created. | string |
| LocationIdentifier | The unique identifier for a reporting point from an external system. | string |
| Finalized | A flag indicating if a movement event has been finalized. Finalized data cannot be changed. | boolean |
| HasError | A flag indicating if a movement event has any errors and hence cannot be processed. | boolean |
| IsDeleted | A flag indicating if a record has been deleted. | boolean |
| SourceEquipment | The name of the source equipment to which the material is moved from. | string |
| SourceEquipmentIdentifier | The unique identifier of the equipment to which the material is moved from. | string |
| SourceMaterialClass | The name of the material class to which the source material belongs. | string |
| SourceMaterialClassIdentifier | The unique identifier from an external system for the material class to which the source material belongs. | string |
| SourceMaterial | The name of the source material at the source location. | string |
| SourceMaterialIdentifier | The unique identifier from an external system for the material at the source location. | string |
| SourceLotGroup | The lot group to which the material is sourced from during the material movement. | string |
| SourceLot | The name of the source lot to which the material is moved from. | string |
| SourceQuantity | The quantity of material at the source location. | number |
| DestinationEquipment | The name of the destination work center. | string |
| DestinationEquipmentIdentifier | The unique identifier from an external system for the destination equipment. | string |
| DestinationMaterialClass | The name of the material class to which the destination material belongs. | string |
| DestinationMaterialClassIdentifier | The unique identifier from an external system for the material class to which the destination material belongs. | string |
| DestinationMaterial | The name of the material that is moved into the destination location. | string |
| DestinationMaterialIdentifier | The unique identifier from an external system for the material that is moved into the destination location. | string |
| DestinationLotGroup | The lot group to which the material is moved into during a material movement. | string |
| DestinationLot | The name of the destination lot to which the material is moved into. | string |
| DestinationQuantity | The quantity of material at the destination location. | number |
| SourceUnits | The units of the material moved from the source location. | string |
| DestinationUnits | The units of the material moved into the destination location. | string |
| MovementType | The type of movement made, which can be auto, manual, or adjustment. | string |
| MovementDirection | The direction of the material movement, which can be inbound or outbound. | string |
| SampleIdentifier | The identifier for movements that the application matches with a unique RecordIdentifier field on a Quality record. | string |
| RecordIdentifier | A unique identifier defined externally to identify a movement. | string |
| RecordDateTime | The record creation timestamp provided by an external system to check if the application recognizes the latest value for the record. | string |
| Fields | The custom fields. | object |