action exlibrisgroup_post_almaws_v1_task_lists_printouts_printout_id { label: "Printout Service" description: "This API operates on an printout. given a Printout ID." provider: exlibrisgroup method: POST path: "/almaws/v1/task-lists/printouts/{printout_id}" encoding: json input: { type: "object" properties: { op: { type: "string" } printout_id: { type: "string" } } required: ["op", "printout_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }