Taxpayer Search API Response
1. If provided GSTIN is valid then you will receive below kind of response:
Response:
{ "lastUpdateDate": "2018-04-14", "name": "BAJAJ AUTO LIMITED", "center_cd": "UC0101", "gstin": "27AADCB2923M1ZL", "nature": [ "Input Service Distributor (ISD)", "Service Provision", "Recipient of Goods or Services", "Office / Sale Office", "Factory / Manufacturing", "Warehouse / Depot" ], "status_code": 1, "cancellationDate": null, "center": "RANGE-I", "fetchTime": "2018-07-10T12:52:07.847", "tradename": "BAJAJ AUTO LTD", "state_cd": "MH025", "status": "Active", "pradr": { "bno": "51A", "st": "Mumbai Pune Road", "ntr": "Input Service Distributor (ISD), Service Provision, Recipient of Goods or Services, Office / Sale Office, Factory / Manufacturing, Warehouse / Depot", "pncd": "411035", "lg": "", "flno": "", "lt": "", "stcd": "Maharashtra", "bnm": "Corporate Building", "loc": "Akurdi" }, "constitution": "Public Limited Company", "state": "PUNE-1", "type": "Regular", "registrationDate": "2017-07-01", "adadr": [ { "addr": { "bno": "Plot Number A-1", "st": "Talegaon-Chakan Road", "dst": "Pune", "pncd": "410602", "lg": "", "flno": "", "city": "", "stcd": "Maharashtra", "bnm": "Chakan Industrial Area, Phase-1", "lt": "", "loc": "Mahalunge, Taluka-Khed" }, "ntr": "Input Service Distributor (ISD), Service Provision, Recipient of Goods or Services, Office / Sale Office, Factory / Manufacturing, Warehouse / Depot" }, { "addr": { "bno": "Plot Number A-1", "st": "Pune-Aurangabad road", "dst": "Aurangabad", "pncd": "431136", "lg": "", "flno": "", "city": "", "stcd": "Maharashtra", "bnm": "Waluj Industrial Area", "lt": "", "loc": "Waluj, Taluka-Gangapur" }, "ntr": "Input Service Distributor (ISD), Service Provision, Recipient of Goods or Services, Office / Sale Office, Factory / Manufacturing, Warehouse / Depot" }, { "addr": { "bno": "Plot No 38, Survey No 31", "st": "Pune Mumbai Road", "dst": "Pune", "pncd": "411035", "lg": "", "flno": "", "city": "", "stcd": "Maharashtra", "bnm": "Bajaj Brand View", "lt": "", "loc": "Wakadewadi" }, "ntr": "Input Service Distributor (ISD), Service Provision, Recipient of Goods or Services, Office / Sale Office, Factory / Manufacturing, Warehouse / Depot" } ] }
2.If provided GSTIN is invalid then you will receive below kind of responses:
Response 1:
{ "status_code": 0, "gstin": "35AAGFH3243L1Z", "error": "Invalid GSTIN/UIN number : 35AAGFH3243L1Z" }
Response 2:
{ "error": { "message": "SWEB_9035", "error_cd": "SWEB_9035" }, "gstin": "00AQAPJ0840R1ZK", "status_code": 0, "fetchTime": "2018-08-02T13:40:57.418" }
3. if provided GSTIN don’t have any record then you will receive below kind of response:
Response:
{ "error": { "message": "No records found", "error_cd": "FO8000" }, "gstin": "01AAACK5676R1Z3", "status_code": 0, "fetchTime": "2018-08-03T15:42:59.151" }