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": "07c68ec5-9a6a-47ba-83e1-284f21c362e6",
"nomProducto": "sample string 2",
"idRed": "a87dfcc1-166d-412c-829d-1238aa46e143"
}