PUT CitasApi/Intervencion/ExisteCita
Comprobamos si ya existe una cita para el empleado en la fecha y hora indicada
Request Information
URI Parameters
None.
Body Parameters
Datos para buscar si existe la cita
CitaExisteFiltro| Name | Description | Type | Additional information |
|---|---|---|---|
| IdEmpleado | integer |
None. |
|
| FechaYHora | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdEmpleado": 1,
"FechaYHora": "2025-12-06T06:43:37.5794108+01:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
application/xml, text/xml
Sample:
<CitaExisteFiltro xmlns:i="http://www.w3.org/2001/XMLSchema-instance" z:Id="1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" xmlns="http://schemas.datacontract.org/2004/07/Sofycom.Sofygest.Service.Application.Models.Dtos.Comunes"> <FechaYHora>2025-12-06T06:43:37.5794108+01:00</FechaYHora> <IdEmpleado>1</IdEmpleado> </CitaExisteFiltro>
Response Information
Resource Description
Cierto si existe
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>