Untitled

 avatar
unknown
json
2 years ago
4.8 kB
4
Indexable
{
    "requestCredential": {
        "companyCode": "ELX",
        "storeCode": "SS04",
        "terminalCode": "SS04T01"
    },
    "customer": {
        "billingEmail": "carlaescalera@gmail.com",
        "businessName": "Garbarino",
        "city": "Olivos",
        "state": "BUENOS AIRES",
        "documentType": 80,
        "fiscalAddress": "Monroe 1234",     
        "identificationNumber": 30234567873,
        "personalEmail": "carla.escalera@gmail.com",
        "postalCode": "1638",
        "sendVoucher": true,
        "taxCategory": 2
    },
    "fiscalDocument": {
        "conceptCode": 1,
        "currency": "PES",
        "currencyChange": 1.000000,
        "internalId": "1046",
        "zNumber":"2022101",
        "ticketDiscount": 0.00,
        "discountAmount": 0.00,
        "businessDatePeriod": "2020-10-06T00:00:00.000-0300",
        "documentInfo": [
            {
                "key": "DATOS DE LA OPERACIÓN",
                "value": "N° TERMINAL 12 N° TRANSACCIÓN 223 TIENDA 1"
            },
            {
                "key": "CANTIDAD DE ARTÍCULOS",
                "value": "4"
            },
            {
                "key": "OPERADOR",
                "value": "Guillermo Frias"
            }
        ],
        "invoiceDate": "2022-10-03T14:02:32.840Z",
        "invoiceType": 3,
        "items": [
            {
                "discount": 0.00,
                "name": "PlayStation 4",
                "qty": 1,
                "sku": "11199",
                "tax": 21.00,
                "taxAmount": 1388.43,
                "internalTax": 0.00,
                "totalPrice": 6611.57,
                "unitPrice": 6611.57,
                "itemInfo": [],
                "action": "S"
            },
            {
                "discount": 0.00,
                "name": "Chomba 1",
                "qty": 1,
                "sku": "258",
                "tax": 21.00,
                "taxAmount": 121.49,
                "internalTax": 0.00,
                "totalPrice": 578.51,
                "unitPrice": 578.51,
                "itemInfo": [],
                "action": "S"
            },
            {
                "discount": 0.00,
                "name": "Coca Cola",
                "qty": 1,
                "sku": "5896",
                "tax": 21.00,
                "taxAmount": 12.15,
                "internalTax": 0.00,
                "totalPrice": 57.85,
                "unitPrice": 57.85,
                "itemInfo": [],
                "action": "S"
            },
            {
                "discount": 0.00,
                "name": "PlayStation 4",
                "qty": 1,
                "sku": "11188",
                "tax": 21.00,
                "taxAmount": 1388.43,
                "internalTax": 0.00,
                "totalPrice": 6611.57,
                "unitPrice": 6611.57,
                "itemInfo": [],
                "action": "S"
            }
        ],
        "nonTaxedAmount": 0.00,
        "paymentDueDate": "2022-10-03T14:02:32.840Z",
        "amountOtherTaxes": 1108.76,
        "amountIVA": 2910.50,
        "exemptAmount": 0.00,
        "relatedInvoices": [
            {
                "invoiceNumber": "00002586",
                "invoiceType": 1,
                "pointOfSale": "00018",
                "invoiceDate": "2022-09-26T17:15:34.000-0300"
            }
        ],
        "relatedOtherTaxes": [
            {
                "aliquot": 8.00,
                "baseAmount": 13859.50,
                "code": 1,
                "name": "IIBB BA",
                "amount": 1108.76
            }
        ],
        "paymentMethods": [
            {
                "code": "Dllr",
                "name": "Dollar",
                "paymentMethodInfo": [
                    {
                        "key": "USD 500.00 / COTIZACIÓN",
                        "value": "16.1100"
                    }
                ],
                "surcharge": 0.00,
                "amount": 8055.00
            },
            {
                "code": "Peso",
                "name": "Cash",
                "paymentMethodInfo": [
                    {}
                ],
                "surcharge": 0.00,
                "amount": 9823.76
            }
        ],
        "relatedTaxes": [
            {
                "amount": 2910.50,
                "baseAmount": 13859.50,
                "code": 5,
                "name": "IVA 21.00"
            }
        ],
        "optional": [],
        "saleCondition": "CONTADO",
        "sendVoucher": true,
        "subTotalAmount": 13859.50,
        "taxedAmount": 13859.50,
        "totalAmount": 17878.76
    }
}