Bug 33709

Summary: Add override options to checkouts endpoint(s)
Product: Koha Reporter: Martin Renvoize (ashimema) <martin.renvoize>
Component: REST APIAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P5 - low CC: andrew, jzairo, tomascohen
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34526
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 23336    
Bug Blocks: 33712    

Description Martin Renvoize (ashimema) 2023-05-10 09:53:58 UTC
I stripped out the local overrides when creating a checkouts POST route.. we should add them back in using the accepted x-koha-overrides method.
Comment 1 Martin Renvoize (ashimema) 2023-05-10 10:02:56 UTC
There's things in the original patch I didn't understand so will need a bit of help unpicking.

* ? inprocess ?
* due_date override
* ignore_reserves
* cancel_reserves
* issue_date
* sipmode
Comment 2 Andrew Fuerste-Henry 2025-03-28 16:16:01 UTC
We've got a partner who wants to use CheckPrevCheckout for staff checkouts but override it via the API. Would that be covered by this bug, or should I file something separate?