Click or drag to resize

GetTransportOrderStatusRequest Class

[This is preliminary documentation and is subject to change.]

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.
{
  "TransportOrderNumber": "TR329483249830000"
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.Materials.TransportGetTransportOrderStatusRequest

Namespace:  CFX.Materials.Transport
Assembly:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntax
public class GetTransportOrderStatusRequest : CFXMessage

The GetTransportOrderStatusRequest type exposes the following members.

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