Submit Job

{
    "sheets": [
        {
            "name": "Invoice",
            "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": "Note",
            "blocks": [
                {
                    "name": "Note",
                    "@entity": "table",
                    "header": [
                        "note_number",
                        "invoice_number",
                        "note_reference_number",
                        "note_type",
                        "note_date",
                        "gstin",
                        "dealer_name",
                        "place_of_supply",
                        "subtotal",
                        "cgst",
                        "sgst",
                        "igst",
                        "cess",
                        "total"
                    ],
                    "rows": [
                        [
                            "CN-1",
                            "PI-1552",
                            null,
                            "Debit Note",
                            "03/10/2022",
                            "24AAACA2345A1Z6",
                            "HDFC Bank",
                            "Gujarat",
                            750.00,
                            67.50,
                            67.50,
                            0.00,
                            0.00,
                            885.00
                        ]
                    ]
                }
            ]
        }
    ]
}
Language
Click Try It! to start a request and see the response here!