GET api/vouchers/libro-iva-compras?dateFrom={dateFrom}&dateTo={dateTo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| dateFrom | date |
Required |
|
| dateTo | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of LibroIvaComprasItemData| Name | Description | Type | Additional information |
|---|---|---|---|
| PurchaseID | integer |
None. |
|
| Date | date |
None. |
|
| ProviderID | integer |
None. |
|
| ProviderName | string |
None. |
|
| IdentificationDocumentTypeID | integer |
None. |
|
| IdentificationDocumentTypeName | string |
None. |
|
| IdentificationDocumentValue | string |
None. |
|
| ResponsibleTypeName | string |
None. |
|
| VoucherTypeID | integer |
None. |
|
| VoucherTypeAfipCode | integer |
None. |
|
| VoucherPointOfSaleNumber | integer |
None. |
|
| VoucherNumber | integer |
None. |
|
| SubTotal | decimal number |
None. |
|
| IVAAmount | decimal number |
None. |
|
| IVAPerceptionAmount | decimal number |
None. |
|
| IIBBPerceptionAmount | decimal number |
None. |
|
| OtherTaxesAmount | decimal number |
None. |
|
| Total | decimal number |
None. |
|
| Comment | string |
None. |
|
| AlicuotasDeIVA | Collection of CitiAlicuotaApplyData |
None. |
|
| DateToStr | string |
None. |
|
| VoucherTypeToStr | string |
None. |
|
| VoucherPointOfSaleNumberToStr | string |
None. |
|
| VoucherNumberToStr | string |
None. |
|
| IVA21 | decimal number |
None. |
|
| IVA105 | decimal number |
None. |
|
| IVA27 | decimal number |
None. |
|
| IVAOtrasAlicuotas | decimal number |
None. |
|
| ID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PurchaseID": 1,
"Date": "2026-09-20T09:57:06.4163459+00:00",
"ProviderID": 1,
"ProviderName": "sample string 2",
"IdentificationDocumentTypeID": 1,
"IdentificationDocumentTypeName": "sample string 3",
"IdentificationDocumentValue": "sample string 4",
"ResponsibleTypeName": "sample string 5",
"VoucherTypeID": 1,
"VoucherTypeAfipCode": 1,
"VoucherPointOfSaleNumber": 1,
"VoucherNumber": 1,
"SubTotal": 1.0,
"IVAAmount": 1.0,
"IVAPerceptionAmount": 1.0,
"IIBBPerceptionAmount": 1.0,
"OtherTaxesAmount": 1.0,
"Total": 1.0,
"Comment": "sample string 6",
"AlicuotasDeIVA": [
{
"AlicuotaValue": 1.0,
"Ammount": 2.0,
"ImporteNetoGravado": 3.0
},
{
"AlicuotaValue": 1.0,
"Ammount": 2.0,
"ImporteNetoGravado": 3.0
}
],
"DateToStr": "20/9/2026",
"VoucherTypeToStr": "Factura A",
"VoucherPointOfSaleNumberToStr": "0001",
"VoucherNumberToStr": "00000001",
"IVA21": 0.0,
"IVA105": 0.0,
"IVA27": 0.0,
"IVAOtrasAlicuotas": 4.0,
"ID": 1
},
{
"PurchaseID": 1,
"Date": "2026-09-20T09:57:06.4163459+00:00",
"ProviderID": 1,
"ProviderName": "sample string 2",
"IdentificationDocumentTypeID": 1,
"IdentificationDocumentTypeName": "sample string 3",
"IdentificationDocumentValue": "sample string 4",
"ResponsibleTypeName": "sample string 5",
"VoucherTypeID": 1,
"VoucherTypeAfipCode": 1,
"VoucherPointOfSaleNumber": 1,
"VoucherNumber": 1,
"SubTotal": 1.0,
"IVAAmount": 1.0,
"IVAPerceptionAmount": 1.0,
"IIBBPerceptionAmount": 1.0,
"OtherTaxesAmount": 1.0,
"Total": 1.0,
"Comment": "sample string 6",
"AlicuotasDeIVA": [
{
"AlicuotaValue": 1.0,
"Ammount": 2.0,
"ImporteNetoGravado": 3.0
},
{
"AlicuotaValue": 1.0,
"Ammount": 2.0,
"ImporteNetoGravado": 3.0
}
],
"DateToStr": "20/9/2026",
"VoucherTypeToStr": "Factura A",
"VoucherPointOfSaleNumberToStr": "0001",
"VoucherNumberToStr": "00000001",
"IVA21": 0.0,
"IVA105": 0.0,
"IVA27": 0.0,
"IVAOtrasAlicuotas": 4.0,
"ID": 1
}
]
text/xml
Sample:
<ArrayOfLibroIvaComprasItemData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data.Tax">
<LibroIvaComprasItemData>
<ID xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data">1</ID>
<AlicuotasDeIVA>
<CitiAlicuotaApplyData>
<AlicuotaValue>1</AlicuotaValue>
<Ammount>2</Ammount>
<ImporteNetoGravado>3</ImporteNetoGravado>
</CitiAlicuotaApplyData>
<CitiAlicuotaApplyData>
<AlicuotaValue>1</AlicuotaValue>
<Ammount>2</Ammount>
<ImporteNetoGravado>3</ImporteNetoGravado>
</CitiAlicuotaApplyData>
</AlicuotasDeIVA>
<Comment>sample string 6</Comment>
<Date>2026-09-20T09:57:06.4163459+00:00</Date>
<IIBBPerceptionAmount>1</IIBBPerceptionAmount>
<IVAAmount>1</IVAAmount>
<IVAPerceptionAmount>1</IVAPerceptionAmount>
<IdentificationDocumentTypeID>1</IdentificationDocumentTypeID>
<IdentificationDocumentTypeName>sample string 3</IdentificationDocumentTypeName>
<IdentificationDocumentValue>sample string 4</IdentificationDocumentValue>
<OtherTaxesAmount>1</OtherTaxesAmount>
<ProviderID>1</ProviderID>
<ProviderName>sample string 2</ProviderName>
<PurchaseID>1</PurchaseID>
<ResponsibleTypeName>sample string 5</ResponsibleTypeName>
<SubTotal>1</SubTotal>
<Total>1</Total>
<VoucherNumber>1</VoucherNumber>
<VoucherPointOfSaleNumber>1</VoucherPointOfSaleNumber>
<VoucherTypeAfipCode>1</VoucherTypeAfipCode>
<VoucherTypeID>1</VoucherTypeID>
</LibroIvaComprasItemData>
<LibroIvaComprasItemData>
<ID xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data">1</ID>
<AlicuotasDeIVA>
<CitiAlicuotaApplyData>
<AlicuotaValue>1</AlicuotaValue>
<Ammount>2</Ammount>
<ImporteNetoGravado>3</ImporteNetoGravado>
</CitiAlicuotaApplyData>
<CitiAlicuotaApplyData>
<AlicuotaValue>1</AlicuotaValue>
<Ammount>2</Ammount>
<ImporteNetoGravado>3</ImporteNetoGravado>
</CitiAlicuotaApplyData>
</AlicuotasDeIVA>
<Comment>sample string 6</Comment>
<Date>2026-09-20T09:57:06.4163459+00:00</Date>
<IIBBPerceptionAmount>1</IIBBPerceptionAmount>
<IVAAmount>1</IVAAmount>
<IVAPerceptionAmount>1</IVAPerceptionAmount>
<IdentificationDocumentTypeID>1</IdentificationDocumentTypeID>
<IdentificationDocumentTypeName>sample string 3</IdentificationDocumentTypeName>
<IdentificationDocumentValue>sample string 4</IdentificationDocumentValue>
<OtherTaxesAmount>1</OtherTaxesAmount>
<ProviderID>1</ProviderID>
<ProviderName>sample string 2</ProviderName>
<PurchaseID>1</PurchaseID>
<ResponsibleTypeName>sample string 5</ResponsibleTypeName>
<SubTotal>1</SubTotal>
<Total>1</Total>
<VoucherNumber>1</VoucherNumber>
<VoucherPointOfSaleNumber>1</VoucherPointOfSaleNumber>
<VoucherTypeAfipCode>1</VoucherTypeAfipCode>
<VoucherTypeID>1</VoucherTypeID>
</LibroIvaComprasItemData>
</ArrayOfLibroIvaComprasItemData>