POST api/GetProducto
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
TB_Producto| Name | Description | Type | Additional information |
|---|---|---|---|
| idProducto | globally unique identifier |
None. |
|
| nomProducto | string |
None. |
|
| idRed | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"idProducto": "bffcfd60-5249-4a1e-85a1-54e2b336948f",
"nomProducto": "sample string 2",
"idRed": "26072a18-a201-432b-aa01-decad2a17a1d"
}