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

--- Comment #7 from Martin Renvoize (ashimema) 
<[email protected]> ---
Created attachment 186442
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=186442&action=edit
Bug 40808: Add account_lines embedding support to POST /holds endpoint

Adds x-koha-embed parameter to the POST /holds endpoint to allow
embedding account_lines in the response when creating a hold.

This enables API consumers to immediately see any charges/fees
that are created as part of the hold placement process in a
single API call.

Usage:
  POST /api/v1/holds
  x-koha-embed: account_lines

The response will include any account lines (fees) automatically
created during hold placement, such as hold placement fees.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
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