{
"success": true,
"data": [
{
"type": "document_title",
"value": "Invoice"
},
{
"type": "vendor_name",
"value": "Tech Supplies Inc."
},
{
"type": "vendor_address",
"value": "789 Industrial Ave"
},
{
"type": "sst_number",
"value": "SST-987654321"
},
{
"type": "invoice_number",
"value": "INV-2024-001"
},
{
"type": "invoice_date",
"value": "2024-01-15"
},
{
"type": "invoice_currency",
"value": "USD"
},
{
"type": "purchase_order_number",
"value": "PO-123456"
},
{
"type": "salesperson",
"value": "Alice Johnson"
},
{
"type": "payment_terms",
"value": "Net 30"
},
{
"type": "vendor_registration_number",
"value": "REG-123456"
},
{
"type": "billing",
"value": [
{
"billing_address": "456 Main Street",
"billing_phone": "555-1234",
"billing_fax": "555-5678",
"billing_attention": "Accounts Payable"
},
{
"billing_address": "789 Secondary St.",
"billing_phone": "555-8765",
"billing_fax": "555-4321",
"billing_attention": "Finance Department"
}
]
},
{
"type": "shipping",
"value": [
{
"shipping_address": "321 Delivery Lane",
"shipping_phone": "555-8765",
"shipping_fax": "555-4321",
"shipping_date": "2024-01-16",
"shipping_attention": "John Doe"
}
]
},
{
"type": "item",
"value": [
{
"item_code": "ITEM-001",
"item_description": "Laptop",
"item_quantity": "2",
"item_unit_of_measurement": "pcs",
"item_unit_price": "800",
"item_tax_rate": "10",
"item_tax_amount": "160",
"item_tax_code": "TAX-001",
"item_subtotal": "1600",
"item_discount": "50",
"item_total_amount": "1550"
},
{
"item_code": "ITEM-002",
"item_description": "Mouse",
"item_quantity": "5",
"item_unit_of_measurement": "pcs",
"item_unit_price": "20",
"item_tax_rate": "10",
"item_tax_amount": "10",
"item_tax_code": "TAX-002",
"item_subtotal": "100",
"item_discount": "0",
"item_total_amount": "100"
}
]
},
{
"type": "invoice_memo",
"value": "Thank you for your business!"
},
{
"type": "invoice_subtotal",
"value": "1650"
},
{
"type": "invoice_sst_rate",
"value": "10"
},
{
"type": "invoice_sst_amount",
"value": "165"
},
{
"type": "invoice_total",
"value": "1815"
}
],
"miscellaneous": {
"processedTime": 112.345
}
}