Retrieve HSN codes
GET https://api.beelpoint.com/v1/api/invoices/hsn-codes
Headers
Name
Type
Description
authorization*
String
API Secret Key
{
"success": true,
"statusCode": 200,
"message": "Cases successfully retrieved!",
"data": [
{
"code": "6815.99",
"description": "Stone articles and articles of other mineral substances; n.e.c. or included in heading no. 6815"
},
{
"code": "6901.00",
"description": "Bricks, blocks, tiles and other ceramic goods of siliceous fossil meals (e.g. kieselguhr, tripolite or diatomite) or of similar siliceous earths"
},
{
"code": "6902.10",
"description": "Refractory bricks, blocks, tiles and similar refractory ceramic constructional goods; containing by weight, singly or together, more than 50% of the elements Mg, Ca or Cr, expressed as MgO, CaO or Cr2o3"
},
{
"code": "6902.20",
"description": "Refractory bricks, blocks, tiles and similar refractory ceramic constructional goods; containing by weight more than 50% of alumina (Al2o3), of silica (SiO2) or of a mixture or compound of these"
},
],
"links": []
}Last updated