For the complete documentation index, see llms.txt. This page is also available as Markdown.

GST return status blocking API

Authentication API for generating

Name
Description

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

}

}

Last updated