Untitled

 avatar
unknown
json
2 years ago
3.0 kB
1
Indexable
{
    "requestCredential": {
        "companyCode": "ELX",
        "storeCode": "SS04",
        "terminalCode": "SS04T01"
    },
    "customer": {
        "billingEmail": "carlaescaleraAAAAAAAAAAAA@gmail.com",
        "businessName": "Garbarino",
        "city": "Olivos",
        "state": "BUENOS AIRES",
        "documentType": 80,
        "fiscalAddress": "Monroe 1234",     
        "identificationNumber": 30540089213,
        "personalEmail": "carla.escalera@gmail.com",
        "postalCode": "1638",
        "sendVoucher": true,
        "taxCategory": 2
    },
    "fiscalDocument": {
        "conceptCode": 1,
        "zNumber":"2022101",
        "currency": "PES",
        "currencyChange": 1.000000,
        "internalId": "1064",
        "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 220 TIENDA 1"
            },
            {
                "key": "CANTIDAD DE ARTÍCULOS",
                "value": "4"
            },
            {
                "key": "OPERADOR",
                "value": "Guillermo Frias"
            }
        ],
        "invoiceDate":"2022-10-03T14:31:26.239Z",
        "invoiceType": 1,
        "items": [
            {
                "discount": 0,
                "name": "PlayStation 4",
                "qty": 1,
                "sku": "111",
                "taxCode": 5,
                "tax": 21.00,
                "taxAmount": 2100.00,
                "internalTax": 0,
                "totalPrice": 10000.00,
                "unitPrice": 10000.00,
                "itemInfo": [],
                "action": "S"
            }
        ],
        "nonTaxedAmount": 0.00,
        "paymentDueDate": "2022-10-03T14:31:26.239Z",
        "amountOtherTaxes": 800.00,
        "amountIVA": 2100.00,
        "exemptAmount": 0.00,
        "relatedOtherTaxes": [
            {
                "aliquot": 8.00,
                "baseAmount": 10000.00,
                "code": 1,
                "name": "IIBB BA",
                "amount": 800.00
            }
        ],
        "paymentMethods": [
            {
                "code": "Peso",
                "name": "Cash",
                "paymentMethodInfo": [
                    {}
                ],
                "surcharge": 0,
                "amount": 12900.00
            }
        ],
        "relatedTaxes": [
            {
                "amount": 2100.00,
                "baseAmount": 10000.00,
                "code": 5,
                "name": "IVA 21.00"
            }
        ],
        "optional": [],
        "saleCondition": "CONTADO",
        "sendVoucher": true,
        "subTotalAmount": 10000.00,
        "taxedAmount": 10000.00,
        "totalAmount": 12900.00
    }
}
Editor is loading...