Click or drag to resize

UnblockMaterialLocationsRequest Class

Sent to a process endpoint to release a material locations block which was put into place by a previously sent BlockMaterialLocationsRequest
{
  "Locations": [
    {
      "LocationIdentifier": "23143433",
      "LocationName": "SLOT45",
      "MaterialPackage": null,
      "CarrierInformation": null
    },
    {
      "LocationIdentifier": "23143454",
      "LocationName": "SLOT46",
      "MaterialPackage": null,
      "CarrierInformation": null
    }
  ]
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ProductionUnblockMaterialLocationsRequest

Namespace: CFX.Production
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class UnblockMaterialLocationsRequest : CFXMessage

The UnblockMaterialLocationsRequest type exposes the following members.

Constructors
 NameDescription
Public methodUnblockMaterialLocationsRequest Default constructor
Top
Properties
 NameDescription
Public propertyLocations A list of locations to be unblocked
Top
See Also