Sync GSTIN Details from CP

This method provides the tax payer to Sync GSTIN details from Common Portal.

Request Method

GET

Request Path

{{API_URL}}/api/v1/sync-gstin/

Request Headers

Request Params

Response Body

200 (OK)

Sample Response

{
  "results": {
    "message": {
      "Gstin": "XXXXXXXXXXXXXXX",
      "TradeName": null,
      "LegalName": "Masters India Private Limited",
      "AddrBnm": null,
      "AddrBno": null,
      "AddrFlno": null,
      "AddrSt": null,
      "AddrLoc": null,
      "StateCode": 5,
      "AddrPncd": 560009,
      "TxpType": "REG",
      "Status": "ACT",
      "BlkStatus": "U",
      "DtReg": null,
      "DtDReg": null
    },
    "errorMessage": "",
    "InfoDtls": "",
    "status": "Success",
    "code": 200
  }
}

204 (Invalid Parameters)

{
  "results": {
    "message": "",
    "errorMessage": "5001: Application Error in Auth, Please Contact the help desk",
    "InfoDtls": "",
    "status": "Failed",
    "code": 204
  }
}

Last updated