[Mobile] Get Detail Scan Spmk Documents
Developing
GET
/v1/load-unload/spmk/{qrValue}
Example
Spmk QR Value
"SPMK92690000450225"
Contoh data latest_verification_image ada di:
/v1/load-unload/ceisa/{qrValue}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/load-unload/spmk/SPMK92690000450225'
Response Response Example
{
"data": {
"milestones": [
{
"id": "987fdad1-55bc-46b3-b7b5-c46c3f039ed3",
"activity": "in",
"status": "rejected_in",
"gate": {
"name": "Gate A",
"type": "Main"
},
"lane": {
"name": "Lane 10",
"code": "LANE0010"
},
"checked_at": "2025-06-09T13:19:22.850Z",
"updated_at": "2025-06-09T13:19:22.850Z"
}
],
"destinations": [
{
"id": "63b0808b-0dcd-4142-a1d0-e313aebe9adc",
"name": "Main Office",
"address": "Komplek KEK 12 BB"
}
],
"vehicle": {
"id": "10ca7152-ea63-4446-902d-dcad0347bc3d",
"comodity": null,
"vehicle_type": "Container",
"police_number": "B 1234 XA",
"unit_of_item": null,
"total_item": 0,
"container_number": "MRSK-124"
},
"qr_value": "SPMK92690000450225",
"spmk_document": {
"id": "a74898f1-dd76-4436-ab42-f01132e0189d",
"agent": null,
"cycle": "BM",
"description": "STEEL SLABS",
"status": "1",
"activity_code": "BONGKAR",
"activity_name": "BONGKAR",
"activity_status": 2,
"billed_code": "926900051",
"billed_name": "PT. SUNAN INTI TRANS",
"branch_code": 92,
"cargo_handler_code": "0210013169",
"cargo_handler_name": "BERLIAN MANYAR SEJAHTERA, PT",
"dock_code": "926903",
"dock_name": "SISI LUAR BARU 2A-LB",
"estimated_time_of_arrival": "2025-02-25T22:55:00.000Z",
"estimated_time_of_departure": "2025-03-05T05:49:00.000Z",
"gross_register_tonnage": "33044",
"length_overall": "189.99",
"mooring_code": "2A-LB",
"mooring_name": "2A-LB",
"port_clearance_number": "V92690000310225",
"pntp_date": "2025-02-25T10:37:06.000Z",
"pntp_number": "PNTP92690000320225",
"processing_date": "2025-02-23T00:00:00.000Z",
"processing_number": "OP92690000300225",
"regional_code": 992,
"regional_name": "BERLIAN MANYAR SEJAHTERA",
"request_number": "BM92690000340225",
"shipping_type": "LUARNEGERI",
"ship_code": "I000041039",
"ship_name": "MV. GEMINI HONOR",
"ship_type": "KPLCURAHKR",
"spmk_number": "SPMK92690000450225",
"terminal_code": 69,
"terminal_name": "BERLIAN MANYAR SEJAHTERA",
"truck_sequence": 0,
"weight_in": 0
},
"latest_gate_activity": {
"id": "987fdad1-55bc-46b3-b7b5-c46c3f039ed3",
"activity": "in",
"status": "rejected_in",
"checked_at": "2025-06-09T13:19:22.850Z",
"updated_at": "2025-06-09T13:19:22.850Z",
"company_name": "HAILIANG NOVA MATERIAL INDONESIA"
},
"latest_verification_image": null
},
"message": "Sukses mengambil data detail aktivitas bongkar muat"
}
Request
Path Params
qrValue
stringÂ
required
Example:
SPMK92690000450225
Responses
Modified at 2025-06-18 05:01:32