PUT api/EstimacionRendimientoMSGAPI/GuardarCoeficientes/{id}
PUT
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
EstimacionRendimientoMSGCarga| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| IdLote | globally unique identifier |
None. |
|
| NombreLote | string |
None. |
|
| NombreCampo | string |
None. |
|
| HectareasMuestreadas | decimal number |
None. |
|
| NombreCultivo | string |
None. |
|
| NombreCliente | string |
None. |
|
| HibridoVariedad | string |
None. |
|
| CantidadFotos | integer |
None. |
|
| FechaSeedSet | date |
None. |
|
| FotosSeedSet | Collection of Foto |
None. |
|
| Hembra | string |
None. |
|
| PlantasPorHectarea | decimal number |
None. |
|
| PromedioSemillasPorEstacion | decimal number |
None. |
|
| Promedio_UnidadEPC_PorEstacion | decimal number |
None. |
|
| Promedio_SemillasPor_UnidadEPC | decimal number |
None. |
|
| Promedio_UnidadEPC_PorHectarea | decimal number |
None. |
|
| CoeficienteHembras | decimal number |
None. |
|
| CoeficienteUniformidad | decimal number |
None. |
|
| CoeficientePerdidaDeCampo | decimal number |
None. |
|
| CoeficientePerdidaDePlanta | decimal number |
None. |
|
| P1000 | decimal number |
None. |
|
| SemillasPorHectarea | decimal number |
None. |
|
| BolsasPorHectarea | decimal number |
None. |
|
| PromedioKilogramosPorHectarea | decimal number |
None. |
|
| AptoReporte | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "cfb2d786-f596-4888-bca9-571ba36e635f",
"IdLote": "9a237f2d-f7a3-4197-8881-0d97aa38a297",
"NombreLote": "sample string 3",
"NombreCampo": "sample string 4",
"HectareasMuestreadas": 5.0,
"NombreCultivo": "sample string 6",
"NombreCliente": "sample string 7",
"HibridoVariedad": "sample string 8",
"CantidadFotos": 9,
"FechaSeedSet": "2026-01-09T12:39:34.9424448-03:00",
"FotosSeedSet": [
{
"Id": "96a699d4-1911-4d2a-bf73-8d0c1990aefa",
"IdOwner": "0ccc8624-1e2a-4f45-8c19-1d727ba72dae",
"IdLote": "sample string 3",
"ImageType": "sample string 4",
"ImageData": "sample string 5",
"Fecha": "2026-01-09T12:39:34.9424448-03:00",
"Lat": "sample string 6",
"Lng": "sample string 7",
"URL": "sample string 8"
},
{
"Id": "96a699d4-1911-4d2a-bf73-8d0c1990aefa",
"IdOwner": "0ccc8624-1e2a-4f45-8c19-1d727ba72dae",
"IdLote": "sample string 3",
"ImageType": "sample string 4",
"ImageData": "sample string 5",
"Fecha": "2026-01-09T12:39:34.9424448-03:00",
"Lat": "sample string 6",
"Lng": "sample string 7",
"URL": "sample string 8"
}
],
"Hembra": "sample string 10",
"PlantasPorHectarea": 11.0,
"PromedioSemillasPorEstacion": 12.0,
"Promedio_UnidadEPC_PorEstacion": 13.0,
"Promedio_SemillasPor_UnidadEPC": 14.0,
"Promedio_UnidadEPC_PorHectarea": 15.0,
"CoeficienteHembras": 16.0,
"CoeficienteUniformidad": 17.0,
"CoeficientePerdidaDeCampo": 18.0,
"CoeficientePerdidaDePlanta": 19.0,
"P1000": 20.0,
"SemillasPorHectarea": 21.0,
"BolsasPorHectarea": 22.0,
"PromedioKilogramosPorHectarea": 23.0,
"AptoReporte": true
}
application/xml, text/xml
Sample:
<EstimacionRendimientoMSGCarga xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities">
<AptoReporte>true</AptoReporte>
<BolsasPorHectarea>22</BolsasPorHectarea>
<CantidadFotos>9</CantidadFotos>
<CoeficienteHembras>16</CoeficienteHembras>
<CoeficientePerdidaDeCampo>18</CoeficientePerdidaDeCampo>
<CoeficientePerdidaDePlanta>19</CoeficientePerdidaDePlanta>
<CoeficienteUniformidad>17</CoeficienteUniformidad>
<FechaSeedSet>2026-01-09T12:39:34.9424448-03:00</FechaSeedSet>
<FotosSeedSet>
<Foto>
<Fecha>2026-01-09T12:39:34.9424448-03:00</Fecha>
<Id>96a699d4-1911-4d2a-bf73-8d0c1990aefa</Id>
<IdLote>sample string 3</IdLote>
<IdOwner>0ccc8624-1e2a-4f45-8c19-1d727ba72dae</IdOwner>
<ImageData>sample string 5</ImageData>
<ImageType>sample string 4</ImageType>
<Lat>sample string 6</Lat>
<Lng>sample string 7</Lng>
<URL>sample string 8</URL>
</Foto>
<Foto>
<Fecha>2026-01-09T12:39:34.9424448-03:00</Fecha>
<Id>96a699d4-1911-4d2a-bf73-8d0c1990aefa</Id>
<IdLote>sample string 3</IdLote>
<IdOwner>0ccc8624-1e2a-4f45-8c19-1d727ba72dae</IdOwner>
<ImageData>sample string 5</ImageData>
<ImageType>sample string 4</ImageType>
<Lat>sample string 6</Lat>
<Lng>sample string 7</Lng>
<URL>sample string 8</URL>
</Foto>
</FotosSeedSet>
<HectareasMuestreadas>5</HectareasMuestreadas>
<Hembra>sample string 10</Hembra>
<HibridoVariedad>sample string 8</HibridoVariedad>
<Id>cfb2d786-f596-4888-bca9-571ba36e635f</Id>
<IdLote>9a237f2d-f7a3-4197-8881-0d97aa38a297</IdLote>
<NombreCampo>sample string 4</NombreCampo>
<NombreCliente>sample string 7</NombreCliente>
<NombreCultivo>sample string 6</NombreCultivo>
<NombreLote>sample string 3</NombreLote>
<P1000>20</P1000>
<PlantasPorHectarea>11</PlantasPorHectarea>
<PromedioKilogramosPorHectarea>23</PromedioKilogramosPorHectarea>
<PromedioSemillasPorEstacion>12</PromedioSemillasPorEstacion>
<Promedio_SemillasPor_UnidadEPC>14</Promedio_SemillasPor_UnidadEPC>
<Promedio_UnidadEPC_PorEstacion>13</Promedio_UnidadEPC_PorEstacion>
<Promedio_UnidadEPC_PorHectarea>15</Promedio_UnidadEPC_PorHectarea>
<SemillasPorHectarea>21</SemillasPorHectarea>
</EstimacionRendimientoMSGCarga>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.