Get HS & Lartas Info

Getting the information of HS by HS Code parameter.

Lartas Information of HS Code

GET /api/hscode/detail/{hscode}

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Parameter

Name
Type
Description

{hscode}

string

HS Code Number. ex: 61034200

Response

{
    "hs_code": "",
    "import_regulation": [{
        "kd_ijin": "",
        "name": "",
        "legal": "",
        "deskripsi": "",
    }],
    "export_regulation": [{
        "komoditi": "",
        "modul": "",
        "legal": "",
        "deskripsi": "",
        "name": ""
    }],
    "mfn": [{
        "bm": "",
        "ppn": "", 
        "pph": "",
        "pph": "",
        "ppnbm": "",
        "cukai": "",
        "regulation": "",
        "issued_at": "",
        "effective_at": ""
    }],
    "preferential_tariff": [{
        "preferenc": "",
        "no_skep": "",
        "tgl_skep": "",
        "berlaku": "", 
        "year": ""
    }],
    "import_regulation_post_border": [{
        "nama_ijin": "",
        "desc": "",
        "ur_komoditi": ""
    }]
}

Last updated