POST api/cita
Request Information
URI Parameters
None.
Body Parameters
Cita| Name | Description | Type | Additional information |
|---|---|---|---|
| ID_Cita | integer |
None. |
|
| Numero_Cita | string |
Required Max length: 50 |
|
| ID_ProveedorOC | integer |
None. |
|
| ProveedorOC | ProveedorOC |
None. |
|
| MesonID | integer |
None. |
|
| Fecha_Hora_Inicio | date |
None. |
|
| Fecha_Hora_Fin | date |
None. |
|
| Duracion_Total_Minutos | integer |
None. |
|
| Estado | string |
Required Max length: 20 |
|
| Observaciones | string |
None. |
|
| Tipo_Agendamiento | integer |
None. |
|
| ID_Recogedor | integer |
None. |
|
| ID_Vehiculo_Retiro | integer |
None. |
|
| Direccion_Retiro | string |
Max length: 500 |
|
| Hora_Ventana_Desde | time interval |
None. |
|
| Hora_Ventana_Hasta | time interval |
None. |
|
| Genera_Viaje_Directo | boolean |
None. |
|
| ID_Viaje_Generado | integer |
None. |
|
| ID_Recogida | integer |
None. |
|
| Alta_Fecha | date |
None. |
|
| Alta_Usuario | string |
None. |
|
| Modi_Fecha | date |
None. |
|
| Modi_Usuario | string |
None. |
|
| Baja_Fecha | date |
None. |
|
| Baja_Usuario | string |
None. |
|
| IsDeleted | boolean |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/html
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.