Marks a session’s deposit as paid and confirms the session
cURL
curl --request POST \ --url http://localhost:3000/api/bookings/mark-session-deposit-paid \ --header 'Content-Type: application/json' \ --data ' { "bookingId": "<string>", "sessionNumber": 123 } '
{ "success": true }
The ID of the booking
The number of the session to mark deposit as paid
Deposit marked as paid successfully
Whether the operation was successful