POST api/Impresion?ruta={ruta}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ruta

string

Required

Body Parameters

ComprobanteVenta
NameDescriptionTypeAdditional information
ComprobanteVentaID

integer

None.

FechaCreacion

date

None.

FechaModificacion

date

None.

FechaBaja

date

None.

ImporteTotal

decimal number

None.

NroComprobVenta

string

String length: inclusive between 0 and 50

ComprobanteVentaTipoID

integer

None.

PuntoDeVentaID

integer

None.

ClienteID

integer

None.

UsuarioID

string

String length: inclusive between 0 and 128

ComprobanteVentaEstadoID

integer

None.

EsFacturaElectronica

boolean

None.

ImporteIVA

decimal number

None.

ImporteSubTotal

decimal number

None.

Fecha

date

None.

Letra

string

String length: inclusive between 0 and 1

CondicionVentaID

integer

None.

FechaCancelacion

date

None.

DescripcionTipoOperacion

string

None.

Observaciones

string

None.

ImporteNetoGravado

decimal number

None.

ImporteNetoNoGravado

decimal number

None.

MonedaID

integer

None.

ImporteExento

decimal number

None.

NombreCliente

string

String length: inclusive between 0 and 200

DocumentoCliente

string

String length: inclusive between 0 and 50

CAE

string

String length: inclusive between 0 and 200

FechaVencimientoCAE

date

None.

ImporteAplicadoNC

decimal number

None.

CuentaBancariaID

integer

None.

Cbu

string

String length: inclusive between 0 and 22

EsDeAnulacion

string

None.

ComprobanteVentaAsociadoID

integer

None.

FechaVencimientoPago

date

None.

OpcionTransferencia

string

String length: inclusive between 0 and 3

Cotizacion

decimal number

None.

PaisID

integer

None.

AfipCuitPaisClienteID

integer

None.

AfipIncotermsID

integer

None.

AfipTipoExportacionID

integer

None.

PermisoExportacion

boolean

None.

DomicilioCliente

string

None.

IdImpositivo

string

None.

ObservacionesComerciales

string

None.

Idioma

string

None.

AspNetUsers

AspNetUsers

None.

Cliente

Cliente

None.

ComprobanteVentaEstado

ComprobanteVentaEstado

None.

ComprobanteVentaTipo

ComprobanteVentaTipo

None.

CondicionVenta

CondicionVenta

None.

Moneda

Moneda

None.

PuntoDeVenta

PuntoDeVenta

None.

ValoresAnulados

boolean

None.

ComprobanteVentaDetalle

Collection of ComprobanteVentaDetalle

None.

CuentaCorriente

Collection of CuentaCorriente

None.

ImpuestoAsignacion

Collection of ImpuestoAsignacion

None.

ReciboDetalle

Collection of ReciboDetalle

None.

ReciboAsignacion

Collection of ReciboAsignacion

None.

AsientoContableOperacion

Collection of AsientoContableOperacion

None.

Pais

Pais

None.

AfipCuitPaisCliente

AfipCuitPaisCliente

None.

AfipIncoterms

AfipIncoterms

None.

AfipTipoExportacion

AfipTipoExportacion

None.

FechaString

string

None.

ImporteImpuestos

decimal number

None.

IrApantallaCCManual

boolean

None.

PermisoExportacionString

string

None.

Request Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected for property 'AspNetUsers' with type 'Modelo.Entidades.AspNetUsers'. Path 'AspNetUsers.AjusteStock[0]'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected for property 'AspNetUsers' with type 'Modelo.Entidades.AspNetUsers'. Path 'AspNetUsers.AjusteStock[0]'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'Modelo.Entidades.AsientoContableDetalle' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'Modelo.Entidades.AsientoContableDetalle' contains cycles and cannot be serialized if reference tracking is disabled.

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

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>