POST api/PagoFactura

Request Information

URI Parameters

None.

Body Parameters

PagoFactura
NameDescriptionTypeAdditional information
CODIGOMENSAJE

string

None.

MENSAJE

string

None.

FACTURA

integer

None.

IDUSUARIO

integer

None.

IMPORTEFACTURA

string

None.

MONTOPAGADO

string

None.

OBSERVACION

string

None.

NOTIFICARVENDEDOR

string

None.

CANTIDADPIEZAS

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CODIGOMENSAJE": "sample string 1",
  "MENSAJE": "sample string 2",
  "FACTURA": 3,
  "IDUSUARIO": 4,
  "IMPORTEFACTURA": "sample string 5",
  "MONTOPAGADO": "sample string 6",
  "OBSERVACION": "sample string 7",
  "NOTIFICARVENDEDOR": "sample string 8",
  "CANTIDADPIEZAS": "sample string 9"
}

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

Response Information

Resource Description

Respuesta
NameDescriptionTypeAdditional information
CODIGOMENSAJE

string

None.

MENSAJE

string

None.

Response Formats

application/json, text/json

Sample:
{
  "CODIGOMENSAJE": "sample string 1",
  "MENSAJE": "sample string 2"
}