https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24609

            Bug ID: 24609
           Summary: Add routes for getting and setting checkout due date
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: REST API
          Assignee: [email protected]
          Reporter: [email protected]

To allow the work in bug 24608 to proceed, we need an API route to allow the
setting of a checkout's due date. I will add a GET route also.

The proposed endpoints are:

Return a checkout's due date:
Method: GET
URL: /checkouts/{checkout_id}/date_due

Set a checkout's due date:
Method: POST
URL: /checkouts/{checkout_id}/date_due
Body: { date_due: '2020-02-07 10:49:08' }

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to