Untitled

mail@pastecode.io avatar
unknown
json
2 years ago
3.8 kB
3
Indexable
Never
{
    "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": 30541089993,
        "personalEmail": "carla.escalera@gmail.com",
        "postalCode": "1638",
        "sendVoucher": true,
        "taxCategory": 2
    },
    "fiscalDocument": {
        "conceptCode": 1,
        "currency": "PES",
        "currencyChange": 1.000000,
        "internalId": "1170",
        "zNumber":"2022102",
        "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-04T15:50:39.809Z",
        "invoiceType": 1,
        "items": [
            {
                "discount": 0,
                "name": "Pollo Entero",
                "qty": 1,
                "sku": "111",
                "taxCode": 2,
                "tax": 0.00,
                "taxAmount": 0.00,
                "internalTax": 0.00,
                "totalPrice": 2500.00,
                "unitPrice": 2500.00,
                "itemInfo": [],
                "action": "S"
            },
            {
                "discount": 0,
                "name": "Naranjas",
                "qty": 1,
                "sku": "111",
                "taxCode": 2,
                "tax": 0.00,
                "taxAmount": 0.00,
                "internalTax": 0.00,
                "totalPrice": 2500.00,
                "unitPrice": 2500.00,
                "itemInfo": [],
                "action": "S"
            },
            {
                "discount": 0,
                "name": "Desodorante AXE",
                "qty": 1,
                "sku": "111",
                "taxCode": 2,
                "tax": 0.00,
                "taxAmount": 0.00,
                "internalTax": 0.00,
                "totalPrice": 2500.00,
                "unitPrice": 2500.00,
                "itemInfo": [],
                "action": "S"
            },
            {
                "discount": 0,
                "name": "Harina Blancaflor",
                "qty": 1,
                "sku": "111",
                "taxCode": 2,
                "tax": 0.00,
                "taxAmount": 0.00,
                "internalTax": 0.00,
                "totalPrice": 2500.00,
                "unitPrice": 2500.00,
                "itemInfo": [],
                "action": "S"
            }
        ],
        "nonTaxedAmount": 0.00,
        "paymentDueDate": "2022-10-04T15:50:39.809Z",
        "amountIVA": 0.00,
        "amountOtherTaxes": 0.00,
        "exemptAmount": 10000,
        "paymentMethods": [
            {
                "code": "Peso",
                "name": "Cash",
                "paymentMethodInfo": [
                    {}
                ],
                "surcharge": 0.00,
                "amount": 10000.00
            }
        ],

        "optional": [],
        "saleCondition": "CONTADO",
        "sendVoucher": true,
        "subTotalAmount": 10000.00,
        "taxedAmount": 0,
        "totalAmount": 10000.00
    }
}'