Untitled

 avatar
unknown
json
2 years ago
2.2 kB
1
Indexable
{
    "requestCredential": {
        "companyCode": "testqamx",
        "storeCode": "SMX04",
        "terminalCode": "SMX04T01"
    },
	 "customer": {
	   "identificationNumber": "9876543212345",
	   "taxCategory": 612,
	   "businessName": "juancho perez",
       "billingEmail": "wilmari.carvajal@napse.global",
       "fiscalAddress": "escobar 123"

	 },
		"fiscalDocument": {
        "internalId": "127",
        "conceptCode": "G01",
        "invoiceType": "E",
        "saleCondition": "PUE",
        "currency": "MXN",
        "currencyChange": 0.00,
        "ticketDiscountAmount": 0.00,
        "invoiceDate": "2022-11-14T15:38:00.900Z",
        "electronicInvoice": false,
		"items": [
			{
				"name": "Tajini",
				"qty": 1,
				"sku": "666tjn654mxc4567k",
				"um": "KGM",
                "taxCode":2, 
				"tax": 16,
                "taxAmount": 16.00,
                "internalTax": 0.00,
				"unitPrice": 100.00,
				"totalPrice": 116.00,
				"code": "50435213",
                "action": "R",
				"promotions": [
					{
						"scope": "",
                        "taxAmount": 0.00,
                        "percent": 0.00,
                        "amount": 0.00,
                        "name": "AAA",
                        "code": 0,
                        "internalTax": 0
					}
				]
			}
		],
        "amountOtherTaxes": 0.00,
        "exemptAmount": 0.00,
        "nonTaxedAmount": 0.00,
        "amountIVA": 0.00,
        "taxedAmount": 0.00,
         "relatedTaxes": [
		{
			"amount": 16.00,
			"baseAmount": 100.00,
			"code": 2,
            "aliquot": 0.00,
			"name": "tasa"
		}
	],
	"relatedOtherTaxes": [
		{
			"amount": 0.0,
			"baseAmount": 0.0,
			"code": 0,
            "aliquot": 0.00,
            "name": "IVA"
		}	
		],
        "relatedInvoices": [
        {
            "relationInvoice": 1,
            "ffuid": "1234"
        }
    ],
    "internalNumber": "001",
    "pointOfSale": "mx123",
    "invoiceNumber": "00000100",
    "channelCode": "mobo",
	"subTotalAmount": 116.00,
	"discountAmount": 0.0,
	"totalAmount": 116.00,
	"orderNumber": 321,
	"operator": "ws123",
	"optionals": [],
	"benefits": []
	}
}
Editor is loading...