# Tarik Respon Data Barang Tertentu

**Development**

URL Dev: <https://apisdev-gw.beacukai.go.id/barkir-public-service/public-barkir>

**Production**

URL Prod :  <https://apis-gw.beacukai.go.id/barkir-public-service/public-barkir>

## Url Tarik Dokumen Barang Tertentu

<mark style="color:green;">`POST`</mark> `{API_URL}/daftar-tertentu/request-respon`

#### Headers

<table><thead><tr><th width="251">Name</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>Authorization<mark style="color:red;">*</mark></td><td>String</td><td>Bearer Token yang didapatkan hasil otorisasi</td></tr></tbody></table>

#### Request Param

<table><thead><tr><th width="249">Name</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>nomorDaftar</td><td>String</td><td>not required</td></tr></tbody></table>

Contoh Penggunaan Request Param

```
https://apisdev-gw.beacukai.go.id/barkir-public-service/public-barkir/request-respon?nomorDaftar=TESTIKC1211-1
```

{% tabs %}
{% tab title="200: OK Ok" %}

```javascript
{
  "message": "Success",
  "status": true,
  "data": [
    {
      "nomorDaftar": "TESTIKC1211-1",
      "tanggalDaftar": "2024-11-12",
      "kodeStatus": "100",
      "uraianStatus": "DOKUMEN DITERIMA UNTUK DIPROSES BEA CUKAI ",
      "waktuRekam": "2024-11-12 15:32:18",
      "keterangan": null,
      "diterima": "YA"
    }
  ]
}
```

{% endtab %}

{% tab title="401: Unauthorized Unauthorized" %}

```javascript
{
    // Response
}
```

{% endtab %}

{% tab title="403: Forbidden Forbidden" %}

```javascript
{
    // Response
}
```

{% endtab %}

{% tab title="404: Not Found Not Found" %}

```javascript
{
    // Response
}
```

{% endtab %}
{% endtabs %}


---

# 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-services-barang-kiriman/daftar-service-impor-barang-kiriman/tarik-respon-data-barang-tertentu.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.
