create_print_job
Send a document URL to a specific printer for output. Returns job details including ID and status.
Instructions
Create a new print job in BizPrint. Sends a document URL to a specific printer for printing. Returns the created job details including id and status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| printerId | Yes | The ID of the printer to send the job to | |
| url | Yes | The URL of the document to print | |
| description | Yes | A description for this print job | |
| printOption | No | Optional print settings (e.g., copies, paper size) |