Production Trigger Endpoint - Machine Group
Releases all jobs matching the provided license plate numbers and assigns them to the given machine group.
[PUT] https://api.prod1.packnet.app/Production/v1/{machineGroupId}/trigger
Status Codes
200 OK: Command received and processed.
204 No content: There was no content to send.
401 Unauthorized: Access denied due to invalid subscription key.
500 Internal server error: The server does not know how to process the request.
Request
Body: An array of license plate numbers.
MachineGroupId: String GUID.
Response
The response for this API will be the applicable status code from the list above. There is no response body.