GET api/GetPreciosTotFarm?Ren={Ren}&Pag={Pag}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ren | integer |
Required |
|
| Pag | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_PreciosTotFarm| Name | Description | Type | Additional information |
|---|---|---|---|
| CodigoEAN | string |
None. |
|
| nomProducto | string |
None. |
|
| PromPP | decimal number |
None. |
|
| PromPF | decimal number |
None. |
|
| PromPPrec | decimal number |
None. |
|
| PromPFrec | decimal number |
None. |
|
| num | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"CodigoEAN": "sample string 1",
"nomProducto": "sample string 2",
"PromPP": 3.0,
"PromPF": 4.0,
"PromPPrec": 5.0,
"PromPFrec": 6.0,
"num": 7
}