Close a voucher session — prevents new vouchers from being reserved.
POST /api/v1/vouchers/sessions/:sessionId/session-close
Close the session once all vouchers within it have been resolved. This finalizes the session; no new vouchers can be reserved in a closed session.
Parameters
Path
Body
No body parameters required.Request example
Response
Response schema
Returns the updated session object with statusCLOSED.