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": "147b6997-28a6-4fad-b987-7040135f08b4",
"nomProducto": "sample string 2",
"idRed": "15df3ad4-67f2-496a-8400-096b94d49d4d"
}