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
beacukai-api-key
string
Apikey
Authentication
string
Authentication token to track down who is emptying our stocks.
Request Body
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
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"}
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


Last updated
Was this helpful?