Save GSTR-1

Save GSTR-1 to GSTN System.

Recipes
🦉
File GST Return - 1
Open Recipe

Important Links

Run in Postman  API Guide  Free Trial  


Authenticated taxpayer can save entire GSTR-1 invoices by uploading json to GST portal

Request Body Example

{   
  "gstin": "27AHQPA7588L1ZJ",
  "fp": "122016",
  "gt": 3782969.01,
  "cur_gt": 3782969.01,
  "b2ba": [],
    "cdnur": [],
    "cdnr": [],
    "expa": [],
    "b2cs": [],
    "txpd": [],
    "ata": [],
    "nil": {
        "inv": [
            {
                "expt_amt": 0,
                "nil_amt": 0,
                "ngsup_amt": 0,
                "sply_ty": "INTRB2B"
            },
            {
                "expt_amt": 0,
                "nil_amt": 0,
                "ngsup_amt": 0,
                "sply_ty": "INTRB2C"
            },
            {
                "expt_amt": 0,
                "nil_amt": 0,
                "ngsup_amt": 0,
                "sply_ty": "INTRAB2B"
            },
            {
                "expt_amt": 0,
                "nil_amt": 0,
                "ngsup_amt": 0,
                "sply_ty": "INTRAB2C"
            }
        ]
    },
    "b2b": [],
    "cdnura": [],
    "at": [],
    "b2cl": [],
    "b2cla": [],
    "b2csa": [],
    "exp": [],
    "cdnra": []
}
Language
Click Try It! to start a request and see the response here!