action exlibrisgroup_post_almaws_v1_task_lists_requested_resources { label: "Act on Requested Resources" description: "This API performs an action on requested resources that are on the shelf in Alma" provider: exlibrisgroup method: POST path: "/almaws/v1/task-lists/requested-resources" encoding: json input: { type: "object" properties: { circ_desk: { type: "string" } library: { type: "string" } location: { type: "string" } op: { type: "string" } pickup_inst: { type: "string" } printed: { type: "string" } reported: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }