Actions
Feature #28195
openFeature #22947: CBT Admin API Development
New API for resend approval and cancel booking
Start date:
10/08/2025
Due date:
10/08/2025 (46 days late)
% Done:
100%
Estimated time:
4:00 h
Spent time:
remarks:
DB Changes:
Keys & Permissions:
Areas Affected:
Files Changed:
Updated by Shamini K N about 2 months ago
- Subject changed from New API for resend for approval and cancel approval to New API for resend approval and cancel approval
Updated by Shamini K N about 2 months ago
- Status changed from Assigned to In Progress
Updated by Shamini K N about 2 months ago
- Subject changed from New API for resend approval and cancel approval to New API for resend approval and cancel booking
- Status changed from In Progress to Fixed not Tested
- % Done changed from 0 to 100
Resend approval and cancel booking api development completed
Resend Approval API
API URL: api/booking-request/resend-approval/1
REQUEST:
{
"reason_for_resend" : "Flight fare changes 100 KWD to 200 KWD"
}
Cancel Booking API
API URL: api/booking-request/cancel-booking/2
REQUEST:
{
"reason_for_cancel" : "Date extended for meeting"
}
Approval flow code corrected in cbt admin
Actions