get https://api.sandbox.co.in
{
"sheets": [
{
"name": "Matched",
"blocks": [
{
"name": "Invoice",
"@entity": "table",
"header": [
"invoice_number",
"invoice_reference_number",
"invoice_type",
"invoice_date",
"gstin",
"dealer_name",
"place_of_supply",
"subtotal",
"cgst",
"sgst",
"igst",
"cess",
"total"
],
"rows": [
[
"PI-1",
"897ADG56RTY78956HYUG90BNHHIJK453GFTD99845672FDHHHSHGFH4567FG56TR",
"Tax Invoice",
"30/09/2022",
"24AAACA2345A1Z6",
"HDFC Bank",
"Gujarat",
750.00,
67.50,
67.50,
0.00,
0.00,
885.00
]
]
}
]
},
{
"name": "Partially Matched",
"blocks": [
{
"name": "Invoice",
"@entity": "table",
"header": [
"invoice_number",
"invoice_reference_number",
"invoice_type",
"invoice_date",
"gstin",
"dealer_name",
"place_of_supply",
"subtotal",
"cgst",
"sgst",
"igst",
"cess",
"total"
],
"rows": []
}
]
},
{
"name": "Missing in GSTR",
"blocks": [
{
"name": "Invoice",
"@entity": "table",
"header": [
"invoice_number",
"invoice_reference_number",
"invoice_type",
"invoice_date",
"gstin",
"dealer_name",
"place_of_supply",
"subtotal",
"cgst",
"sgst",
"igst",
"cess",
"total"
],
"rows": []
}
]
},
{
"name": "Missing in register",
"blocks": [
{
"name": "Invoice",
"@entity": "table",
"header": [
"invoice_number",
"invoice_reference_number",
"invoice_type",
"invoice_date",
"gstin",
"dealer_name",
"place_of_supply",
"subtotal",
"cgst",
"sgst",
"igst",
"cess",
"total"
],
"rows": []
}
]
}
]
}