Untitled

 avatar
unknown
json
3 years ago
3.1 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": 30540088213,
    "personalEmail": "carla.escalera@gmail.com",
    "postalCode": "1638",
    "sendVoucher": true,
    "taxCategory": 2
  },
  "fiscalDocument": {
    "conceptCode": 1,
    "currency": "PES",
    "currencyChange": 1.000000,
    "internalId": "1156",
    "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 244 TIENDA 1"
      },
      {
        "key": "CANTIDAD DE ARTÍCULOS",
        "value": "2"
      },
      {
        "key": "OPERADOR",
        "value": "Guillermo Frias"
      }
    ],
    "invoiceDate": "2022-10-04T14:36:24.464Z",
    "invoiceType": 1,
    "items": [
      {
        "discount": 0.00,
        "name": "PRODUCTO IVA 21% CON IMP. INT.",
        "qty": 1,
        "sku": "25896",
        "taxCode": 5,
        "tax": 21.00,
        "taxAmount": 21.87,
        "internalTax": 20.00,
        "totalPrice": 104.13,
        "unitPrice": 104.13,
        "itemInfo": [
          {
            "key": "_",
            "value": "INTIVA21    ITC: 20,00"
          }
        ],
        "action": "S"
      },
      {
        "discount": 0.00,
        "name": "Fanta",
        "qty": 1,
        "sku": "2356",
        "taxCode": 5,
        "tax": 21.00,
        "taxAmount": 10.42,
        "internalTax": 4.96,
        "totalPrice": 49.62,
        "unitPrice": 49.62,
        "itemInfo": [],
        "action": "S"
      }
    ],
    "nonTaxedAmount": 0.00,
    "paymentDueDate": "2022-10-04T14:36:24.464Z",
    "amountOtherTaxes": 37.26,
    "amountIVA": 32.29,
    "exemptAmount": 0.00,
    "relatedOtherTaxes": [
      {
        "aliquot": 16.23,
        "baseAmount": 153.75,
        "code": 4,
        "name": "Impuestos Internos",
        "amount": 24.96
      },
      {
        "aliquot": 8.00,
        "baseAmount": 153.75,
        "code": 1,
        "name": "IIBB BA",
        "amount": 12.30
      }
    ],
    "paymentMethods": [
      {
        "code": "Peso",
        "name": "Cash",
        "paymentMethodInfo": [
          {
          }
        ],
        "surcharge": 0.00,
        "amount": 223.30
      }
    ],
    "relatedTaxes": [
      {
        "amount": 32.29,
        "baseAmount": 153.75,
        "code": 5,
        "name": "IVA 21.00"
      }
    ],
    "optional": [],
    "saleCondition": "CONTADO",
    "sendVoucher": true,
    "subTotalAmount": 153.75,
    "taxedAmount": 153.75,
    "totalAmount": 223.30
  }
}
Editor is loading...