[Koha-bugs] [Bug 29668] Add API route to create a basket

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 9 08:27:42 CET 2021


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

--- Comment #1 from Julian Maurice <julian.maurice at biblibre.com> ---
Created attachment 128371
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=128371&action=edit
Bug 29668: Add API route to add a basket

Example usage:

POST /api/v1/acquisitions/baskets

{
    "vendor_id": 1,
    "name": "Basket #1",
}

Test plan:
1. Try requesting this endpoint with your favorite API tool
   (I recommend https://github.com/frigus02/RESTer)
2. Run `prove t/db_dependent/api/v1/acquisitions_baskets/post.t`

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list