Start
This resource represents various types of machine start requests.
Operations
Request a machine start
This will send a start request to the reader, but will not start the machine. User confirmation is required on the reader before the machine will start.
Request
Request Body
Response
POST /api/Start
Example requesting a machine start of Machine ID of 123
{
"Type": "3",
"Code": "123"
}Example requesting a machine start of Machine ID of 123 associated with WDF order ID 456
{
"Type": "4",
"Code": "123",
"WdfOrderID": "456"
}