GET api/GastosIn/ObtenerGastoDetalleIn/{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:
{
"fecha": "sample string 1",
"moneda": "sample string 2",
"idMoneda": 3,
"idCondicionPago": 4,
"condicionPago": "sample string 5",
"idDetalleGasto": 6,
"descripcion": "sample string 7",
"cantidad": 1.0,
"precio": 1.0
}
application/xml, text/xml
Sample:
<sp_ObtenerGastosDetalleIn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades"> <cantidad>1</cantidad> <condicionPago>sample string 5</condicionPago> <descripcion>sample string 7</descripcion> <fecha>sample string 1</fecha> <idCondicionPago>4</idCondicionPago> <idDetalleGasto>6</idDetalleGasto> <idMoneda>3</idMoneda> <moneda>sample string 2</moneda> <precio>1</precio> </sp_ObtenerGastosDetalleIn>