Actions
Feature #27091
openFeature #22947: CBT Admin API Development
API creation for storing search history
Start date:
09/10/2025
Due date:
09/10/2025 (about 2 months late)
% Done:
100%
Estimated time:
3:00 h
Spent time:
remarks:
DB Changes:
Keys & Permissions:
Areas Affected:
Files Changed:
Files
Updated by Shamini K N 2 months ago
- File clipboard-202509101824-rwvtb.png clipboard-202509101824-rwvtb.png added
- Status changed from In Progress to Fixed not Tested
- % Done changed from 0 to 100
API implemented for saving search history for Approval Flow.
API URL: api/booking-request/save-search-history
Request : {
"identifier" : "1",
"property_type" : "FLIGHT",
"api" : "api/Flight/Search",
"request_type" :"FareChanged",
"message" :"Flight fare changed",
"transaction_id":"10122"
}
Response : {
"success": true,
"message": "Search history saved successfully",
"search_history_id": "1"
}

Actions