Untitled

 avatar
unknown
json
2 years ago
1.6 kB
1
Indexable
{
    "requestCredential": {
        "companyCode": "MOBO",
        "storeCode": "2",
        "terminalCode": "2"
    },
	 "customer": {
		"identificationNumber": "LOYG850712CQ0",
		"taxCategory": 605,
		"billingEmail": "wilmari.carvajal@napse.global",
		"businessName": "GABRIELA LOPEZ YEBRA",
		"fiscalAddress": "los campos 123",
		"postalCode": "07340"
	 },
		"fiscalDocument": {
        "internalId": "165",
        "conceptCode": "S01",
        "invoiceType": "E",
        "saleCondition": "PUE",
        "currency": "MXN",
        "currencyChange": 0.00,
          
        "invoiceDate": "2023-03-16T12:18:13.997Z",
        "electronicInvoice": false,
		"items": [
			{
				"name": "Tajini",
				"qty": 1,
				"sku": "666tjn654mxc4567k",
				"um": "KGM",
                "taxCode":2, 
				"tax": 0.16,
                "taxAmount": 16.0,
                "internalTax": 0.00,
				"unitPrice": 100.00,
				"totalPrice": 100.00,
				"code": "50435213",
                "action": "R",
				"promotions": [
					{
						"scope": "0"
					}
				]
			}
		],
         "relatedTaxes": [
		{
			"amount": 16.00,
			"baseAmount": 100.00,
			"code": 2,
			"name": 0.16
		}
	],
        "relatedInvoices": [
        {
            "relationInvoice": 1,
            "invoiceType": "I",
            "pointOfSale": "Tq1",
            "invoiceNumber": "30"
        }
    ],

	"subtotalAmount": 100.00,
	"discountAmount": 0.0,
	"totalAmount": 116.00,
	"orderNumber": 321,
	"operator": "ws123",
	"optionals": [],
	"benefits": []
	}
}
Editor is loading...