Docs
  • National Logistics Ecosystem
  • Getting Started
    • introduction
    • Login with LOGPASS
      • Overview
      • Business Flow
      • Plugin
      • Glossary
    • Versioning
    • Contact Developer
  • API's
    • Customs API
      • Overview
      • List Document
        • NO BL By NPWP
        • Dok PPFTZ
        • BC20 By NOBL
        • BC20 By NOPIB
        • BC16 By NPWP
        • BC20 By NPWP
        • BC23 By NPWP
      • List Container
        • Kontainer SP3B
        • Kontainer BC 16
        • Kontainer BC 20
        • Kontainer BC 23
        • Kontainer BC 27
        • Kontainer BC 28
        • Kontainer BC 30
        • Kontainer BC 25
        • Kontainer BC 261
        • Kontainer BC 262
        • Kontainer PPFTZ
    • DO Online
      • Version 1.0
      • DO Final Version
      • OAuth Version
        • API GET Active DO By BL House
        • API GET Active DO
        • API PUT Update DO Paid Date
        • API PUT Update Price
        • API PUT Update Status DO
        • API GET Document DO List By BL
        • API GET Document DO By BL
        • API GET Document DO By NPWP
        • API Post Document DO
    • SP2 Online
      • Platform
        • Cargo Owner
        • Host-to-host
      • Version 1.0
      • SP2 Final Version
      • OAuth Version
        • Overview
        • API
        • Reference
    • Trucking
      • Open Bidding
        • Overview
        • API 01
        • API 02
        • API 04
        • API 05
        • API 06
        • API 09
        • API 10
        • API 11
      • OAuth Version
        • Overview
        • API 01
        • API 02
        • API 06
        • API 09
        • API 10
        • API 11
    • Vessel Domestic
      • OAuth Version
        • API
    • Warehouse
      • OAuth Version
        • API
  • User Guide
    • Inbound
    • Outbound
    • Domestic
      • Vessel
    • Free Trade Zone (BLE)
      • LAYANAN STS/ FSU
Powered by GitBook
On this page
  • Post data pemesanan ke NLE
  • RAW DATA EXAMPLE:
  • Referensi
  • DATA BODY

Was this helpful?

  1. API's
  2. Trucking
  3. OAuth Version

API 01

Post data pemesanan ke NLE

POST https://nlehub.kemenkeu.go.id/V3/NLE/Booking/final

url development : https://api.beacukai.go.id/NLE-DEV/Booking/final/

Headers

Name
Type
Description

beacukai-api-key

string

Apikey

Authentication

string

Authentication token to track down who is emptying our stocks.

Request Body

Name
Type
Description

kd_document_type

integer

kode dokumen (lihat referensi)

npwp_cargo_owner

string

[30] npwp kargo owner

nm_cargoowner

string

[255] nama kargo owner

document_no

string

[255] Nomor PIB (Impor), Nomor Daftar (PLB/TPB)

document_date

number

[date] Tanggal PIB (Impor), Tanggal Daftar (PLB/TPB)

no_doc_release

string

[255] nomor sppb

date_doc_release

number

[date] tanggal sppb

document_status

string

[255] status dokumen

bl_no

string

[20] nomor BL

bl_date

number

[date] tanggal BL

id_ff_ppjk

string

[30] npwp ppjk

booking_date

number

[datetime] tanggal booking

pod

string

[255] nama pelabuhan asal

pod_lat

string

[100] koordinat latitude pelabuhan asal

pod_lon

string

[100] koordinat longitude pelabuhan asal

total_distance

integer

jarak rute

party

integer

total kontainer

plan_date

number

[datetime] tanggal perencanaan

sp2valid_date

number

[date] masa berlaku sp2

spcvalid_date

number

[date] masa berlaku spc

id_User

string

[60] npwp pengguna jasa

npwp

string

[60] npwp pengguna jasa

id_platform

string

[5] kode platform

original_platform_booking_id

string

[255] original platform booking ID

company

string

[255] nama perusahaan

address

string

email

string

mobile

string

term_of_payment

string

container_no

string

container_type

integer

container_size

string

over_height

string

over_width

string

over_length

string

over_weight

string

temperatur

string

dangerous_type

string

dangerous_material

string

gate_pass

string

hpDriver

string

id_eseal

string

isFinished

string

namaDriver

string

status

string

truckPlateNo

string

urutan

string

destination

string

latitude

string

longitude

string

{    "name": "Cake's name",    "recipe": "Cake's recipe name",    "cake": "Binary cake"}
{    "message": "Ain't no cake like that."}

RAW DATA EXAMPLE:

{ "kd_document_type": 1, 
"npwpCargoOwner": "01232323232323", 
"nm_cargoowner": "PT ABC INDONESIA", 
"document_no": "35198", 
"document_date": "2020-11-25", 
"no_doc_release": null, 
"date_doc_release": null, 
"document_status": "SPPB", 
"bl_no": "BDF32490", 
"bl_date": "2020-11-22", 
"id_ff_ppjk": "018245894059000", 
"booking_date": "2020-10-20 00:00:00", 
"pod": "Tanjung Priok, North Jakarta City, Jakarta, Indonesia", 
"pod_lat": -6.1320555, 
"pod_lon": 106.8714848, 
"total_distance": 7944, 
"party": 1, 
"plan_date": "2020-10-20 12:00:12", 
"sp2valid_date": "2020-10-20", 
"spcvalid_date": "2020-10-20 12:00:12", 
"id_User": "018245894059000", 
"npwp": "018245894059000", 
"id_platform": "PL007", 
"originalPlatformBookingID":"75721092fc17ec9ec7f3c6224a7f0008",
"company": "PT ABC INDONESIA",
"address": "A belian batam kota kota batam kepulauan riau Indonesia",
"email": null,
"mobile": null,
"term_of_payment": 0,
"container": [
    {
        "container_no": "111",
        "container_size": "20",
        "container_type": "22B0",
        "over_height": null,
        "over_width": null,
        "over_length": null,
        "over_weight": null,
        "temperatur": null,
        "dangerous_type": "dangerous",
        "dangerous_material": null,
        "gate_pass": null,
        "hpDriver": null,
        "id_eseal": null,
        "isFinished": 0,
        "namaDriver": null,
        "status": null,
        "truckPlateNo": null
    }
],
"other_destination": [
    {
        "urutan": 1,
        "destination": "Koja, North Jakarta City, Jakarta,   Indonesia",
        "latitude": -6.117663500000001,
        "longitude": 106.9063491
    },
    {
        "urutan": 1,
        "destination": "Cilincing, North Jakarta City, Jakarta, Indonesia",
        "latitude": -6.1214284,
        "longitude": 106.947666
    }
]
}

Referensi

DATA BODY

PreviousOverviewNextAPI 02

Last updated 4 years ago

Was this helpful?