API 11

Sebagai sarana bagi Trucking Platform untuk mengubah informasi Truck aktif.

Put Update Truck Plate Number & Driver

PUT https://nlehub.kemenkeu.go.id/V3/NLE/DataTransporterDetil/container

URL Development : https://api.beacukai.go.id/NLE-DEV/DataTransporterDetil/container?idRequestBooking={ID_REQUEST_BOOKING}&containerNo={NOMOR_CONTAINER}

Path Parameters

Name
Type
Description

idRequestBooking

string

Kode request booking

containerNo

string

Nomor Container.

Headers

Name
Type
Description

beacukai-api-key

string

Request Body

Name
Type
Description

namaDriver

string

Nama Driver

truckPlateNo

string

Nomor Plat Truk

hpDriver

string

Nomor HP Pengemudi

Success or failed

Rawa Example

{
    "namaDriver": "Hadi",
    "truckPlateNo": "B 6000 XV",
    "hpDriver": "081122233344"
}

Last updated

Was this helpful?