OAG API to New Admin API - Migration Table

Which legacy OAGAPI (.NET) endpoints are active vs. deprecated in the new system.

24
Active
18
Deprecated
42
Total
ACTIVE Real DB, functional endpoint DEPRECATED Stub or removed integration NEW Replacement endpoint
A. Active Endpoints (24 of 42)
MethodPathPurposeStatus
GET/api/oag/paxSearch passengers by name, email, or phoneACTIVE
GET/api/oag/paxsegmentGet flight segments for a passenger by indexACTIVE
POST/api/oag/pax/editEdit passenger detailsACTIVE
POST/api/oag/CancellPaxDelete a passenger and associated notesACTIVE
POST/api/oag/addpaxCreate voyage, passengers and segmentsACTIVE
GET/api/oag/DeletePaxDelete passenger by legacy indexACTIVE
GET/api/oag/GetAllPaxWithCodeDossierLook up passengers by dossier / locatorACTIVE
GET/api/oag/segmentsSearch flight segments by airline, flight or airportACTIVE
POST/api/oag/SegmentEditeEdit a flight segment by passenger indexACTIVE
DELETE/api/oag/DeleteSegmentDelete a flight segmentACTIVE
GET/api/oag/GetAllSegmentWithCodeDossierGet segments by dossier codeACTIVE
GET/api/oag/DelayedList flights delayed more than two hoursACTIVE
GET/api/oag/CancelledList recently cancelled flightsACTIVE
GET/api/oag/WithoutNotificationList flights without notification recordsACTIVE
GET/api/oag/ExcelExport voyage data by locator for ExcelACTIVE
POST/api/oag/SaveNoteSave a note attached to a passengerACTIVE
GET/api/oag/GetAllNotesList all notes for a passengerACTIVE
DELETE/api/oag/DeleteNoteById/:idDelete a note by legacy sequence IDACTIVE
POST/api/oag/addUrlSave OAG URL request parametersACTIVE
GET/api/oag/:idGet stored URL config by IDACTIVE
GET/api/oagList all URL configurationsACTIVE
GET/api/oag/fileList uploaded files by container nameACTIVE
GET/api/oag/file/downloadDownload file by redirecting to public URLACTIVE
DELETE/api/oag/file/deleteDelete an upload record by filenameACTIVE
B. Deprecated Endpoints (17 of 42)
MethodPathLegacy behaviourReasonReplacement
GET/api/oag/RegistrationFicheClientQuery FNB registration per FicheClientFNB is no longer integrated-
GET/api/oag/NotificationFicheClientQuery flight notifications for FicheClientFNB notification query was .NET-stack specific-
POST/api/oag/postjsonSubmit client JSON and register on FNBSuperseded by JSON API compat layerPOST /api/client/add
POST/api/oag/updatestatutUpdate legacy statut field on passengerMarked inutile in original .NET source-
POST/api/oag/modifieragenceBulk-modify agency info for passengersAgency-management model not carried forward-
POST/api/oag/StatutDossierUpdateChange dossier statusClaims now use the new workflow modelPATCH /api/v1/admin/claims/{id}
POST/api/oag/SetPaxLanguageStore passenger languageNot carried on the passenger model-
POST/api/oag/SetPaxTCStore passenger terms acceptanceNot carried on the passenger model-
POST/api/oag/SendSMSFicheClientSend SMS from FicheClient UISMS is out of scope for the current product model-
POST/api/oag/SaveLogSMSManually save SMS logSMS log persistence has been removed-
GET/api/oag/GetLogSMSByCellphoneGet SMS logs by phone numberSMS log persistence has been removed-
GET/api/oag/GetLogSMSByBagageAndEmbarquementSMS logs by baggage / boarding categorySMS is out of scope for the current product model-
GET/api/oag/GetRepondPaxForExcelSMS response data for ExcelSMS response tracking not collected-
GET/api/oag/GetRecuWelcomeForExcelWelcome SMS data for ExcelWelcome SMS tracking not collected-
GET/api/oag/NonregisterList FNB-unregistered clientsFNB registration removed-
POST/api/oag/file/uploadUpload to Azure Blob StorageGeneric upload center removed; files are uploaded through avatar and claim-document APIsPOST /api/v1/mobile/profile/avatar
POST /api/v1/mobile/claims/{claimId}/documents
GET/api/oag/GetParameterMessageByTypeMessage template params by typeSMS templates have been replaced by generic notification templates-
Back to API Reference