CFX. |
Class | Description | |
---|---|---|
![]() | ValidateOperatorRequest |
Request that an operator take action now or be responsible for a process endpoint.
The opposite endpoint can accept or reject this. Can be used if the MES has
advanced user management. Multiple operators must be requested separately.
{ "Operator": { "OperatorIdentifier": "42b7a5cc-3bbd-4010-8a01-1c5851b9a2a3", "ActorType": "Human", "LastName": "Smith", "FirstName": "Bill", "LoginName": "bill.smith@domain1.com" } } |
![]() | ValidateOperatorResponse |
Response to a request that the operator's login was successful or not.
{ "Result": { "Result": "Success", "ResultCode": 0, "Message": "OK" } } |