GST return status blocking API
Authentication API for generating
Last updated
Was this helpful?
Authentication API for generating
Last updated
Was this helpful?
URL
Method Type
Post
Post Parameters (JSON Format)
{ "access_token":"8e59a3d802d3b59237ae68706f320d97a2592135", "gstin_list":[ { "gstin":"08ARSPP2735N1ZY" }, { "gstin":"06AAACH7564H1ZI" }, { "gstin":"07AAACG0381P1ZF" }, { "gstin":"02AAACY2444H1ZO" } ]
}
Success Response
{ "results": { "message": { "08ARSPP2735N1ZY": "Unblocked", "06AAACH7564H1ZI": "Unblocked", "07AAACG0381P1ZF": "Unblocked", "02AAACY2444H1ZO": "Blocked" }, "status": "Success", "code": 200 } }
Error Response
{
"results": { "message": "Gstin count does not greater than 20.", "status": "Success", "code": 200
}
}