Update schedule

master
Gilang R 2024-11-27 23:58:39 +07:00
parent 9436ff54c7
commit 61b209cded
Signed by: sinyo1015
GPG Key ID: D40305586B71891C
1 changed files with 27 additions and 11 deletions

View File

@ -17,7 +17,7 @@
"schedules": [ "schedules": [
{ {
"departure_datetime": "2024-11-26 20:00:00", "departure_datetime": "2024-11-28 21:00:00",
"dock_name": "Dermaga 1", "dock_name": "Dermaga 1",
"destination": "Babang", "destination": "Babang",
"status": 2, "status": 2,
@ -25,28 +25,44 @@
"ship_name": "KM. SATRIA 99 EXPRESS" "ship_name": "KM. SATRIA 99 EXPRESS"
}, },
{ {
"departure_datetime": "2024-11-26 21:00:00", "departure_datetime": "2024-11-28 20:00:00",
"dock_name": "Dermaga 1", "dock_name": "Dermaga 1",
"destination": "Kupal/Jojame/Jikotamo/Kawasi", "destination": "Kupal - Jojame - Jikotamo",
"status": 2, "status": 2,
"company_code": "POM", "company_code": "POM",
"ship_name": "KM. INTIM TERATAI" "ship_name": "KM. OBI PERMAI"
}, },
{ {
"departure_datetime": "2024-11-27 20:00:00", "departure_datetime": "2024-11-29 21:00:00",
"dock_name": "Dermaga 1", "dock_name": "Dermaga 1",
"destination": "Babang", "destination": "Babang",
"status": 1, "status": 1,
"company_code": "POM", "company_code": "UKIT",
"ship_name": "KM. UKI RAYA 05" "ship_name": "KM. UKI RAYA 05"
}, },
{ {
"departure_datetime": "2024-11-27 21:00:00", "departure_datetime": "2024-11-30 21:00:00",
"dock_name": "Dermaga 1", "dock_name": "Dermaga 1",
"destination": "Kupal/Jojame/Jikotamo/Kawasi", "destination": "Babang",
"status": 1, "status": 0,
"company_code": "ASL", "company_code": "UKIT",
"ship_name": "KM. ELIZABETH III" "ship_name": "KM. SATRIA 99 EXPRESS"
},
{
"departure_datetime": "2024-12-01 21:00:00",
"dock_name": "Dermaga 1",
"destination": "Babang",
"status": 0,
"company_code": "UKIT",
"ship_name": "KM. UKI RAYA 05"
},
{
"departure_datetime": "2024-12-01 21:00:00",
"dock_name": "Dermaga 1",
"destination": "Kupal - Jojame - Jikotamo - Kawasi",
"status": 0,
"company_code": "POM",
"ship_name": "KM. INTIM TERATAI"
} }
] ]
} }