v1

latestOpenAPI 3.0.12026-08-0688138402.2 KB
Print client

Create a print job batch

Creates a batch of prints jobs to be printed in the specified order on a specified host.

Related articles:

post/print_jobs/batch

Request body

host_namestring required

The name of the computer/host to print at.

Example request

{
  "host_name": "WAREHOUSE-PC-01",
  "print_jobs": [
    {
      "document_id": 11460,
      "document_type": "shipment",
      "printer_name": "GK420D",
      "label_format": "10x19_zpl"
    }
  ]
}

Response

Successful.

successboolean

Identicates if the creation of print job batch was successful or not