Project

General

Profile

Actions

Feature #27091

open

Feature #22947: CBT Admin API Development

API creation for storing search history

Added by Shamini K N 2 months ago. Updated 2 months ago.

Status:
Fixed not Tested
Priority:
Normal
Assignee:
Target version:
-
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

clipboard-202509101824-rwvtb.png (54.9 KB) clipboard-202509101824-rwvtb.png Shamini K N, 09/10/2025 06:24 PM
Actions #1

Updated by Shamini K N 2 months ago

  • Status changed from Assigned to In Progress
Actions #2

Updated by Shamini K N 2 months ago

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

Also available in: Atom PDF