POST api/Ingresos

Request Information

URI Parameters

None.

Body Parameters

IngresoModel
NameDescriptionTypeAdditional information
codCliente

string

None.

nombreCliente

string

None.

monto

decimal number

None.

montoCheque

decimal number

None.

numeroCheque

decimal number

None.

banco

string

None.

montoTarjeta

decimal number

None.

montoTransferencia

decimal number

None.

balanceingreso

decimal number

None.

codIngreso

string

None.

fecha

string

None.

hora

string

None.

Request Formats

application/json, text/json

Sample:
{
  "codCliente": "sample string 1",
  "nombreCliente": "sample string 2",
  "monto": 3.1,
  "montoCheque": 4.1,
  "numeroCheque": 5.1,
  "banco": "sample string 6",
  "montoTarjeta": 7.1,
  "montoTransferencia": 8.1,
  "balanceingreso": 9.1,
  "codIngreso": "sample string 10",
  "fecha": "sample string 11",
  "hora": "sample string 12"
}

application/xml, text/xml

Sample:
<IngresoModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiMobileInfoplus.Models">
  <balanceingreso>9.1</balanceingreso>
  <banco>sample string 6</banco>
  <codCliente>sample string 1</codCliente>
  <codIngreso>sample string 10</codIngreso>
  <fecha>sample string 11</fecha>
  <hora>sample string 12</hora>
  <monto>3.1</monto>
  <montoCheque>4.1</montoCheque>
  <montoTarjeta>7.1</montoTarjeta>
  <montoTransferencia>8.1</montoTransferencia>
  <nombreCliente>sample string 2</nombreCliente>
  <numeroCheque>5.1</numeroCheque>
</IngresoModel>

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 'IngresoModel'.

Response Information

Resource Description

JsonResultOfResponseModelOfIngresoImpresionModel
NameDescriptionTypeAdditional information
Content

ResponseModelOfIngresoImpresionModel

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.