TheDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/JulietaEM/EdgeTimer/llms.txt
Use this file to discover all available pages before exploring further.
solicitar flow lets a client propose an appointment on their own terms. The client selects a barber, one or more procedures, a date, and a start time. The barber then receives the request and can accept or reject it. This flow differs from reservar — there is no pre-opened slot; the client proposes the time directly, and the appointment starts in "pendiente" state until the barber responds.
Base URL
Request
POST /citas/solicitar
Body parameters
The profile ID of the client making the request.
The profile ID of the barber the client wants to book with.
Array of procedure IDs to include in the appointment. At least one ID is required.
Requested appointment date in
YYYY-MM-DD format (e.g., "2026-06-15").Requested start time in
HH:MM format (e.g., "10:30"). The calculated end time must fall before 18:00.Optional free-text notes for the barber (e.g., style preferences or special instructions).
Response
Returns the newly createdCita object. The estado field is always "pendiente" on creation — the appointment is waiting for the barber to accept or reject it.
See the Cita object reference for a full description of all response fields.
Examples
Example response