Click or drag to resize

GetTransportOrderStatusResponse Class

A response to a request to an endpoint (such as an upper level system, MES, ERP, etc.) to check the status of a particular transport order.
{
  "Result": {
    "Result": "Success",
    "ResultCode": 0,
    "Message": "OK"
  },
  "TransportOrderId": "TR329483249830000",
  "FinalDestination": "LINE 1",
  "Status": "Delivered",
  "History": [
    {
      "EventDateTime": "2017-11-01T11:55:00",
      "Status": "Kitting",
      "Operator": {
        "OperatorIdentifier": "BADGE4485",
        "ActorType": "Human",
        "LastName": "Smith",
        "FirstName": "Bill",
        "LoginName": "bill.smith@domain1.com"
      },
      "Location": "STOCK ROOM 1",
      "Comments": null
    },
    {
      "EventDateTime": "2017-11-01T14:25:00",
      "Status": "Kitted",
      "Operator": {
        "OperatorIdentifier": "BADGE4485",
        "ActorType": "Human",
        "LastName": "Smith",
        "FirstName": "Bill",
        "LoginName": "bill.smith@domain1.com"
      },
      "Location": "STOCK ROOM 1",
      "Comments": null
    },
    {
      "EventDateTime": "2017-11-01T15:45:00",
      "Status": "InTransit",
      "Operator": {
        "OperatorIdentifier": "BADGE4485",
        "ActorType": "Human",
        "LastName": "Smith",
        "FirstName": "Bill",
        "LoginName": "bill.smith@domain1.com"
      },
      "Location": "STOCK ROOM 1",
      "Comments": null
    },
    {
      "EventDateTime": "2017-11-01T16:55:00",
      "Status": "InTransit",
      "Operator": {
        "OperatorIdentifier": "BADGE4486",
        "ActorType": "Human",
        "LastName": "Doe",
        "FirstName": "John",
        "LoginName": "john.doe@domain1.com"
      },
      "Location": "SMT STAGING AREA 1",
      "Comments": null
    },
    {
      "EventDateTime": "2017-11-01T17:22:00",
      "Status": "Delivered",
      "Operator": {
        "OperatorIdentifier": "BADGE4487",
        "ActorType": "Human",
        "LastName": "Dolittle",
        "FirstName": "Mike",
        "LoginName": "mike.dolittle@domain1.com"
      },
      "Location": "LINE1",
      "Comments": null
    }
  ]
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.Materials.TransportGetTransportOrderStatusResponse

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

The GetTransportOrderStatusResponse type exposes the following members.

Constructors
 NameDescription
Public methodGetTransportOrderStatusResponse Default constructor
Top
Properties
 NameDescription
Public propertyFinalDestination The final destination of this transport order
Public propertyHistory The history of this transport order
Public propertyResult The result of the request
Public propertyStatus The current status of this transport order
Public propertyTransportOrderId The order number of the related transport order
Top
See Also