Routing
api_crm_customer_file_add_file
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "1173" |
Route Matching Logs
Path to match:
/api/crm/customer/1173/file
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_login | / | Path does not match |
| 2 | app_logout | /logout | Path does not match |
| 3 | app_version | /version | Path does not match |
| 4 | api_crm_company_companies_admin | /api/crm/companies/admin | Path does not match |
| 5 | api_crm_company_companies_installer | /api/crm/companies/installer | Path does not match |
| 6 | api_crm_company_companies_auditor | /api/crm/companies/auditor/{type} | Path does not match |
| 7 | api_crm_company_companies_mar | /api/crm/companies/mar | Path does not match |
| 8 | api_crm_company_companies_all | /api/crm/companies/all | Path does not match |
| 9 | api_crm_company_company_get_one | /api/crm/company/{id} | Path does not match |
| 10 | api_crm_company_company_update | /api/crm/company/{id} | Path does not match |
| 11 | api_crm_company_company_create | /api/crm/company | Path does not match |
| 12 | api_crm_company_search | /api/crm/company/search | Path does not match |
| 13 | api_crm_customer_auditor_set_auditor_intern | /api/crm/customer/{id}/company/auditor/intern/{idCompanyAuditor} | Path does not match |
| 14 | api_crm_customer_auditor_set_auditor_extern | /api/crm/customer/{id}/company/auditor/extern/{idCompanyAuditor} | Path does not match |
| 15 | api_crm_customer_comment_create | /api/crm/customer/{id}/comment | Path does not match |
| 16 | api_crm_customer_create | /api/crm/customer | Path does not match |
| 17 | api_crm_customer_get_all | /api/crm/customers | Path does not match |
| 18 | api_crm_customer_get_one | /api/crm/customer/{id} | Path does not match |
| 19 | api_crm_customer_search | /api/crm/customer/search | Path does not match |
| 20 | api_crm_customer_get_paginated | /api/crm/customers/paginated | Path does not match |
| 21 | api_crm_customer_update_one | /api/crm/customer/{id}/{isTable} | Path almost matches, but Method "POST" does not match any of the required methods (PUT) |
| 22 | api_crm_customer_email_send_email | /api/crm/customer/{id}/email/{emailType} | Path does not match |
| 23 | api_crm_customer_file_add_file | /api/crm/customer/{id}/file | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.