POST api/DistribucionIngresoItem

Request Information

URI Parameters

None.

Body Parameters

DistribucionIngresoItemRequest
NameDescriptionTypeAdditional information
idRendicion

integer

None.

proyecto

string

None.

monto

integer

None.

idUsuario

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "idRendicion": 1,
  "proyecto": "sample string 2",
  "monto": 3,
  "idUsuario": 4
}

application/xml, text/xml

Sample:
<DistribucionIngresoItemRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Apicopec.Models.Request">
  <idRendicion>1</idRendicion>
  <idUsuario>4</idUsuario>
  <monto>3</monto>
  <proyecto>sample string 2</proyecto>
</DistribucionIngresoItemRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DistribucionIngresoItemRequest'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.