Click or drag to resize

GetTransportOrderStatusRequest Class

A request to an endpoint (such as an upper level system, MES, ERP, etc.) to check the status of a particular transport order. A transport order is a directive to move materials / WIP / production units from one location to another.
{
  "TransportOrderId": "TR329483249830000"
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.Materials.TransportGetTransportOrderStatusRequest

Namespace: CFX.Materials.Transport
Assembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntax
public class GetTransportOrderStatusRequest : CFXMessage

The GetTransportOrderStatusRequest type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyTransportOrderId The order number of the related transport order
Top
See Also