{
"success": true,
"data": [
{
"type": "company_name",
"value": "Global Freight Ltd."
},
{
"type": "company_address",
"value": "456 Transport Blvd, Suite 200"
},
{
"type": "invoice_number",
"value": "BL-2024-987"
},
{
"type": "invoice_date",
"value": "2024-01-15"
},
{
"type": "place_of_receipt",
"value": "Port of Los Angeles"
},
{
"type": "place_of_delivery",
"value": "Port of New York"
},
{
"type": "payment_term",
"value": "Prepaid"
},
{
"type": "shipment_term",
"value": "FOB"
},
{
"type": "consignee_info",
"value": [
{
"consignee": "Tech Supplies Inc.",
"consignee_address": "789 Industrial Ave, Cityville, CA",
"consignee_fax": "555-1234",
"consignee_contact": "Alice Johnson",
"consignee_contact_person": "Bob Smith"
}
]
},
{
"type": "consignor_info",
"value": [
{
"consignor": "Global Freight Ltd.",
"consignor_address": "456 Transport Blvd, Suite 200, Cityville, NY",
"consignor_fax": "555-4321",
"consignor_contact": "John Doe",
"consignor_contact_person": "Jane Doe"
}
]
},
{
"type": "date_of_delivery",
"value": "2024-01-18"
},
{
"type": "transportation",
"value": "Ocean Freight"
},
{
"type": "item",
"value": [
{
"item_po_number": "PO-123456",
"item_description": "Laptop",
"item_quantity": "10",
"item_measurement": "pcs",
"item_gross_weight": "1000 kg",
"item_net_weight": "950 kg",
"item_volume": "2.5 m³"
},
{
"item_po_number": "PO-123457",
"item_description": "Mouse",
"item_quantity": "50",
"item_measurement": "pcs",
"item_gross_weight": "5 kg",
"item_net_weight": "4.5 kg",
"item_volume": "0.05 m³"
}
]
}
],
"miscellaneous": {
"processedTime": 120.5
}
}