Sent when material is unapplied or removed from a production unit, as in the case
            of paste being wiped clean, for example.
            
{
  "TransactionId": "f5f4d00c-c346-4a5b-a98c-4be22aec2d49",
  "UnappliedMaterials": [
    {
      "UnitIdentifier": "PANEL23423432",
      "UnitPositionNumber": 1,
      "QuantityUninstalled": 3.55,
      "Material": {
        "UniqueIdentifier": "MAT4566556456",
        "InternalPartNumber": "IPN47788",
        "Quantity": 887.0
      },
      "UninstalledComponents": []
    },
    {
      "UnitIdentifier": "PANEL23423432",
      "UnitPositionNumber": 2,
      "QuantityUninstalled": 3.55,
      "Material": {
        "UniqueIdentifier": "MAT4566556456",
        "InternalPartNumber": "IPN47788",
        "Quantity": 887.0
      },
      "UninstalledComponents": []
    }
  ]
} Inheritance Hierarchy
Inheritance Hierarchy CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
 Syntax
Syntaxpublic class MaterialsUnapplied : CFXMessage
Public Class MaterialsUnapplied
	Inherits CFXMessage
The MaterialsUnapplied type exposes the following members.
 Constructors
Constructors Properties
Properties|  | Name | Description | 
|---|
|  | TransactionId | The id of the work transaction with which this message is associated. | 
|  | UnappliedMaterials | A list of materials which have been uninstalled. | 
Top See Also
See Also