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": "78df76e7-4dba-4ed8-814b-a21a111451a6",
"nomProducto": "sample string 2",
"idRed": "06dae25a-788f-4cb0-a913-1c5a1842a3ff"
}