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
Parameter
Value
Description
Authorization/api_key
api_key/auth token
Value and header type is mentioned in the Authentication Page
Request Params
Parameter
Value
Description
user_gstin
XXXXXXXXXXXXXXX
GSTIN of the authenticated user
gstin
XXXXXXXXXXXXXXX
Taxpayer gstin
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