Skip to main content

PackNet Online Documentation

Production Trigger Endpoint - Production Group

Sends Production Group information associated with the packaging solution to be produced. This allows the LPN to exist in multiple Production Groups. This will trigger orders in a Production Group with a matching LPN to produce in their designated Production Group.

[PUT] https://api.prod1.packnet.app/Production/v1/ProductionGroup/{productionGroupId}/trigger

Status Codes
  • 200 OK: Command received and processed.

  • 204 No content: There was no content to send.

  • 400 Bad request: The request cannot be processed due to apparent client error.

  • 401 Unauthorized: Access denied due to invalid subscription key.

  • 500 Internal server error: The server does not know how to process the request.

Query Parameters

  • productionGroupId - String GUID (can be found on the Production Group Configuration page in PackNet)

[
  "420974798",   
  "420974799",
  "420974801",
]

The response for this API will be the applicable status code from the list above. There is no responsebody.