Save GSTR-1

POST {{sandbox_host}}/gst/compliance/tax-payer/gstrs/gstr-1/:year/:month

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

Request Body

{"gstin"=>"33ABKCS2033B2ZV", "fp"=>"082024", "gt"=>0, "cur_gt"=>0, "b2b"=>[], "b2ba"=>[], "b2cl"=>[], "b2cla"=>[], "cdnr"=>[], "cdnra"=>[], "b2cs"=>[], "b2csa"=>[], "exp"=>[], "expa"=>[], "hsn"=>{"data"=>[]}, "nil"=>{"inv"=>[]}, "txpd"=>[], "txpda"=>[], "at"=>[], "ata"=>[], "doc_issue"=>{"doc_det"=>[]}, "cdnur"=>[], "cdnura"=>[]}

HEADERS

| Key | Datatype | Required | Description | | x-api-key | string | | Public key required to authorize API access. | | x-api-version | string | | | | authorization | string | | |

RESPONSES

status: OK

"{\n    \"transaction_id\": \"{{$randomUUID}}\",\n    \"code\": 200,\n    \"data\": {\n        \"data\": {\n            \"reference_id\": \"dfb8f5a1-04c3-4f95-bb60-e13ce9b7221c\"\n        },\n        \"status_cd\": \"1\"\n    },\n    \"timestamp\": {{$timestamp}}000\n}"