Routing
api_offres_d_un_devis
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "fr" |
| idDevis | "157" |
Route Matching Logs
Path to match:
/fr/api/offre-d-un-devis/157
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_login | /{_locale}/api/login | Path does not match |
| 2 | api_register | /{_locale}/api/register | Path does not match |
| 3 | api_creer_compte_professionel | /{_locale}/api/creer-compte-professionnel | Path does not match |
| 4 | api_toutes_les_categories_entreprises | /{_locale}/api/toutes-les-categories-entreprises | Path does not match |
| 5 | api_une_categorie_entreprise | /{_locale}/api/une-categorie-entreprise/{id} | Path does not match |
| 6 | api_prestataire_d_une_categorie | /{_locale}/api/prestataires-d-une-categorie/{idCategorie} | Path does not match |
| 7 | api_request_delete_my_account | /{_locale}/api/request-delete-my-account | Path does not match |
| 8 | api_confirm_delete_my_account | /{_locale}/api/confirm-delete-my-account | Path does not match |
| 9 | api_delete_my_account | /{_locale}/api/delete-my-account/{idUser}/{plateforme} | Path does not match |
| 10 | api_enregistrer_une_entreprise | /{_locale}/api/enregistrer-une-entreprise/{idUser} | Path does not match |
| 11 | api_un_prestataire | /{_locale}/api/un-prestataire/{id} | Path does not match |
| 12 | api_nouveau_devis | /{_locale}/api/nouveau-devis/{idUser}/{fromABoutique}/{boutique} | Path does not match |
| 13 | api_faire_une_offre | /{_locale}/api/faire-une-offre/{idDevis}/{idPrestataire}/{idUser} | Path does not match |
| 14 | api_choisir_offre | /{_locale}/api/choisir-offre/{idOffreDevis}/{idUser} | Path does not match |
| 15 | api_historique_paiement | /{_locale}/api/historique-paiement/{idUser} | Path does not match |
| 16 | api_comptes_parraines | /{_locale}/api/comptes-parraines/{idUser} | Path does not match |
| 17 | api_offres_d_un_devis | /{_locale}/api/offre-d-un-devis/{idDevis} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.