GET api/VendedoresServices/verFacturaOrdenCompra?ordenId={ordenId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ordenId

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Factura
NameDescriptionTypeAdditional information
iDRegistroPago

integer

None.

iDOrdenDeCompra

string

None.

iDVendedor

string

None.

numeroFactura

string

None.

fechaFactura

date

None.

fechaFacturaString

string

None.

montoSubTotalFactura

decimal number

None.

montoSubTotalFacturaString

string

None.

montoItbmsFactura

decimal number

None.

montoItbmsFacturaString

string

None.

montoTotalFactura

decimal number

None.

montoTotalFacturaString

string

None.

remesaBanco

decimal number

None.

remesaProveedor

decimal number

None.

fechaRegistro

date

None.

esCancelada

string

None.

estado

string

None.

fechaEstimadaPago

date

None.

fechaEstimadaPagoString

string

None.

motivoDevolucion

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "iDRegistroPago": 1,
    "iDOrdenDeCompra": "sample string 2",
    "iDVendedor": "sample string 3",
    "numeroFactura": "sample string 4",
    "fechaFactura": "2024-05-07T17:44:26.6349351-05:00",
    "fechaFacturaString": "sample string 6",
    "montoSubTotalFactura": 1.0,
    "montoSubTotalFacturaString": "sample string 7",
    "montoItbmsFactura": 1.0,
    "montoItbmsFacturaString": "sample string 8",
    "montoTotalFactura": 1.0,
    "montoTotalFacturaString": "sample string 9",
    "remesaBanco": 1.0,
    "remesaProveedor": 1.0,
    "fechaRegistro": "2024-05-07T17:44:26.6349351-05:00",
    "esCancelada": "sample string 10",
    "estado": "sample string 11",
    "fechaEstimadaPago": "2024-05-07T17:44:26.6349351-05:00",
    "fechaEstimadaPagoString": "sample string 12",
    "motivoDevolucion": "sample string 13"
  },
  {
    "iDRegistroPago": 1,
    "iDOrdenDeCompra": "sample string 2",
    "iDVendedor": "sample string 3",
    "numeroFactura": "sample string 4",
    "fechaFactura": "2024-05-07T17:44:26.6349351-05:00",
    "fechaFacturaString": "sample string 6",
    "montoSubTotalFactura": 1.0,
    "montoSubTotalFacturaString": "sample string 7",
    "montoItbmsFactura": 1.0,
    "montoItbmsFacturaString": "sample string 8",
    "montoTotalFactura": 1.0,
    "montoTotalFacturaString": "sample string 9",
    "remesaBanco": 1.0,
    "remesaProveedor": 1.0,
    "fechaRegistro": "2024-05-07T17:44:26.6349351-05:00",
    "esCancelada": "sample string 10",
    "estado": "sample string 11",
    "fechaEstimadaPago": "2024-05-07T17:44:26.6349351-05:00",
    "fechaEstimadaPagoString": "sample string 12",
    "motivoDevolucion": "sample string 13"
  }
]

application/xml, text/xml

Sample:
<ArrayOfFactura xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProntoCompra.Ventas.ViewModels">
  <Factura>
    <esCancelada>sample string 10</esCancelada>
    <estado>sample string 11</estado>
    <fechaEstimadaPago>2024-05-07T17:44:26.6349351-05:00</fechaEstimadaPago>
    <fechaEstimadaPagoString>sample string 12</fechaEstimadaPagoString>
    <fechaFactura>2024-05-07T17:44:26.6349351-05:00</fechaFactura>
    <fechaFacturaString>sample string 6</fechaFacturaString>
    <fechaRegistro>2024-05-07T17:44:26.6349351-05:00</fechaRegistro>
    <iDOrdenDeCompra>sample string 2</iDOrdenDeCompra>
    <iDRegistroPago>1</iDRegistroPago>
    <iDVendedor>sample string 3</iDVendedor>
    <montoItbmsFactura>1</montoItbmsFactura>
    <montoItbmsFacturaString>sample string 8</montoItbmsFacturaString>
    <montoSubTotalFactura>1</montoSubTotalFactura>
    <montoSubTotalFacturaString>sample string 7</montoSubTotalFacturaString>
    <montoTotalFactura>1</montoTotalFactura>
    <montoTotalFacturaString>sample string 9</montoTotalFacturaString>
    <motivoDevolucion>sample string 13</motivoDevolucion>
    <numeroFactura>sample string 4</numeroFactura>
    <remesaBanco>1</remesaBanco>
    <remesaProveedor>1</remesaProveedor>
  </Factura>
  <Factura>
    <esCancelada>sample string 10</esCancelada>
    <estado>sample string 11</estado>
    <fechaEstimadaPago>2024-05-07T17:44:26.6349351-05:00</fechaEstimadaPago>
    <fechaEstimadaPagoString>sample string 12</fechaEstimadaPagoString>
    <fechaFactura>2024-05-07T17:44:26.6349351-05:00</fechaFactura>
    <fechaFacturaString>sample string 6</fechaFacturaString>
    <fechaRegistro>2024-05-07T17:44:26.6349351-05:00</fechaRegistro>
    <iDOrdenDeCompra>sample string 2</iDOrdenDeCompra>
    <iDRegistroPago>1</iDRegistroPago>
    <iDVendedor>sample string 3</iDVendedor>
    <montoItbmsFactura>1</montoItbmsFactura>
    <montoItbmsFacturaString>sample string 8</montoItbmsFacturaString>
    <montoSubTotalFactura>1</montoSubTotalFactura>
    <montoSubTotalFacturaString>sample string 7</montoSubTotalFacturaString>
    <montoTotalFactura>1</montoTotalFactura>
    <montoTotalFacturaString>sample string 9</montoTotalFacturaString>
    <motivoDevolucion>sample string 13</motivoDevolucion>
    <numeroFactura>sample string 4</numeroFactura>
    <remesaBanco>1</remesaBanco>
    <remesaProveedor>1</remesaProveedor>
  </Factura>
</ArrayOfFactura>