Upload GSTR-4

Authenticated tax payer can save entire GSTR-4 invoices by uploading JSON to GST portal

Request Body Example

{
    "gstin": "24AAACJ3770E2ZZ",
    "fp": "122019",
    "txos": {
        "itms": [
            {
                "samt": 0,
                "rt": 5,
                "camt": 0,
                "trnovr": 0
            }
        ]
    }
}

Language
Click Try It! to start a request and see the response here!