GET api/Proyectos/Obtener/{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:
{
"idProyecto": 1,
"nroProyecto": "sample string 2",
"porAvance": 1,
"presupuesto": 1.0,
"fechaInicio": "sample string 3",
"fechaFin": "sample string 4",
"cliente": "sample string 5",
"titulo": "sample string 6",
"idCliente": 7
}
application/xml, text/xml
Sample:
<sp_ObtenerProyecto_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades"> <cliente>sample string 5</cliente> <fechaFin>sample string 4</fechaFin> <fechaInicio>sample string 3</fechaInicio> <idCliente>7</idCliente> <idProyecto>1</idProyecto> <nroProyecto>sample string 2</nroProyecto> <porAvance>1</porAvance> <presupuesto>1</presupuesto> <titulo>sample string 6</titulo> </sp_ObtenerProyecto_Result>