NOTA CRÉDITO SIN REFERENCIA A FACTURA#
Para realizar una nota crédito sin referencia a factura deberás utilizar la siquiente estructura JSON en la que se debe indicar el tipo de operación 22:
1. From (MUESTRAS COMERCIALES)
Invoice.BillingPeriod.From
Invoice/InvoicePeriod/StartDate
Fecha inicial del periodo de facturación.
2. To (NOTA CRÉDITO SIN REFERENCIA A FACTURA)
Note
Recuerde que el periodo de facturación inicial y final debe estar en el mismo mes.
DTO NOTA CRÉDITO SIN REFERENCIA A FACTURA#
JSON (DTO) - NC SIN REFERENCIA
{
"OperationType": "22", //22 -->Nota Crédito sin referencia a facturas || 20 --> Nota Crédito que referencia una factura electrónica
"BillingPeriod": { //Sección para informar el periodo de facturación y se debe informar el periodo en el mismo mes
"From": "2024-04-01",// Fecha de inicio del periodo
"To": "2024-04-30" // Fecha de fin del periodo
},
"Currency": "COP",
"ReasonCredit": "5",
"SeriePrefix": "NC",
"SerieNumber": "101",
"IssueDate": "2024-05-02T12:12:12",
"DueDate": "2024-05-02T12:12:12",
"DeliveryDate": "2024-05-02T12:12:12",
"CorrelationDocumentId": "POSTMAN-{{$timestamp}}",
"SerieExternalKey": "{{serieexternalkeyNC}}",
"IssuerParty": {
"Identification": {
"DocumentNumber": "{{nit}}",
"DocumentType": "NIT",
"CountryCode": "CO",
"CheckDigit": "{{digitoverificacion}}"
}
},
"PaymentMeans": [
{
"Code": "20",
"Mean": "1",
"DueDate": "2024-11-27"
}
],
"CustomerParty": {
"LegalType": "Legal",
"Email": "correo@sovos.com",
"TaxScheme": "ZZ",
"ResponsabilityTypes": [
"R-99-PN"
],
"Identification": {
"DocumentNumber": "{{nit}}",
"DocumentType": "NIT",
"CountryCode": "CO",
"CheckDigit": "{{digitoverificacion}}"
},
"Name": "Saphety Transacciones Electrónicas S.A.S",
"Address": {
"DepartmentCode": "11",
"CityCode": "11001",
"AddressLine": "Calle 97a No. 9 - 45",
"Country": "CO"
}
},
"Lines": [
{
"Number": "1",
"Quantity": "1",
"QuantityUnitOfMeasure": "NAR",
"TaxSubTotals": [
{
"TaxCategory": "01",
"TaxPercentage": "19.00",
"TaxableAmount": "115000.00",
"TaxAmount": "21850.00"
}
],
"TaxTotals": [
{
"TaxCategory": "01",
"TaxAmount": "21850.00"
}
],
"UnitPrice": "115000.00",
"GrossAmount": "115000.00",
"NetAmount": "115000.00",
"Item": {
"Gtin": "987654321",
"Description": "Descripcion del producto o servicio"
}
}
],
"TaxSubTotals": [
{
"TaxCategory": "01",
"TaxPercentage": "19.00",
"TaxableAmount": "115000.00",
"TaxAmount": "21850.00"
}
],
"TaxTotals": [
{
"TaxCategory": "01",
"TaxAmount": "21850.00"
}
],
"Total": {
"GrossAmount": "115000.00",
"TotalBillableAmount": "136850.00",
"PayableAmount": "136850.00",
"TaxableAmount": "115000.00"
}
}