...
- POST /circulation/renew-by-barcode
- POST /circulation/renew-by-id
These would respectively becomeFor bulk renewals a single endpoint could be used:
- POST /circulation/renew-by-barcode-batchPOST /circulation/renew-by-id-batch
These endpoints This endpoint would follow a similar design structure as to those described here:
...