action exlibrisgroup_post_almaws_v1_task_lists_rs_lending_requests { label: "Act on Lending Requests" description: "This API preforms the requested action on a list (specified by given filters) of lending requests in Alma" provider: exlibrisgroup method: POST path: "/almaws/v1/task-lists/rs/lending-requests" encoding: json input: { type: "object" properties: { library: { type: "string" } op: { type: "string" } partner: { type: "string" } printed: { type: "string" } reported: { type: "string" } requested_format: { type: "string" } status: { type: "string" } supplied_format: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }