POST api/GetProducto

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

TB_Producto
NameDescriptionTypeAdditional information
idProducto

globally unique identifier

None.

nomProducto

string

None.

idRed

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "idProducto": "1e307d5b-5f85-41d0-8b1b-93db5430f2d2",
  "nomProducto": "sample string 2",
  "idRed": "4cb037df-3f95-4069-be10-d136184f3a0b"
}