This method provides the HSN description details for a given HSN Code.
The format and details of HSN API request is depicted in following table.
URL | |
---|---|
Content-Type |
application/json |
Method |
GET |
URL Parameters |
hsncode |
URL Parameter Description |
hsncode for which the details are required |
Request Header
Attributes | Description |
---|---|
client-id |
clientid to be provided by E-WAY BILL SYSTEM |
client-secret |
Secret to be provided by E-WAY BILL SYSTEM |
Gstin |
GSTIN of Requester(Tax payer or Transporter) |
authtoken |
Authentication token returned by the E-way bill system |
Attributes | Description | Value |
---|---|---|
Status | Status of request | 1 – Success ; 0 - Error |
Encrypt(Base64(Response JSON),rek) |
Response of HSN details Json string. |
|
Encrypt(rek,sek) |
Random encryption key which is encrypted using sek |
|
Hmac ( Base64(JSON data )) |
HMAC-SHA256 of Base64 data using AES key (rek) as HMAC Key |
GetHSN Response
"data" JSON (corresponds to the data element of GetHSN Response(Success))
JSON(in case of error)
Content will be updated shortly.