Update Schedule

master
Gilang R 2024-11-21 12:54:35 +07:00
parent 03086688ce
commit 9e16eabd62
Signed by: sinyo1015
GPG Key ID: D40305586B71891C
1 changed files with 30 additions and 6 deletions

View File

@ -17,20 +17,44 @@
"schedules": [ "schedules": [
{ {
"departure_datetime": "2024-11-20 20:00:00", "departure_datetime": "2024-11-21 20:00:00",
"dock_name": "Dermaga 1",
"destination": "Kupal - Jojame - Jikotamo - Kawasi",
"status": 2,
"company_code": "ASL",
"ship_name": "KM. ELIZABETH III"
},
{
"departure_datetime": "2024-11-21 20:00:00",
"dock_name": "Dermaga 1", "dock_name": "Dermaga 1",
"destination": "Babang", "destination": "Babang",
"status": 2, "status": 2,
"company_code": "UKIT",
"ship_name": "KM. UKI RAYA 05"
},
{
"departure_datetime": "2024-11-22 21:00:00",
"dock_name": "Dermaga 1",
"destination": "Babang",
"status": 1,
"company_code": "UKIT",
"ship_name": "KM. SATRIA 99 EXPRESS"
},
{
"departure_datetime": "2024-11-23 20:30:00",
"dock_name": "Dermaga 1",
"destination": "Babang",
"status": 0,
"company_code": "TML", "company_code": "TML",
"ship_name": "KM. MARIN TERATAI" "ship_name": "KM. MARIN TERATAI"
}, },
{ {
"departure_datetime": "2024-11-20 20:00:00", "departure_datetime": "2024-11-24 20:00:00",
"dock_name": "Dermaga 1", "dock_name": "Dermaga 1",
"destination": "Kupal - Jojame - Jikotamo - Kawasi", "destination": "Babang",
"status": 2, "status": 0,
"company_code": "POM", "company_code": "UKIT",
"ship_name": "KM. INTIM TERATAI" "ship_name": "KM. UKI RAYA 05"
} }
] ]
} }