Skip to:
In “Check in“ application, use the new endpoint (created in MCBFF-37):
POST /circulation-bff/loans/check-in-by-barcode
instead of existing
POST /circulation/check-in-by-barcode
Request body and response structure are the same as in the current mod-circulation’s endpoint.
Permission required to call the new endpoint: circulation-bff.loans.check-in-by-barcode.execute
circulation-bff.loans.check-in-by-barcode.execute
Checked on , works as expected
Deployed to the Ramsons bf env. Moved status to In bugfix review from status Awaiting deployment. Please proceed with the verification.
Not deployed.
Checked on snapshot, works as expected
In “Check in“ application, use the new endpoint (created in MCBFF-37):
POST /circulation-bff/loans/check-in-by-barcode
instead of existing
POST /circulation/check-in-by-barcode
Request body and response structure are the same as in the current mod-circulation’s endpoint.
Permission required to call the new endpoint:
circulation-bff.loans.check-in-by-barcode.execute