Routing
api.front.offer.create
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/api/front/offers
| # | 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 | Path does not match |
| 45 | api.front.document.create | /api/front/documents | Path does not match |
| 46 | api.front.document.get | /api/front/documents/{format}/{id} | Path does not match |
| 47 | api.front.document_template.meta.list_types | /api/front/document-templates/metadata | Path does not match |
| 48 | api.front.document_template.meta.show_type | /api/front/document-templates/metadata/{type} | Path does not match |
| 49 | api.front.document_template.list | /api/front/document-templates | Path does not match |
| 50 | api.front.document_template.get | /api/front/document-templates/{id} | Path does not match |
| 51 | api.front.document_template.create | /api/front/document-templates | Path does not match |
| 52 | api.front.document_template.show | /api/front/document-templates/{id} | Path does not match |
| 53 | api.front.document_template.update | /api/front/document-templates/{id} | Path does not match |
| 54 | api.front.document_template.delete | /api/front/document-templates/{id} | Path does not match |
| 55 | api.front.status | /api/front/status | Path does not match |
| 56 | api.front.get_logo | /api/front/logo | Path does not match |
| 57 | api.front.invoice.list | /api/front/invoices | Path does not match |
| 58 | api.front.invoice.create | /api/front/invoices | Path does not match |
| 59 | api.front.invoice.get | /api/front/invoices/{id} | Path does not match |
| 60 | api.front.invoice.update | /api/front/invoices/{id} | Path does not match |
| 61 | api.front.invoice.delete | /api/front/invoices/{id} | Path does not match |
| 62 | api.front.invoice.cost_allocation | /api/front/invoices/{id}/cost-allocation | Path does not match |
| 63 | api.front.invoice.get_allocations | /api/front/invoices/{id}/allocations | Path does not match |
| 64 | api.front.invoice.set_allocations | /api/front/invoices/{id}/allocations | Path does not match |
| 65 | api.front.invoice.attachment | /api/front/invoices/{id}/attachment | Path does not match |
| 66 | api.front.invoice.register_transfer | /api/front/invoices/{id}/transfer | Path does not match |
| 67 | api.front.invoice.get_transfer | /api/front/invoices/{id}/transfer | Path does not match |
| 68 | api.front.message.render_preview | /api/front/messages/preview | Path does not match |
| 69 | api.front.message.create | /api/front/messages | Path does not match |
| 70 | api.front.message.get | /api/front/messages/{deliveryMethod}/{id} | Path does not match |
| 71 | api.front.message_template.meta.list_types | /api/front/message-templates/metadata | Path does not match |
| 72 | api.front.message_template.meta.show_type | /api/front/message-templates/metadata/{type} | Path does not match |
| 73 | api.front.message_template.list | /api/front/message-templates | Path does not match |
| 74 | api.front.message_template.create | /api/front/message-templates | Path does not match |
| 75 | api.front.message_template.show | /api/front/message-templates/{id} | Path does not match |
| 76 | api.front.message_template.update | /api/front/message-templates/{id} | Path does not match |
| 77 | api.front.message_template.delete | /api/front/message-templates/{id} | Path does not match |
| 78 | api.front.note.list | /api/front/notes | Path does not match |
| 79 | api.front.note.create | /api/front/notes | Path does not match |
| 80 | api.front.note.get | /api/front/notes/{id} | Path does not match |
| 81 | api.front.note.delete | /api/front/notes/{id} | Path does not match |
| 82 | api.front.offer.list | /api/front/offers | Path almost matches, but Method "POST" does not match any of the required methods (OPTIONS, GET) |
| 83 | api.front.offer.create | /api/front/offers | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.