# Browse Data Merk (by NPPBKC)

## Introduction

* Purpose   : API ini digunakan untuk mendapatkan informasi data merk berdasarkan parameter yang diberikan (untuk modul Perdagangan)&#x20;
* Overview : Proses ini membutuhkan otentikasi menggunakan Bearer Token dan harus dikirim dengan metode GET

## Path API

<mark style="color:blue;">`GET`</mark> `{API_URL}/data-merk/browse?nppbkc={nppbkc}&page={page}`

## Authorization

<table><thead><tr><th width="181">Name</th><th width="126">Type </th><th>Description</th></tr></thead><tbody><tr><td>Authorization</td><td>String</td><td>Bearer Token yang didapatkan dari hasil otorisasi</td></tr></tbody></table>

## Parameter

<table><thead><tr><th width="164">Name</th><th width="93">Type</th><th width="255">Description</th><th>Example Value</th></tr></thead><tbody><tr><td>nppbkc</td><td>String</td><td>NPPBKC (Nomor Pokok Pengusaha Barang Kena Cukai)</td><td>0011335387641000070611</td></tr><tr><td>page</td><td>Integer</td><td>Nomor Halaman</td><td>1</td></tr></tbody></table>

## Parameter Example

<mark style="color:blue;">`GET`</mark> `{API_URL}/data-merk/browse?nppbkc=0011335387641000070611&page=1`

## Response

{% tabs %}
{% tab title="200" %}

```json
{
  "message": "Success",
  "status": true,
  "data": {
    "currentPage": 1,
    "totalData": 6,
    "totalPages": 1,
    "limit": 10,
    "listData": [
      {
        "idNppbkc": "fe3c9197-df48-05e6-e054-0021f60abd54",
        "nppbkc": "0011335387641000070611",
        "idMerk": "0453bfde-639c-4965-a61c-8b350de5fec3",
        "namaKantor": "KPPBC TMC MALANG",
        "namaPerusahaan": "MOLINDO RAYA INDUSTRIAL, PT.",
        "merkMmea": "Ea Murni Kadar 97%",
        "idJenisBkc": 1,
        "jenisMmea": "EA",
        "idGolongan": null,
        "golongan": null,
        "kadar": null,
        "cukaiLiter": 20000,
        "isi": 0,
        "kemasan": null
      },
      {
        "idNppbkc": "fe3c9197-df48-05e6-e054-0021f60abd54",
        "nppbkc": "0011335387641000070611",
        "idMerk": "8b801c5f-8dae-41c6-b30f-74a8498d4521",
        "namaKantor": "KPPBC TMC MALANG",
        "namaPerusahaan": "MOLINDO RAYA INDUSTRIAL, PT.",
        "merkMmea": "Ea Murni Kadar 65%",
        "idJenisBkc": 1,
        "jenisMmea": "EA",
        "idGolongan": null,
        "golongan": null,
        "kadar": null,
        "cukaiLiter": 20000,
        "isi": 0,
        "kemasan": null
      },
      {
        "idNppbkc": "fe3c9197-df48-05e6-e054-0021f60abd54",
        "nppbkc": "0011335387641000070611",
        "idMerk": "c3dccd51-36cd-4ef7-b07c-055554278a36",
        "namaKantor": "KPPBC TMC MALANG",
        "namaPerusahaan": "MOLINDO RAYA INDUSTRIAL, PT.",
        "merkMmea": "Ea Murni Kadar 65%",
        "idJenisBkc": 1,
        "jenisMmea": "EA",
        "idGolongan": null,
        "golongan": null,
        "kadar": null,
        "cukaiLiter": 20000,
        "isi": 0,
        "kemasan": null
      },
      {
        "idNppbkc": "fe3c9197-df48-05e6-e054-0021f60abd54",
        "nppbkc": "0011335387641000070611",
        "idMerk": "ed9daa8f-daeb-4d0f-9482-df58dbec49de",
        "namaKantor": "KPPBC TMC MALANG",
        "namaPerusahaan": "MOLINDO RAYA INDUSTRIAL, PT.",
        "merkMmea": "EA SDA BIT 6",
        "idJenisBkc": 1,
        "jenisMmea": "EA",
        "idGolongan": null,
        "golongan": null,
        "kadar": null,
        "cukaiLiter": 20000,
        "isi": 0,
        "kemasan": null
      },
      {
        "idNppbkc": "fe3c9197-df48-05e6-e054-0021f60abd54",
        "nppbkc": "0011335387641000070611",
        "idMerk": "6c6e506a-a05b-4313-8438-69428a740d27",
        "namaKantor": "KPPBC TMC MALANG",
        "namaPerusahaan": "MOLINDO RAYA INDUSTRIAL, PT.",
        "merkMmea": "Ea Murni Kadar 70%",
        "idJenisBkc": 1,
        "jenisMmea": "EA",
        "idGolongan": null,
        "golongan": null,
        "kadar": 70,
        "cukaiLiter": 20000,
        "isi": 0,
        "kemasan": null
      },
      {
        "idNppbkc": "fe3c9197-df48-05e6-e054-0021f60abd54",
        "nppbkc": "0011335387641000070611",
        "idMerk": "57efa6ed-2aad-45b8-912b-3e6fb6156dd6",
        "namaKantor": "KPPBC TMC MALANG",
        "namaPerusahaan": "MOLINDO RAYA INDUSTRIAL, PT.",
        "merkMmea": "EA SDA IPA 5",
        "idJenisBkc": 1,
        "jenisMmea": "EA",
        "idGolongan": null,
        "golongan": null,
        "kadar": null,
        "cukaiLiter": 20000,
        "isi": 0,
        "kemasan": null
      }
    ]
  }
}
```

{% endtab %}
{% endtabs %}

## Potential Error

<table><thead><tr><th width="188">Status Code</th><th width="210">Description</th><th>Reason</th></tr></thead><tbody><tr><td>400 Bad Request</td><td>Permintaan tidak valid</td><td>Parameter tidak lengkap atau format tidak sesuai</td></tr><tr><td>401 Unauthorized</td><td>Otentikasi gagal</td><td>Bearer Token tidak valid atau tidak disertakan dalam header permintaan</td></tr><tr><td>404 Not Found</td><td>Dokumen tidak ditemukan</td><td>Data tidak ditemukan berdasarkan parameter yang diberikan</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ceisa40.gitbook.io/pia-ceisa40/api-service-cukai/produksi/browse-data-merk-by-nppbkc.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
