Descubre esta petición JSON
preconfigurada que puedes utilizar directamente para acceder a nuestros endpoints de API. Estas peticiones te permiten emitir documentos electrónicos de forma rápida y sencilla. Además, puedes personalizar la información en el JSON según tus necesidades, proporcionando tus propios valores para adaptarlas a tus requerimientos específicos.
Ejemplo - Factura de crédito fiscal usando una moneda extranjera USD
{
"idDoc": {
"encf": "E310000000000",
"sequenceDueDate": "2025-12-31",
"taxAmountIndicator": 0,
"incomeType": 1,
"paymentType": 1
},
"sender": {
"rnc": "132109122",
"companyName": "Mi Razón Social SRL",
"tradename": "Mi Nombre Comercial",
"branchOffice": "Nombre Sucursal",
"address": "C Luis Lembert Esq. Dr. Heriberto Pieter Plaza Hache. 10123",
"municipality": "010101",
"province": "010000",
"phoneNumber": ["809-465-6799", "809-456-5646"],
"mail": "[email protected]",
"webSite": "www.sitiowebemisor.com",
"economicActivity": "Descripción de la actividad comercial de mi empresa ",
"sellerCode": "Carlos Segura ID458-457",
"internalInvoiceNumber": 456789,
"internalOrderNumber": "562344",
"saleArea": "Santo Domingo Este",
"saleRoute": "Ruta 1",
"additionalInformationIssuer": "Información adicional que se desea enviar para que el cliente tenga conocimiento, por ejemplo: Realizar pago en el Banco Popular",
"stampDate": "2023-09-05"
},
"buyer": {
"rnc": "132250011",
"companyName": "Adatum Corporation",
"contact": "Robert Townes",
"mail": "[email protected]",
"address": "Station Road, 21"
},
"totals": {
"totalTaxedAmount": 56.8,
"i1AmountTaxed": 56.8,
"itbisS1": 18,
"itbisTotal": 10.22,
"itbis1Total": 10.22,
"totalAmount": 67.02
},
"otherCurrency": {
"currencyType": "USD",
"exchangeRate": 56.8,
"totalTaxedAmountOtherCurrency": 1,
"amountTaxed1OtherCurrency": 1,
"itbisTotalOtherCurrency": 0.18,
"itbis1TotalOtherCurrency": 0.18,
"totalAmountOtherCurrency": 1.18
},
"itemDetails": [
{
"billingIndicator": 1,
"goodServiceIndicator": 1,
"otherCurrencyDetail": {
"priceOtherCurrency": 1,
"discountOtherCurrency": 0,
"surchargeAnotherCurrency": 0,
"amountItemOtherCurrency": 1
},
"lineNumber": 1,
"itemCodeTable": [
{
"codeType": "Interna",
"itemCode": "001"
}
],
"itemName": "ALMOHADILLA PARA ROLL-ON",
"quantityItem": 1,
"unitPriceItem": 56.8,
"itemAmount": 56.8
}
]
}