POST api/estimadoxes
Request Information
URI Parameters
None.
Body Parameters
estimadox| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| fec_estimado | date |
None. |
|
| ano_estimado | integer |
None. |
|
| sem_estimado | integer |
None. |
|
| dia_estimado | integer |
None. |
|
| modulo | string |
None. |
|
| bloque | string |
None. |
|
| cama | integer |
None. |
|
| variedad | string |
None. |
|
| cod_actividad | integer |
None. |
|
| cantidad | integer |
None. |
|
| bandera | integer |
None. |
|
| usuario | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"fec_estimado": "2026-07-12T08:14:03.2178845-07:00",
"ano_estimado": 1,
"sem_estimado": 1,
"dia_estimado": 1,
"modulo": "sample string 3",
"bloque": "sample string 4",
"cama": 1,
"variedad": "sample string 5",
"cod_actividad": 6,
"cantidad": 1,
"bandera": 1,
"usuario": "sample string 7"
}
application/xml, text/xml
Sample:
<estimadox xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiCananvalley.Models"> <ID>1</ID> <ano_estimado>1</ano_estimado> <bandera>1</bandera> <bloque>sample string 4</bloque> <cama>1</cama> <cantidad>1</cantidad> <cod_actividad>6</cod_actividad> <dia_estimado>1</dia_estimado> <fec_estimado>2026-07-12T08:14:03.2178845-07:00</fec_estimado> <modulo>sample string 3</modulo> <sem_estimado>1</sem_estimado> <usuario>sample string 7</usuario> <variedad>sample string 5</variedad> </estimadox>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
estimadox| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| fec_estimado | date |
None. |
|
| ano_estimado | integer |
None. |
|
| sem_estimado | integer |
None. |
|
| dia_estimado | integer |
None. |
|
| modulo | string |
None. |
|
| bloque | string |
None. |
|
| cama | integer |
None. |
|
| variedad | string |
None. |
|
| cod_actividad | integer |
None. |
|
| cantidad | integer |
None. |
|
| bandera | integer |
None. |
|
| usuario | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"fec_estimado": "2026-07-12T08:14:03.2335232-07:00",
"ano_estimado": 1,
"sem_estimado": 1,
"dia_estimado": 1,
"modulo": "sample string 3",
"bloque": "sample string 4",
"cama": 1,
"variedad": "sample string 5",
"cod_actividad": 6,
"cantidad": 1,
"bandera": 1,
"usuario": "sample string 7"
}
application/xml, text/xml
Sample:
<estimadox xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiCananvalley.Models"> <ID>1</ID> <ano_estimado>1</ano_estimado> <bandera>1</bandera> <bloque>sample string 4</bloque> <cama>1</cama> <cantidad>1</cantidad> <cod_actividad>6</cod_actividad> <dia_estimado>1</dia_estimado> <fec_estimado>2026-07-12T08:14:03.2335232-07:00</fec_estimado> <modulo>sample string 3</modulo> <sem_estimado>1</sem_estimado> <usuario>sample string 7</usuario> <variedad>sample string 5</variedad> </estimadox>