Cancel Quantity Notifications
This section shows the messages that edinn send with the quantity cancellation, both for prduction, scrap, rework and consumption (ISA-95 compliant, for more information please read the B2MML document).
Cancel production:
To cancel a production performance, there is a section called Any after the MaterialActual.
UserArea: cutomizable section to add specific information.
- Notified:
- ID: Identifies the record to remove in the subscriber.
- SubLotID: Identifies the record in edinn to be cancelled.
{ "CancelProductionPerformance": { "ApplicationArea": { "Sender": { "LogicalID": "20200526172352AABCENTRAL", "ComponentID": "EDINNM2", "ConfirmationCode": "Always" }, "CreationDateTime": "2020-05-26T17:23:52" }, "DataArea": { "Cancel": [], "ProductionPerformance": { "ProductionResponse": { "ProductionRequestID": "2020040102", "SegmentResponse": { "ID": "10", "ProcessSegmentId": "TSPR20200526104816ABQCENTRAL", "ActualStartTime": [], "ActualEndTime": "2020-05-26T10:48:15", "MaterialActual": { "MaterialDefinitionID": "BB0932428102-4351", "MaterialLotID": [], "MaterialSubLotID": [], "Location": { "EquipmentID": "PBPACKAGING", "EquipmentElementLevel": "Enterprise" }, "MaterialUse": "Produced", "Quantity": { "QuantityString": "0,100", "DataType": "double", "UnitOfMeasure": "MI" } }, "Any": { "UserArea": { "Notified": { "ID": "1590491974.5437", "SubLotID": "20200526104816ABQCENTRAL" } } } } } } } } } |