POST https://travelmanager.online/api/front/documents/preview

Routing

api.front.document.render_preview Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /api/front/documents/preview
# Route name Path Log
1 api.auth.user /api/auth/user Path does not match
2 api.auth.jwt /api/auth/jwt Path does not match
3 api.auth.refresh /api/auth/refresh Path does not match
4 api.supplier.list_operators /api/suppliers/tour-operators Path does not match
5 api.supplier.list_deliveries /api/suppliers/deliveries Path does not match
6 api.supplier.tour_leader.trip_info /api/suppliers/tour-leaders/trips/{id} Path does not match
7 api.supplier.tour_leader.set_transport_data /api/suppliers/tour-leaders/deliveries/{id}/transport-data Path does not match
8 api.supplier.tour_leader.set_participants_data /api/suppliers/tour-leaders/trips/{id}/participants-data Path does not match
9 api.supplier.tour_leader.register_invoice /api/suppliers/tour-leaders/invoices Path does not match
10 api.tour_operator.create_offer /api/tour-operator/offers Path does not match
11 api.backoffice.home /api/backoffice/ Path does not match
12 api.front.dictionary.list /api/front/dictionaries/{dictionary} Path does not match
13 api.front.dictionary.create /api/front/dictionaries/{dictionary} Path does not match
14 api.front.dictionary.get /api/front/dictionaries/{dictionary}/{id} Path does not match
15 api.front.dictionary.update /api/front/dictionaries/{dictionary}/{id} Path does not match
16 api.front.dictionary.delete /api/front/dictionaries/{dictionary}/{id} Path does not match
17 api.front.dictionary.move /api/front/dictionaries/{dictionary}/{id}/move Path does not match
18 api.front.employee.list /api/front/employees Path does not match
19 api.front.employee.create /api/front/employees Path does not match
20 api.front.employee.get /api/front/employees/{id} Path does not match
21 api.front.employee.update /api/front/employees/{id} Path does not match
22 api.front.employee.delete /api/front/employees/{id} Path does not match
23 api.front.employee.search /api/front/employees/search Path does not match
24 api.front.admin.index /api/front/admin/ Path does not match
25 api.front.admin.change_year /api/front/admin/change-year Path does not match
26 api.front.admin.set_logo /api/front/admin/logo Path does not match
27 api.front.admin.delete_logo /api/front/admin/logo Path does not match
28 api.front.settings.get_fakturownia /api/front/settings/fakturownia Path does not match
29 api.front.settings.set_fakturownia /api/front/settings/fakturownia Path does not match
30 api.front.settings.get_travelpay /api/front/settings/travelpay Path does not match
31 api.front.settings.set_travelpay /api/front/settings/travelpay Path does not match
32 api.front.settings.get_bank /api/front/settings/bank Path does not match
33 api.front.settings.set_bank /api/front/settings/bank Path does not match
34 api.front.settings.get_smtp /api/front/settings/smtp Path does not match
35 api.front.settings.set_smtp /api/front/settings/smtp Path does not match
36 api.front.settings.get_invoice_data /api/front/settings/invoice-data Path does not match
37 api.front.settings.set_invoice_data /api/front/settings/invoice-data Path does not match
38 api.front.client.list /api/front/clients Path does not match
39 api.front.client.create /api/front/clients Path does not match
40 api.front.client.get /api/front/clients/{id} Path does not match
41 api.front.client.update /api/front/clients/{id} Path does not match
42 api.front.client.delete /api/front/clients/{id} Path does not match
43 api.front.client.search /api/front/clients/search Path does not match
44 api.front.document.render_preview /api/front/documents/preview Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.