GET GST-Verification?GSTNNO={GSTNNO}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| GSTNNO | string |
Required |
Body Parameters
None.
Response Information
Resource Description
GSTVerificationViewModal| Name | Description | Type | Additional information |
|---|---|---|---|
| Response | string |
None. |
|
| GST | string |
None. |
|
| Company | string |
None. |
|
| TypeService | string |
None. |
|
| RegistraionDate | string |
None. |
|
| Address | string |
None. |
|
| Status | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Response": "sample string 1",
"GST": "sample string 2",
"Company": "sample string 3",
"TypeService": "sample string 4",
"RegistraionDate": "sample string 5",
"Address": "sample string 6",
"Status": "sample string 7"
}