Routing
        details_societe
        Matched route
    
Route Parameters
| Name | Value | 
|---|---|
| codeFirme | "MA9052993" | 
            
Route Redirection
This page redirects to:
        /login
        (route: "n/a")    
Route Matching Logs
    Path to match: 
/DetailsFirme/up/MA9052993
| # | Route name | Path | Log | 
|---|---|---|---|
| 1 | app_admin | /admin | Path does not match | 
| 2 | app_customer | /customer | Path does not match | 
| 3 | home | / | Path does not match | 
| 4 | app_non_profession_lib | /nonFirmePL/up | Path does not match | 
| 5 | app_non_societe | /nonFirme/up | Path does not match | 
| 6 | insert_nonFirmeUp | /nonFirmeUp/insert | Path does not match | 
| 7 | insert_nonFirmeUpPL | /PlNonFirmeUp/insert | Path does not match | 
| 8 | insert_PlFirmeUp | /PlFirmeUp/insert | Path does not match | 
| 9 | app_firme_up | /firme/up/{codeFirme} | Path does not match | 
| 10 | insert_firmeUp | /firmeUp/insert | Path does not match | 
| 11 | fiches | /fiches | Path does not match | 
| 12 | nonfiches | /nonfiches | Path does not match | 
| 13 | app_firme_delete | /firme/delete/{codeFirme} | Path does not match | 
| 14 | app_nonFirme_delete | /nonFirme/delete/{userId} | Path does not match | 
| 15 | api_quartiers | /api/quartiers/{codeVille} | Path does not match | 
| 16 | api_code_postal | /api/code-postal/{codeQuartier} | Path does not match | 
| 17 | app_reb_productSearch | /rebrique/productSearch | Path does not match | 
| 18 | app_kompass_productSearch | /rebrique/productKompassSearch | Path does not match | 
| 19 | app_reb_secteurs | /rebrique/secteurs | Path does not match | 
| 20 | wproduit_ajouter | /firme/wproduitAjouter | Path does not match | 
| 21 | app_wproduitSupprimer | /firme/wproduitSupprimer | Path does not match | 
| 22 | wproduit_ajouter_user | /firme/wproduitAjouterUserId | Path does not match | 
| 23 | app_wproduitSupprimerUser | /firme/wproduitSupprimerUser | Path does not match | 
| 24 | reload_table | /reload-table | Path does not match | 
| 25 | reload_user_table | /reload-usertable | Path does not match | 
| 26 | reload_kompasstable | /reload-kompasstable | Path does not match | 
| 27 | reload_user_kompasstable | /reload-userkompasstable | Path does not match | 
| 28 | kproduit_ajouter | /firme/kproduitAjouter | Path does not match | 
| 29 | app_kproduitSupprimer | /firme/kproduitSupprimer | Path does not match | 
| 30 | kproduit_ajouter_user | /firme/kproduitAjouterUserId | Path does not match | 
| 31 | app_kproduitSupprimerUser | /firme/kproduitSupprimerUser | Path does not match | 
| 32 | details_non_profession_lib | /nonFirmePL/up/{userId} | Path does not match | 
| 33 | details_non_societe | /DetailsNonFirme/up/{userId} | Path does not match | 
| 34 | insert_details_nonFirmeUp | /DetailsNonFirmeUp/insertDetails | Path does not match | 
| 35 | insert_details_nonFirmeUpPL | /PlNonFirmeUp/insertDetails | Path does not match | 
| 36 | promouvoir_utilisateur | /promouvoir-utilisateur/{userId} | Path does not match | 
| 37 | details_profession_lib | /DetailsFirmePL/up/{codeFirme} | Path does not match | 
| 38 | details_societe | /DetailsFirme/up/{codeFirme} | Route matches! | 
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.