Compare commits
2 Commits
8905694a8d
...
77ab4baf2e
Author | SHA1 | Date |
---|---|---|
|
77ab4baf2e | |
|
54ecef8f11 |
|
@ -16,35 +16,11 @@
|
|||
],
|
||||
|
||||
"schedules": [
|
||||
{
|
||||
"departure_datetime": "2024-10-24 20:30:00",
|
||||
"dock_name": "Dermaga 1",
|
||||
"destination": "Babang",
|
||||
"status": 2,
|
||||
"company_code": "TML",
|
||||
"ship_name": "KM. MARIN TERATAI"
|
||||
},
|
||||
{
|
||||
"departure_datetime": "2024-10-24 20:00:00",
|
||||
"dock_name": "Dermaga 1",
|
||||
"destination": "Kupal",
|
||||
"status": 2,
|
||||
"company_code": "POM",
|
||||
"ship_name": "KM. OBI PERMAI"
|
||||
},
|
||||
{
|
||||
"departure_datetime": "2024-10-25 20:30:00",
|
||||
"dock_name": "Dermaga 1",
|
||||
"destination": "Babang",
|
||||
"status": 1,
|
||||
"company_code": "AKSPL",
|
||||
"ship_name": "KM. BUNDA MARIA"
|
||||
},
|
||||
{
|
||||
"departure_datetime": "2024-10-26 20:00:00",
|
||||
"dock_name": "Dermaga 1",
|
||||
"destination": "Babang",
|
||||
"status": 0,
|
||||
"status": 2,
|
||||
"company_code": "UKIT",
|
||||
"ship_name": "KM. UKI RAYA 05"
|
||||
},
|
||||
|
@ -52,7 +28,7 @@
|
|||
"departure_datetime": "2024-10-27 21:00:00",
|
||||
"dock_name": "Dermaga 1",
|
||||
"destination": "Babang",
|
||||
"status": 0,
|
||||
"status": 1,
|
||||
"company_code": "UKIT",
|
||||
"ship_name": "KM. SATRIA 99 EXPRESS"
|
||||
},
|
||||
|
@ -62,7 +38,23 @@
|
|||
"destination": "Kupal - Jojame - Jikotamo - Kawasi",
|
||||
"status": 0,
|
||||
"company_code": "POM",
|
||||
"ship_name": "KM. SATRIA 99 EXPRESS"
|
||||
}
|
||||
"ship_name": "KM. INTIM TERATAI"
|
||||
},
|
||||
{
|
||||
"departure_datetime": "2024-10-28 20:00:00",
|
||||
"dock_name": "Dermaga 1",
|
||||
"destination": "Kupal - Jojame - Jikotamo - Kawasi",
|
||||
"status": 0,
|
||||
"company_code": "ASL",
|
||||
"ship_name": "KM. ELIZABETH III"
|
||||
},
|
||||
{
|
||||
"departure_datetime": "2024-10-28 20:30:00",
|
||||
"dock_name": "Dermaga 1",
|
||||
"destination": "Babang",
|
||||
"status": 0,
|
||||
"company_code": "TML",
|
||||
"ship_name": "KM. MARIN TERATAI"
|
||||
},
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue