reprint

Description

Reprint a recently printed job or range of labels within the job. You can specify the range of labels within the job, the quantity, and the device to use.  

URL

http://<Server IP>:8080/spectrum-server/rest/reprint?referenceJobID=<referenceJobID>  

Version

   
Parameters

referenceJobID (long) - Spectrum job ID.

Required

 

folderURL (strong) - Fully-qualified name within Spectrum for a folder.

Optional

 

destinationOverride (string) - Fully-qualified name within Spectrum for a device.

Optional

 

pjdID (long) - Spectrumprint job detail ID.

Optional

 

labelRanges (string) - A set of label ranges to reprint in a multi-label or quantity reprint.

Optional

 

targetProcess (string) - Fully-qualified name within Spectrum for a process.

Optional

Returns

 

Method Signature

{[POST, GET] [/reprint]} public String reprintJob(

@RequestParam(value = "referenceJobID", required = true) final Long referenceJobID,

@RequestParam(value = "folderURL", required = false) final String folderURL,

@RequestParam(value = "destinationOverride", required = false) final String destinationOverride,

@RequestParam(value = "pjdID", required = false) final Long pjdID,

@RequestParam(value = "labelRanges", required = false) final String labelRanges,

@RequestParam(value = "targetProcess", required = false) final String targetProcess)

Request

Copy
GET
http://<Server IP>:8080/spectrum-server/rest/reprint?referenceJobID=<referenceJobID>&pjdID=<pjdID>&targetProcess=<targetProcess>
Copy
POST
http://<Server IP>:8080/spectrum-server/rest/reprint?referenceJobID=<referenceJobID>&pjdID=<pjdID>&targetProcess=<targetProcess>

Response

Copy