GetTransportOrderStatusResponse Class |
[This is preliminary documentation and is subject to change.]
{
"Result": {
"Result": "Success",
"ResultCode": 0,
"Message": "OK"
},
"TransportOrderNumber": "TR329483249830000",
"FinalDestination": "LINE 1",
"Status": "Delivered",
"History": [
{
"EventDateTime": "2017-11-01T11:55:00",
"Status": "Kitting",
"Operator": {
"OperatorIdentifier": "2252e28d-102c-4ec1-9f14-1981c1191b95",
"ActorType": "Human",
"FullName": "Bill Smith",
"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": "2252e28d-102c-4ec1-9f14-1981c1191b95",
"ActorType": "Human",
"FullName": "Bill Smith",
"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": "2252e28d-102c-4ec1-9f14-1981c1191b95",
"ActorType": "Human",
"FullName": "Bill Smith",
"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": "957cc475-bd65-4289-9c7a-1a89aa9adaed",
"ActorType": "Human",
"FullName": "John Doe",
"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": "b776aee6-0462-4a7d-9976-158a342f898c",
"ActorType": "Human",
"FullName": "Mike Dolittle",
"LastName": "Dolittle",
"FirstName": "Mike",
"LoginName": "mike.dolittle@domain1.com"
},
"Location": "LINE1",
"Comments": null
}
]
}Namespace: CFX.Materials.Transport
The GetTransportOrderStatusResponse type exposes the following members.
| Name | Description | |
|---|---|---|
| FinalDestination |
The final destination of this transport order
| |
| History |
The history of this transport order
| |
| Result |
The result of the request
| |
| Status |
The current status of this transport order
| |
| TransportOrderNumber |
The order number of the related transport order
|