Click or drag to resize

UnblockMaterialsResponse Class

Response to a request to unblock one or more particular lots or instances of material from use in production.
{
  "Result": {
    "Result": "Success",
    "ResultCode": 0,
    "Message": "BLOCKED OK"
  }
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.Materials.ManagementUnblockMaterialsResponse

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

The UnblockMaterialsResponse type exposes the following members.

Constructors
 NameDescription
Public methodUnblockMaterialsResponse Default constructor
Top
Properties
 NameDescription
Public propertyResult The result of the request
Top
See Also