GET CreditNote?status={status}
Devuelve las facturas por una serie de filtros
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
status | DocumentStatusEnum |
Required |
Body Parameters
None.
Response Information
Resource Description
Devuelve una lista de facturas
Collection of CreditNoteDtoName | Description | Type | Additional information |
---|---|---|---|
Id |
Identificador Unico del Documento |
integer |
Required |
RUC |
Registro Unico de Contribuyente |
string |
Required Max length: 13 |
DocumentTypeCode |
Código del Documento a Emitir (Tabla 3 Ficha Tecnica) |
string |
String length: inclusive between 0 and 2 |
DocumentNumber |
Numero del Documento |
string |
None. |
IssuedOn |
Fecha de Emision del Documento |
date |
None. |
EstablishmentCode |
Codigo Establecimiento |
string |
String length: inclusive between 0 and 5 |
IssuePointCode |
Punto de Emisión del Comprobante |
string |
String length: inclusive between 0 and 5 |
Sequential |
Secuencial |
string |
String length: inclusive between 0 and 9 |
Emails |
Emails, Emails para enviar el comprobante. |
string |
String length: inclusive between 0 and 500 |
CreatedOn |
Fecha de creacion del documento |
date |
None. |
BussinesName |
Razon Social |
string |
Required Max length: 300 |
TradeName |
Nombre Comercial |
string |
Max length: 300 |
MainAddress |
Direccion Principal |
string |
Max length: 300 |
IsEnabled |
Estado Habilitado del Documento |
boolean |
None. |
IssuerId |
Id del Emisor |
integer |
Required |
ContributorId |
ID del Contribuyente |
integer |
None. |
ContributorIdentificationType |
Tipo de Identificacion del Contribuyente |
string |
None. |
ContributorName |
Nombre del Contribuyente |
string |
None. |
ContributorIdentification |
Numero de Identificacion del Contribuyente |
string |
None. |
ContributorAddress |
Direccion del Contribuyente |
string |
None. |
Currency |
Moneda |
string |
None. |
Reason |
Motivo o Explicacion del Documento |
string |
None. |
Total |
Valor Total del Documento |
decimal number |
None. |
AccessKey |
Clave de Acceso |
string |
None. |
AuthorizationDate |
Fecha de autorizacion |
string |
None. |
AuthorizationNumber |
Numero de Autorizacion |
string |
None. |
|
string |
None. |
|
XML |
XML |
string |
None. |
Status |
Estado actual del documento |
DocumentStatusEnum |
None. |
StatusMsg |
Mensaje del Estado |
string |
None. |
LastModifiedOn |
Fecha de Modificacion |
date |
None. |
CreditNoteInfo |
Informacion Especifica del Documento |
CreditNoteInfo |
None. |
AdditionalFields |
Campos Adicionales |
Collection of AdditionalField |
None. |
Response Formats
application/json, text/json
[ { "Id": 1, "RUC": "sample string 2", "DocumentTypeCode": "sample string 3", "DocumentNumber": "sample string 6-sample string 7-sample string 8", "IssuedOn": "2025-06-14T10:29:27.0019604-05:00", "EstablishmentCode": "sample string 6", "IssuePointCode": "sample string 7", "Sequential": "sample string 8", "Emails": "sample string 9", "CreatedOn": "2025-06-14T10:29:27.0019604-05:00", "BussinesName": "sample string 11", "TradeName": "sample string 12", "MainAddress": "sample string 13", "IsEnabled": true, "IssuerId": 15, "ContributorId": 16, "ContributorIdentificationType": "sample string 17", "ContributorName": "sample string 18", "ContributorIdentification": "sample string 19", "ContributorAddress": "sample string 20", "Currency": "sample string 21", "Reason": "sample string 22", "Total": 23.0, "AccessKey": "sample string 24", "AuthorizationDate": "sample string 25", "AuthorizationNumber": "sample string 26", "PDF": "sample string 27", "XML": "sample string 28", "Status": 0, "StatusMsg": "sample string 29", "LastModifiedOn": "2025-06-14T10:29:27.0019604-05:00", "CreditNoteInfo": { "CreditNoteInfoId": 1, "IssuedOn": "sample string 2", "IdentificationType": "sample string 3", "Identification": "sample string 4", "BussinesName": "sample string 5", "Address": "sample string 6", "Currency": "sample string 7", "SubtotalVat": 8.0, "SubtotalVatZero": 9.0, "SubtotalNotSubject": 10.0, "SubtotalExempt": 11.0, "Subtotal": 12.0, "TotalDiscount": 13.0, "SpecialConsumTax": 14.0, "ValueAddedTax": 15.0, "Tip": 16.0, "Total": 17.0, "ReferenceDocumentId": 1, "ReferenceDocumentCode": "sample string 18", "ReferenceDocumentNumber": "sample string 19", "ReferenceDocumentDate": "sample string 20", "ReferenceDocumentAuth": "sample string 21", "ModifiedValue": 22.0, "Reason": "sample string 23", "Details": [ { "Id": 1, "ProductId": 1, "MainCode": "sample string 2", "AuxCode": "sample string 3", "Description": "sample string 4", "Amount": 5.0, "UnitPrice": 6.0, "Discount": 7.0, "SubTotal": 8.0, "Taxes": [ { "Id": 1, "Code": "sample string 2", "PercentageCode": "sample string 3", "Rate": 4.0, "TaxableBase": 5.0, "TaxValue": 6.0, "DocumentDetailId": 7 }, { "Id": 1, "Code": "sample string 2", "PercentageCode": "sample string 3", "Rate": 4.0, "TaxableBase": 5.0, "TaxValue": 6.0, "DocumentDetailId": 7 } ], "Name1": "sample string 9", "Value1": "sample string 10", "Name2": "sample string 11", "Value2": "sample string 12", "Name3": "sample string 13", "Value3": "sample string 14", "DocumentId": 15, "InvoiceInfoId": 1, "CreditNoteInfoId": 1 }, { "Id": 1, "ProductId": 1, "MainCode": "sample string 2", "AuxCode": "sample string 3", "Description": "sample string 4", "Amount": 5.0, "UnitPrice": 6.0, "Discount": 7.0, "SubTotal": 8.0, "Taxes": [ { "Id": 1, "Code": "sample string 2", "PercentageCode": "sample string 3", "Rate": 4.0, "TaxableBase": 5.0, "TaxValue": 6.0, "DocumentDetailId": 7 }, { "Id": 1, "Code": "sample string 2", "PercentageCode": "sample string 3", "Rate": 4.0, "TaxableBase": 5.0, "TaxValue": 6.0, "DocumentDetailId": 7 } ], "Name1": "sample string 9", "Value1": "sample string 10", "Name2": "sample string 11", "Value2": "sample string 12", "Name3": "sample string 13", "Value3": "sample string 14", "DocumentId": 15, "InvoiceInfoId": 1, "CreditNoteInfoId": 1 } ], "TotalTaxes": [ { "Id": 1, "TaxCode": "sample string 2", "PercentageTaxCode": "sample string 3", "TaxableBase": 4.0, "TaxValue": 5.0, "TaxRate": 6.0, "AditionalDiscount": 7.0, "DocumentId": 8, "InvoiceInfoId": 1, "CreditNoteInfoId": 1 }, { "Id": 1, "TaxCode": "sample string 2", "PercentageTaxCode": "sample string 3", "TaxableBase": 4.0, "TaxValue": 5.0, "TaxRate": 6.0, "AditionalDiscount": 7.0, "DocumentId": 8, "InvoiceInfoId": 1, "CreditNoteInfoId": 1 } ], "Payments": [ { "Id": 1, "PaymentMethodCode": "sample string 2", "Name": "sample string 3", "Total": 1.0, "Term": 1, "TimeUnit": "sample string 4", "DocumentId": 5, "InvoiceInfoId": 1, "CreditNoteInfoId": 1 }, { "Id": 1, "PaymentMethodCode": "sample string 2", "Name": "sample string 3", "Total": 1.0, "Term": 1, "TimeUnit": "sample string 4", "DocumentId": 5, "InvoiceInfoId": 1, "CreditNoteInfoId": 1 } ] }, "AdditionalFields": [ { "Id": 1, "Name": "sample string 2", "Value": "sample string 3", "LineNumber": 4, "DocumentId": 5 }, { "Id": 1, "Name": "sample string 2", "Value": "sample string 3", "LineNumber": 4, "DocumentId": 5 } ] }, { "Id": 1, "RUC": "sample string 2", "DocumentTypeCode": "sample string 3", "DocumentNumber": "sample string 6-sample string 7-sample string 8", "IssuedOn": "2025-06-14T10:29:27.0019604-05:00", "EstablishmentCode": "sample string 6", "IssuePointCode": "sample string 7", "Sequential": "sample string 8", "Emails": "sample string 9", "CreatedOn": "2025-06-14T10:29:27.0019604-05:00", "BussinesName": "sample string 11", "TradeName": "sample string 12", "MainAddress": "sample string 13", "IsEnabled": true, "IssuerId": 15, "ContributorId": 16, "ContributorIdentificationType": "sample string 17", "ContributorName": "sample string 18", "ContributorIdentification": "sample string 19", "ContributorAddress": "sample string 20", "Currency": "sample string 21", "Reason": "sample string 22", "Total": 23.0, "AccessKey": "sample string 24", "AuthorizationDate": "sample string 25", "AuthorizationNumber": "sample string 26", "PDF": "sample string 27", "XML": "sample string 28", "Status": 0, "StatusMsg": "sample string 29", "LastModifiedOn": "2025-06-14T10:29:27.0019604-05:00", "CreditNoteInfo": { "CreditNoteInfoId": 1, "IssuedOn": "sample string 2", "IdentificationType": "sample string 3", "Identification": "sample string 4", "BussinesName": "sample string 5", "Address": "sample string 6", "Currency": "sample string 7", "SubtotalVat": 8.0, "SubtotalVatZero": 9.0, "SubtotalNotSubject": 10.0, "SubtotalExempt": 11.0, "Subtotal": 12.0, "TotalDiscount": 13.0, "SpecialConsumTax": 14.0, "ValueAddedTax": 15.0, "Tip": 16.0, "Total": 17.0, "ReferenceDocumentId": 1, "ReferenceDocumentCode": "sample string 18", "ReferenceDocumentNumber": "sample string 19", "ReferenceDocumentDate": "sample string 20", "ReferenceDocumentAuth": "sample string 21", "ModifiedValue": 22.0, "Reason": "sample string 23", "Details": [ { "Id": 1, "ProductId": 1, "MainCode": "sample string 2", "AuxCode": "sample string 3", "Description": "sample string 4", "Amount": 5.0, "UnitPrice": 6.0, "Discount": 7.0, "SubTotal": 8.0, "Taxes": [ { "Id": 1, "Code": "sample string 2", "PercentageCode": "sample string 3", "Rate": 4.0, "TaxableBase": 5.0, "TaxValue": 6.0, "DocumentDetailId": 7 }, { "Id": 1, "Code": "sample string 2", "PercentageCode": "sample string 3", "Rate": 4.0, "TaxableBase": 5.0, "TaxValue": 6.0, "DocumentDetailId": 7 } ], "Name1": "sample string 9", "Value1": "sample string 10", "Name2": "sample string 11", "Value2": "sample string 12", "Name3": "sample string 13", "Value3": "sample string 14", "DocumentId": 15, "InvoiceInfoId": 1, "CreditNoteInfoId": 1 }, { "Id": 1, "ProductId": 1, "MainCode": "sample string 2", "AuxCode": "sample string 3", "Description": "sample string 4", "Amount": 5.0, "UnitPrice": 6.0, "Discount": 7.0, "SubTotal": 8.0, "Taxes": [ { "Id": 1, "Code": "sample string 2", "PercentageCode": "sample string 3", "Rate": 4.0, "TaxableBase": 5.0, "TaxValue": 6.0, "DocumentDetailId": 7 }, { "Id": 1, "Code": "sample string 2", "PercentageCode": "sample string 3", "Rate": 4.0, "TaxableBase": 5.0, "TaxValue": 6.0, "DocumentDetailId": 7 } ], "Name1": "sample string 9", "Value1": "sample string 10", "Name2": "sample string 11", "Value2": "sample string 12", "Name3": "sample string 13", "Value3": "sample string 14", "DocumentId": 15, "InvoiceInfoId": 1, "CreditNoteInfoId": 1 } ], "TotalTaxes": [ { "Id": 1, "TaxCode": "sample string 2", "PercentageTaxCode": "sample string 3", "TaxableBase": 4.0, "TaxValue": 5.0, "TaxRate": 6.0, "AditionalDiscount": 7.0, "DocumentId": 8, "InvoiceInfoId": 1, "CreditNoteInfoId": 1 }, { "Id": 1, "TaxCode": "sample string 2", "PercentageTaxCode": "sample string 3", "TaxableBase": 4.0, "TaxValue": 5.0, "TaxRate": 6.0, "AditionalDiscount": 7.0, "DocumentId": 8, "InvoiceInfoId": 1, "CreditNoteInfoId": 1 } ], "Payments": [ { "Id": 1, "PaymentMethodCode": "sample string 2", "Name": "sample string 3", "Total": 1.0, "Term": 1, "TimeUnit": "sample string 4", "DocumentId": 5, "InvoiceInfoId": 1, "CreditNoteInfoId": 1 }, { "Id": 1, "PaymentMethodCode": "sample string 2", "Name": "sample string 3", "Total": 1.0, "Term": 1, "TimeUnit": "sample string 4", "DocumentId": 5, "InvoiceInfoId": 1, "CreditNoteInfoId": 1 } ] }, "AdditionalFields": [ { "Id": 1, "Name": "sample string 2", "Value": "sample string 3", "LineNumber": 4, "DocumentId": 5 }, { "Id": 1, "Name": "sample string 2", "Value": "sample string 3", "LineNumber": 4, "DocumentId": 5 } ] } ]