GET api/AdmFacturasCompras
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of AdmFacturasCompra| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | integer | None. | |
| fecha | date | None. | |
| cuenta | string | None. | |
| emisor | decimal number | None. | |
| numero | decimal number | None. | |
| subtotal | decimal number | None. | |
| iva21 | decimal number | None. | |
| iva105 | decimal number | None. | |
| retepor | decimal number | None. | |
| rete | decimal number | None. | |
| ib | decimal number | None. | |
| total | decimal number | None. | |
| idprove | integer | None. | |
| razonsocial | string | None. | |
| idtfac | string | None. | |
| g | string | None. | |
| resta | decimal number | None. | |
| rib | decimal number | None. | 
Response Formats
application/json, text/json
            Sample:
        
[
  {
    "id": 1,
    "fecha": "2025-10-31T07:17:43.885624-03:00",
    "cuenta": "sample string 2",
    "emisor": 1.0,
    "numero": 1.0,
    "subtotal": 1.0,
    "iva21": 1.0,
    "iva105": 1.0,
    "retepor": 1.0,
    "rete": 1.0,
    "ib": 1.0,
    "total": 1.0,
    "idprove": 1,
    "razonsocial": "sample string 3",
    "idtfac": "sample string 4",
    "g": "sample string 5",
    "resta": 1.0,
    "rib": 1.0
  },
  {
    "id": 1,
    "fecha": "2025-10-31T07:17:43.885624-03:00",
    "cuenta": "sample string 2",
    "emisor": 1.0,
    "numero": 1.0,
    "subtotal": 1.0,
    "iva21": 1.0,
    "iva105": 1.0,
    "retepor": 1.0,
    "rete": 1.0,
    "ib": 1.0,
    "total": 1.0,
    "idprove": 1,
    "razonsocial": "sample string 3",
    "idtfac": "sample string 4",
    "g": "sample string 5",
    "resta": 1.0,
    "rib": 1.0
  }
]
        text/html
            Sample:
        
[{"id":1,"fecha":"2025-10-31T07:17:43.885624-03:00","cuenta":"sample string 2","emisor":1.0,"numero":1.0,"subtotal":1.0,"iva21":1.0,"iva105":1.0,"retepor":1.0,"rete":1.0,"ib":1.0,"total":1.0,"idprove":1,"razonsocial":"sample string 3","idtfac":"sample string 4","g":"sample string 5","resta":1.0,"rib":1.0},{"id":1,"fecha":"2025-10-31T07:17:43.885624-03:00","cuenta":"sample string 2","emisor":1.0,"numero":1.0,"subtotal":1.0,"iva21":1.0,"iva105":1.0,"retepor":1.0,"rete":1.0,"ib":1.0,"total":1.0,"idprove":1,"razonsocial":"sample string 3","idtfac":"sample string 4","g":"sample string 5","resta":1.0,"rib":1.0}]
        application/xml, text/xml
            Sample:
<ArrayOfAdmFacturasCompra xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1">
  <AdmFacturasCompra>
    <cuenta>sample string 2</cuenta>
    <emisor>1</emisor>
    <fecha>2025-10-31T07:17:43.885624-03:00</fecha>
    <g>sample string 5</g>
    <ib>1</ib>
    <id>1</id>
    <idprove>1</idprove>
    <idtfac>sample string 4</idtfac>
    <iva105>1</iva105>
    <iva21>1</iva21>
    <numero>1</numero>
    <razonsocial>sample string 3</razonsocial>
    <resta>1</resta>
    <rete>1</rete>
    <retepor>1</retepor>
    <rib>1</rib>
    <subtotal>1</subtotal>
    <total>1</total>
  </AdmFacturasCompra>
  <AdmFacturasCompra>
    <cuenta>sample string 2</cuenta>
    <emisor>1</emisor>
    <fecha>2025-10-31T07:17:43.885624-03:00</fecha>
    <g>sample string 5</g>
    <ib>1</ib>
    <id>1</id>
    <idprove>1</idprove>
    <idtfac>sample string 4</idtfac>
    <iva105>1</iva105>
    <iva21>1</iva21>
    <numero>1</numero>
    <razonsocial>sample string 3</razonsocial>
    <resta>1</resta>
    <rete>1</rete>
    <retepor>1</retepor>
    <rib>1</rib>
    <subtotal>1</subtotal>
    <total>1</total>
  </AdmFacturasCompra>
</ArrayOfAdmFacturasCompra>