T2G API
CtrlK
  • ๐Ÿ‡ฎ๐Ÿ‡ฉPreambule
  • 0๏ธBase
  • ๐Ÿ”Authorization
    • ๐Ÿ”ฅToken
  • ๐Ÿ”Headers
  • API's
    • โ†—๏ธAPI Submit
      • ๐Ÿ”ฅSubmit PIB/BC20
      • ๐Ÿ”ฅSubmit PEB/BC30
      • ๐Ÿ”ฅSubmit BC23
      • ๐Ÿ”ฅSubmit BC28
    • โ†—๏ธGet Document Draft
      • ๐Ÿ”ฅDraft PIB/BC20
      • ๐Ÿ”ฅDraft PEB/BC30
    • โฌ‡๏ธAPI Get Response
      • ๐Ÿ”ฅGet PIB/BC20 Response
      • ๐Ÿ”ฅGet PEB/BC30 Response
      • ๐Ÿ”ฅGet Status & Response
    • โฌ‡๏ธAPI Get Data
      • ๐Ÿ”ฅGet PIB/BC20 List
      • ๐Ÿ”ฅGet PEB/BC30 List
      • ๐Ÿ”ฅGet Single PIB/BC20
      • ๐Ÿ”ฅGet Single PEB/BC30
    • โ„น๏ธAPI Get Information
      • Get Kurs
      • Get Tarif Information
      • Get Manifest
      • Get HS & Lartas Info
      • ๐Ÿ”บGet Tax Calculation [New]
    • #๏ธโƒฃAPI Reference
      • Kodefikasi
        • Kode Pungutan
        • Cara Pembayaran
        • Kode Kontainer
      • Bank
      • Country / Negara
      • Custom Office / Kantor Pabean
      • Document
      • Facility
      • Package / Kemasan
      • Port / Pelabuhan
      • Territory / Wilayah
      • Transaction
      • Unit Code / Satuan
      • Valuta
      • Warehouse / Gudang
  • About
    • Change Log
Powered by GitBook
On this page
  1. API's
  2. โ„น๏ธAPI Get Information

Get Tarif Information

Tarif of Tax

POST /api/check-tariff-c40

Get tarif (%) of customs tax.

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

hs

string

HS Code

Response

{
    "BM": 0,
    "PPN": 0,
    "PPNBM": 0,
    "CUKAI": 0,
}
{
  "error": "Invalid request"
}

PreviousGet KursNextGet Manifest

Last updated 5 months ago