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": "9749ea03-74b0-4d9e-bfa6-23734ad90f13",
"nomProducto": "sample string 2",
"idRed": "979a393f-fcc2-4fb2-bdf7-87984075cedd"
}