DELETE api/tiempos_rendi/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
tiempos_rendi| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| fec_rendi | date |
None. |
|
| ano_rendi | integer |
None. |
|
| sem_rendi | integer |
None. |
|
| dia_rendi | integer |
None. |
|
| des_dia | string |
None. |
|
| cod_persona | string |
None. |
|
| cod_actividad | integer |
None. |
|
| hora_inicio | date |
None. |
|
| hora_fin | date |
None. |
|
| tiempo_alimento | date |
None. |
|
| tiempo_inprodu | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"fec_rendi": "2026-07-12T08:22:43.9547381-07:00",
"ano_rendi": 1,
"sem_rendi": 1,
"dia_rendi": 1,
"des_dia": "sample string 3",
"cod_persona": "sample string 4",
"cod_actividad": 5,
"hora_inicio": "2026-07-12T08:22:43.9547381-07:00",
"hora_fin": "2026-07-12T08:22:43.9547381-07:00",
"tiempo_alimento": "2026-07-12T08:22:43.9547381-07:00",
"tiempo_inprodu": "2026-07-12T08:22:43.9547381-07:00"
}
application/xml, text/xml
Sample:
<tiempos_rendi xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiCananvalley.Models"> <ID>1</ID> <ano_rendi>1</ano_rendi> <cod_actividad>5</cod_actividad> <cod_persona>sample string 4</cod_persona> <des_dia>sample string 3</des_dia> <dia_rendi>1</dia_rendi> <fec_rendi>2026-07-12T08:22:43.9547381-07:00</fec_rendi> <hora_fin>2026-07-12T08:22:43.9547381-07:00</hora_fin> <hora_inicio>2026-07-12T08:22:43.9547381-07:00</hora_inicio> <sem_rendi>1</sem_rendi> <tiempo_alimento>2026-07-12T08:22:43.9547381-07:00</tiempo_alimento> <tiempo_inprodu>2026-07-12T08:22:43.9547381-07:00</tiempo_inprodu> </tiempos_rendi>