Click or drag to resize

UnblockMaterialsRequest Class

A request to unblock one or more particular lots or instances of material from use in production.
{
  "Locations": [
    {
      "LocationIdentifier": "23143433",
      "LocationName": "SLOT45",
      "MaterialPackage": null,
      "CarrierInformation": null
    },
    {
      "LocationIdentifier": "23143454",
      "LocationName": "SLOT46",
      "MaterialPackage": null,
      "CarrierInformation": null
    }
  ]
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.Materials.ManagementUnblockMaterialsRequest

Namespace: CFX.Materials.Management
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class UnblockMaterialsRequest : CFXMessage

The UnblockMaterialsRequest type exposes the following members.

Constructors
 NameDescription
Public methodUnblockMaterialsRequest Default constructor
Top
Properties
 NameDescription
Public propertyComments Human readable comments describing the nature of the block (optional)
Public propertyMaterialPackageIdentifiers A list of the unique identifiers of the material packages to be blocked
Public propertyUnblocker The person responsible for removing the block (optional)
Top
See Also