Update schedule
parent
ec221f4658
commit
0f27d58fc3
|
@ -17,28 +17,44 @@
|
||||||
|
|
||||||
"schedules": [
|
"schedules": [
|
||||||
{
|
{
|
||||||
"departure_datetime": "2024-11-10 20:00:00",
|
"departure_datetime": "2024-11-11 21:00:00",
|
||||||
"dock_name": "Dermaga 1",
|
"dock_name": "Dermaga 1",
|
||||||
"destination": "Babang",
|
"destination": "Babang",
|
||||||
"status": 2,
|
"status": 2,
|
||||||
"company_code": "UKIT",
|
"company_code": "UKIT",
|
||||||
"ship_name": "KM. UKI RAYA 05"
|
"ship_name": "KM. SATRIA 99 EXPRESS"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"departure_datetime": "2024-11-10 20:00:00",
|
"departure_datetime": "2024-11-10 20:00:00",
|
||||||
"dock_name": "Dermaga 1",
|
"dock_name": "Dermaga 1",
|
||||||
"destination": "Kupal - Jojame - Jikotamo - Kawasi",
|
"destination": "Kupal - Jojame - Jikotamo - Kawasi",
|
||||||
"status": 2,
|
"status": 2,
|
||||||
"company_code": "ASL",
|
"company_code": "AKSPL",
|
||||||
"ship_name": "KM. ELIZABETH III"
|
"ship_name": "KM. AKSAR SAPUTRA 07"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"departure_datetime": "2024-11-12 21:00:00",
|
"departure_datetime": "2024-11-12 20:30:00",
|
||||||
"dock_name": "Dermaga 1",
|
"dock_name": "Dermaga 1",
|
||||||
"destination": "Babang",
|
"destination": "Babang",
|
||||||
"status": 1,
|
"status": 1,
|
||||||
"company_code": "UKIT",
|
"company_code": "TML",
|
||||||
"ship_name": "KM. SATRIA 99 EXPRESS"
|
"ship_name": "KM. MARIN TERATAI"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departure_datetime": "2024-11-12 20:00:00",
|
||||||
|
"dock_name": "Dermaga 1",
|
||||||
|
"destination": "Kupal - Jojame - Jikotamo",
|
||||||
|
"status": 1,
|
||||||
|
"company_code": "TML",
|
||||||
|
"ship_name": "KM. OBI PERMAI"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departure_datetime": "2024-11-13 21:00:00",
|
||||||
|
"dock_name": "Dermaga 1",
|
||||||
|
"destination": "Babang",
|
||||||
|
"status": 0,
|
||||||
|
"company_code": "AKSPL",
|
||||||
|
"ship_name": "KM. BUNDA MARIA"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue