Método de envío.
Para el proceso de pruebas de la factura de exportación recuerde
- Solicitar el TOKEN
- Valide el parámetro de envió para pruebas
“sMethod”: “classTaxxa.fjDocumentAdd”,
“jParams”: {
“wVersionUBL”: 2.1,
“wEnvironment”: “test”,
El ambiente de producción debe ajustar el parámetro de la siguiente forma:
“sMethod”: “classTaxxa.fjDocumentAdd”,
“jParams”: {
“wVersionUBL”: 2.1,
“wEnvironment”: “prod”,
INFORMACIÓN IMPORTANTE LAS NOTAS NO REFERNCIADAS
- Recuerde que las NC y ND no referenciadas se generan cuando la factura ya es un título valor es decir que el cliente la aprobo
- Las NC y ND no deben llevar retenciones, recargos ni descuentos al pie del documento
- 3. Las NC y ND deben llevar la fecha inicial y y fecha final del periodo que afectan en este caso el mes del cual afecta el ingreso.
{
"stoken": "00000000000",
"jApi": {
"sMethod": "classTaxxa.fjDocumentAdd",
"jParams": {
"wVersionUBL": 2.1,
"wenvironment": "test",
"jDocument": {
"wdocumenttype": "CreditNote",
"wdocumenttypecode": "91",
"woperationtype":"22",
"wcurrency": "COP",
"sdocumentprefix": "NC",
"sdocumentsuffix": 9865,
"sinvoiceperiodstartdate": "2024-04-01",
"sinvoiceperiodstarttime": "10:17:00",
"sinvoiceperiodenddate": "2024-04-30",
"sinvoiceperiodendtime": "10:17:00",
"tissuedate": "2024-05-06 13:59:21",
"tduedate": "2024-05-06",
"wpaymentmeans": 1,
"wpaymentmethod": "10",
"nlineextensionamount": 700500,
"ntaxexclusiveamount": 700000,
"ntaxinclusiveamount": 833500,
"npayableamount": 833500,
"snotes": "Notas a factura comentarios",
"snotetop": "IVA Régimen Común No somos Agentes de Retención de IVA No somos Grandes Contribuyentes Actividad Económica ICA 4520 9.66 X 1000",
"sorderreference": "23548",
"tdatereference": "2024-01-17",
"jdocumentitems": {
"0": {
"jextrainfo": {
"sbarcode": "021566",
"tdateorder": "2024-01-01",
"sBrandName": "xxxxxxx",
"sModelName": "XXXXX"
},
"sdescription": "PINTURA",
"snotes": "",
"wunitcode": "und",
"sgroupname": "alimentos",
"sstandarditemidentification": "00235",
"sstandardidentificationcode": "999",
"nunitprice": "700000",
"nusertotal": 700000,
"nquantity": "1.00",
"adescription": {
"0": "Descripción Adicional Item",
"1": "Descripción Adicional Item",
"2": "Descripción Adicional Item",
"3": "Descripción Adicional Item",
"4": "Descripción Adicional Item"
},
"jtax": {
"jiva": {
"nrate": 19,
"sname": "IVA",
"namount": 133000,
"nbaseamount": 700000
}
}
},
"1": {
"jextrainfo": {
"sbarcode": "021566",
"tdateorder": "2024-01-01",
"sBrandName": "xxxxxxx",
"sModelName": "XXXXX"
},
"sdescription": "PINTURA",
"snotes": "",
"wunitcode": "und",
"sgroupname": "alimentos",
"sstandarditemidentification": "00235",
"sstandardidentificationcode": "999",
"nunitprice": "500",
"nusertotal": 500,
"nquantity": "1.00",
"adescription": {
"0": "Descripción Adicional Item",
"1": "Descripción Adicional Item",
"2": "Descripción Adicional Item",
"3": "Descripción Adicional Item",
"4": "Descripción Adicional Item"
}
}
},
"jseller": {
"wlegalorganizationtype": "person",
"sfiscalresponsibilities": "R-99-PN",
"sdocid": "901402281",
"sdoctype": "NIT",
"ssellername": "RAZON SOCIAL DEL VENDEDOR COMO SE ENCUENTRA EN EL RUT",
"ssellerbrand": "NOMBRE COMERCIAL DEL ESTABLECIMIENTO",
"scontactperson": "NOMBRE PERSONA DE CONTACTO",
"saddresszip": "110001",
"wdepartmentcode": "11",
"wtowncode ": "11001",
"scityname": "BOGOTA",
"jcontact": {
"selectronicmail": "correo@correo.com",
"jregistrationaddress": {
"wdepartmentcode": "85",
"scityname": "RIOHACHA - LA GUAJIRA",
"saddressline1": "CL 13 11 75",
"scountrycode": "CO",
"wprovincecode": "44001",
"szip": "440001",
"sdepartmentname": "GUAJIRA"
}
}
},
"jbuyer": {
"wlegalorganizationtype": "person",
"scostumername": "CONSUMIDOR FINAL",
"stributaryidentificationkey": "ZZ",
"stributaryidentificationname": "No aplica",
"sfiscalresponsibilities": "R-99-PN",
"sfiscalregime": "48",
"jpartylegalentity": {
"wdoctype": "CC",
"sdocno": "222222222222",
"scorporateregistrationschemename": "CONSUMIDOR FINAL"
},
"jcontact": {
"scontactperson": "CONSUMIDOR FINAL",
"selectronicmail": "xxxxxxxxxxxxxxxxxxxxxx",
"stelephone": "0000000"
}
}
}
}
}
}
Campo | Descripción |
«wdocumenttype»: «CreditNote», | Indique el tipo de documento a enviar NOTA CREDITO: CreditNote NOTA DEBITO: DebitNote |
«wdocumenttypecode»: «91», | Identifique el código del tipo de documento a transmitir 91 = Nota Crédito 92= Nota Débito |
«woperationtype»:»22″, | Indique el tipo de operación de acuerdo al Documento 22 = Nota Crédito sin referencia a una factura electrónica. 32 = Nota Débito sin referencia a una factura electrónica. |
«sinvoiceperiodstartdate»: «2024-04-01» | |
«sinvoiceperiodstarttime»: «10:17:00» | |
«sinvoiceperiodenddate»: «2024-04-30», | |
«sinvoiceperiodendtime»: «10:17:00», |