Routing
app_material
Matched route
Route Parameters
| Name | Value |
|---|---|
| supplier_id | "59" |
Route Matching Logs
Path to match:
/api/material/materials/59
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_address_nested_data | /api/address/nested-data | Path does not match |
| 2 | app_address_all | /api/address/all | Path does not match |
| 3 | app_address_save | /api/address/save/{address_id} | Path does not match |
| 4 | app_address_remove | /api/address/remove/{address_id} | Path does not match |
| 5 | app_address_type_all | /api/address/type/all | Path does not match |
| 6 | app_address_type_save | /api/address/type/save/{address_type_id} | Path does not match |
| 7 | app_address_type_remove | /api/address/type/remove/{address_type_id} | Path does not match |
| 8 | employee_enough_worked_hours | /api/analitic/employee-enough-worked-hours | Path does not match |
| 9 | api_auth_login | /api/auth/login | Path does not match |
| 10 | api_auth_logout | /api/auth/logout | Path does not match |
| 11 | check_user | /api/auth/check-user/{user_email} | Path does not match |
| 12 | create_with_alias | /api/branch/create-with-alias | Path does not match |
| 13 | branch_save | /api/branch/save/{branch_id} | Path does not match |
| 14 | branch_fetch | /api/branch/fetch/{branch_id} | Path does not match |
| 15 | branch_departments | /api/branch/departments/{branch_id} | Path does not match |
| 16 | branch_department_save | /api/branch/departement/save/{branch_id}/{departement_id} | Path does not match |
| 17 | branch_join_to_project | /api/branch/join-branch-to-project/{project_id}/{branch_id}/{project_branch_id} | Path does not match |
| 18 | customer_list | /api/customer/list | Path does not match |
| 19 | customer_manage | /api/customer/manage/{slug} | Path does not match |
| 20 | customer_save | /api/customer/save/{slug} | Path does not match |
| 21 | fetch_customer_certificate | /api/customer/fetch-customer-certificate/{customer_slug}/{certificate_history_id} | Path does not match |
| 22 | update_customer_certificate | /api/customer/update-customer-certificate/{customer_slug}/{certificate_history_id} | Path does not match |
| 23 | remove_customer_certificate | /api/customer/remove-customer-certificate/{customer_slug}/{certificate_id} | Path does not match |
| 24 | remove_customer_certificate_history | /api/customer/remove-customer-certificate-history/{customer_slug}/{certificate_history_id} | Path does not match |
| 25 | remove_customer_certificate_history_document | /api/customer/remove-customer-certificate-history-document/{customer_slug}/{history_document_id} | Path does not match |
| 26 | add_customer_certificate_history_document | /api/customer/add-customer-certificate-history-document/{customer_slug}/{document_history_id} | Path does not match |
| 27 | fetch_customer_joined_projects | /api/customer/fetch-customer-joined-projects/{customer_slug} | Path does not match |
| 28 | fetch_customer_projects | /api/customer/fetch-customer-projects/{customer_slug}/{worker_activity_id} | Path does not match |
| 29 | fetch_customer_project | /api/customer/fetch-customer-project/{customer_slug}/{project_stakeholder_id} | Path does not match |
| 30 | customer_join_to_project | /api/customer/customer-join-to-project/{slug}/{project_stakeholder_id} | Path does not match |
| 31 | customer_delete | /api/customer/delete/{slug}/{access_key} | Path does not match |
| 32 | customer_remove_from_project | /api/customer/remove-from-project/{slug}/{project_id}/{access_key} | Path does not match |
| 33 | fetch_customer_parsed_workers | /api/customer/fetch-parsed-workers/{customer_slug}/{is_all} | Path does not match |
| 34 | fetch-workers | /api/customer/fetch-workers/{customer_slug}{with_guest} | Path does not match |
| 35 | customer_search | /api/customer/search/{text} | Path does not match |
| 36 | customer_before_join_to_project | /api/customer/customer-before-join-to-project/{slug}/{project_stakeholder_id} | Path does not match |
| 37 | app_document_manager_upload_document | /api/document/manager/upload | Path does not match |
| 38 | app_document_manager_remove_document | /api/document/manager/remove/{file_name} | Path does not match |
| 39 | app_fetch_employee | /api/employee/fetch-employee | Path does not match |
| 40 | app_termination_employee_activity | /api/employee/termination-employee-activity/{activity_id} | Path does not match |
| 41 | error_report | /api/error-report | Path does not match |
| 42 | app_api_helpers_categories | /api/helpers/category/all | Path does not match |
| 43 | app_api_helpers_category_save | /api/helpers/category/save/{category_id} | Path does not match |
| 44 | app_api_category_remove | /api/helpers/category/remove/{category_id} | Path does not match |
| 45 | app_item_groupapp_api_helpers_groups | /api/helpers/item-group/all | Path does not match |
| 46 | app_item_groupapp_api_helpers_group_save | /api/helpers/item-group/save/{group_id} | Path does not match |
| 47 | app_item_groupapp_api_helpers_group_remove | /api/helpers/item-group/remove/{group_id} | Path does not match |
| 48 | app_api_unit_types_all | /api/helpers/unit-types/all | Path does not match |
| 49 | app_api_unit_type_save | /api/helpers/unit-types/save/{unit_type_id} | Path does not match |
| 50 | app_api_unit_type_remove | /api/helpers/unit-types/remove/{unit_type_id} | Path does not match |
| 51 | app_high_level_access | /api/access/high-level | Path does not match |
| 52 | app_stock_inventories | /api/inventory/stock/inventories/{stock_id} | Path does not match |
| 53 | app_material_inventory_histories | /api/inventory/material/history/{inventory_id} | Path does not match |
| 54 | manage_invoice | /api/invoice/manage/{order_id}/{invoice_id} | Path does not match |
| 55 | remove_invoice | /api/invoice/remove/{order_id}/{invoice_id} | Path does not match |
| 56 | fetch_locations | /api/locations/fetch-locations | Path does not match |
| 57 | fetch_location | /api/locations/fetch/{location_id} | Path does not match |
| 58 | fetch_countries | /api/locations/fetch-countries | Path does not match |
| 59 | save_location | /api/locations/save/{location_id} | Path does not match |
| 60 | app_material | /api/material/materials/{supplier_id} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.