Return Status (Blocked and Unblocked)
Blocked and Unblocked API
Request Method
Request Path
{{API_URL}}/api/v1/returnStatus/Request Headers
Parameter
Value
Description
Request Body
Sample Request
{
"user_gstin": "XXXXXXXXXXXXXXX",
"GSTIN_Status":"N",
"gstin_list": [
{
"gstin": "XXXXXXXXXXXXXXX"
},
{
"gstin": "XXXXXXXXXXXXXXX"
}
]
}Response Body
200 (OK)
Sample Response
204 (Invalid Parameters)
Last updated