POST api/integrante/borrar-otro-ingreso
Request Information
URI Parameters
None.
Body Parameters
OtroIngreso| Name | Description | Type | Additional information |
|---|---|---|---|
| OtroIngresoID | integer |
None. |
|
| IntegranteID | integer |
None. |
|
| Descripcion | string |
None. |
|
| Tipo | string |
None. |
|
| Monto | decimal number |
None. |
|
| Ejercicio | integer |
None. |
|
| Periodo | integer |
None. |
|
| Observacion | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OtroIngresoID": 1,
"IntegranteID": 2,
"Descripcion": "sample string 3",
"Tipo": "sample string 4",
"Monto": 5.0,
"Ejercicio": 6,
"Periodo": 7,
"Observacion": "sample string 8"
}
application/xml, text/xml
Sample:
<OtroIngreso xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/server.Models"> <Descripcion>sample string 3</Descripcion> <Ejercicio>6</Ejercicio> <IntegranteID>2</IntegranteID> <Monto>5</Monto> <Observacion>sample string 8</Observacion> <OtroIngresoID>1</OtroIngresoID> <Periodo>7</Periodo> <Tipo>sample string 4</Tipo> </OtroIngreso>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.