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": "ac995490-bf5f-476a-92c3-7a133eaa948b",
"nomProducto": "sample string 2",
"idRed": "b962e502-d775-4bcf-8430-4e175c31fabf"
}