GET api/TipoProducto/ObtenerTipoProducto/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"idTipoProducto": 1,
"nombre": "sample string 2",
"esFormula": 3,
"mostrarTalla": 1,
"esInventariable": 1
}
application/xml, text/xml
Sample:
<TipoProducto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades"> <esFormula>3</esFormula> <esInventariable>1</esInventariable> <idTipoProducto>1</idTipoProducto> <mostrarTalla>1</mostrarTalla> <nombre>sample string 2</nombre> </TipoProducto>