Routing
api_customer_add_appointments_credit
Matched route
Route Parameters
| Name | Value |
|---|---|
| externalId | "e5fbf7e4-e20d-42bf-b7f6-844135a5848e" |
Route Matching Logs
Path to match:
/api/customers/e5fbf7e4-e20d-42bf-b7f6-844135a5848e/add-credit
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | create_diet_appointment | /appointments/diet/{dietId}/create-appointment | Path does not match |
| 2 | cancel_appointment | /appointments/{appointmentId}/cancel | Path does not match |
| 3 | change_slot_status | /appointments/slot/status/change | Path does not match |
| 4 | appointment_index | /appointments/ | Path does not match |
| 5 | get_diet_agenda | /appointments/diet/{id}/agenda | Path does not match |
| 6 | get_user_agenda | /appointments/user/{id}/agenda/ | Path does not match |
| 7 | book_slot | /appointments/slot/book | Path does not match |
| 8 | liberate_slot | /appointments/slot/liberate | Path does not match |
| 9 | customers_index_by_diet | /customers/{diet} | Path does not match |
| 10 | customers_index | /customers | Path does not match |
| 11 | customers_edit | /customers/{id}/edit | Path does not match |
| 12 | customers_search_by_channel_and_diet | /customers/findbychanneldiet | Path does not match |
| 13 | customers_new_appointment | /customers/{id}/appointments/new | Path does not match |
| 14 | diets_stats | /diets/{id}/statistic/{month} | Path does not match |
| 15 | diets_index | /diets/ | Path does not match |
| 16 | diets_new | /diets/new | Path does not match |
| 17 | diets_edit | /diets/{id}/edit | Path does not match |
| 18 | diets_delete | /diets/delete/{id} | Path does not match |
| 19 | diets_get_free_agenda | /diets/free-agenda | Path does not match |
| 20 | diets_get_by_channel | /diets/by-channel/{channelId} | Path does not match |
| 21 | exceptional_time_add | /exceptional-slot/add | Path does not match |
| 22 | exceptional_time_cancel | /exceptional-slot/cancel | Path does not match |
| 23 | exceptional_time_cancel_opening | /exceptional-slot/cancel/opening | Path does not match |
| 24 | free_agenda | /api/agenda | Path does not match |
| 25 | create_customer_appointment | /api/customer/create-appointment | Path does not match |
| 26 | api_remove_customer_appointment | /api/customer/cancelAppointment | Path does not match |
| 27 | api_customer_can_take_appointment | /api/customer/can-take-appointment | Path does not match |
| 28 | api_is_customer_first_appointment | /api/customer/first-appointment | Path does not match |
| 29 | api_customer_update_info | /api/customers/{externalId} | Path does not match |
| 30 | api_cancel_future_appointments | /api/customer/cancelFutureAppointments | Path does not match |
| 31 | api_get_customer_details | /api/customer | Path does not match |
| 32 | api_get_customer_diet_details | /api/customer/{customerId}/diet-details | Path does not match |
| 33 | api_cancel_customer_point | /api/customer/cancel-point | Path does not match |
| 34 | api_customer_add_appointments_credit | /api/customers/{externalId}/add-credit | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.