Untitled

 avatar
unknown
plain_text
2 years ago
2.0 kB
3
Indexable
{
	"requestCredential": {
		"companyCode": "{{companyCode}}",
		"storeCode": "{{storeCode}}",
		"terminalCode": "{{terminalCode}}"
	},
	"customer": {
		"documentType": 31,
		"identificationNumber": 111222333,
		"taxCategory": "01",
		"taxLevel": "O-47",
		"entityType": 1,
		"sendVoucher": true,
		"billingEmail": "wilmari.carvajalnapse.global",
		"personalEmail": "wilmari.carvajalnapse.global",
		"code": "wsc",
		"businessName": "EXITO S.A",
		"fiscalAddress": "la plata 123",
		"city": "5001",
        "state": "5",
        "postalCode": "50002"
	},
	"fiscalDocument": {
		"internalId": "{{internalId}}",
		"conceptCode": 1,
		"invoiceType": "1",
		"saleCondition": "1",
		"currency": "COP",
		"currencyChange": 0.01,
		"invoiceDate": "{{invoiceDate}}",
		"periodStartDate": "{{invoiceDate}}",
		"periodEndDate": "{{invoiceDate}}",
		"businessDate": "{{invoiceDate}}",
		 
		 
		"items": [
            {
			    "name": "bombombum colombina",
				"qty": 1,
				"sku": "123bbb4567clm4567k",
                "um": "UN",
				"tax": 19,
				"taxAmount": 42963.52,
				"internalTax": 0.0,
				"discount": 0.0,
				"unitPrice": 226123.80,
				"totalPrice": 269087.32,
				"promotions": []
			}
		],
	"relatedTaxes": [
		{
			"amount": 42963.52,
			"baseAmount": 226123.80,
			"code": 1,
            "name": "IVA 19"
		}
	],
    "paymentMethods": [
			{
				"code": "10",
				"name": "efectivo",
				"paymentMethodInfo": [
                    {
                    "surcharge": 0.0,
				    "amount": 100000.00
                    }               
             ]
            }
    ],
	"subtotalAmount": 226123.80,
	"ticketDiscount": 0.0,
	"discountAmount": 0.0,
	"nonTaxedAmount": 0.0,
	"taxedAmount": 226123.80,
	"amountIVA": 42963.52,
	"amountOtherTaxes": 0.0,
	"exemptAmount": 0.00,
	"totalAmount": 269087.32,
	"orderNumber": 321,
	"operator": "ws123",
	"relatedInvoices": [],
	"optionals": [],
	"benefits": []
}
}
Editor is loading...