{
"meta": {
"success": true,
"status": 200,
"message": "List services berhasil diambil"
},
"data": [
{
"id": "08b1b58c-22b4-481c-ab5b-2c101dc4ad93",
"name": "BKL Express",
"code": "BKK",
"serviceType": "INSTANT",
"description": "Layanan pengiriman JNE",
"basePrice": 15000,
"hasAvailableSlots": true,
"estimasi": "3 menit - 5 menit",
"nextAvailableDate": "8 Desember 2025",
"slotInfo": {
"slotTime": "08:30 - 16:00 WITA",
"processingTime": "2 menit",
"bookingDeadline": "Pesan 12 menit sebelum slot",
"bookingDeadlineRaw": 12
},
"capacityInfo": {
"available": 45,
"total": 50,
"utilization": 10,
"status": "Tersedia"
},
"timezone": "Asia/Makassar"
},
{
"id": "95f01d24-0c8b-443a-858e-42833c978d46",
"name": "Express Delivery",
"code": "EXPRESS",
"serviceType": "EXPRESS",
"description": "Pengiriman cepat 1 hari kerja",
"basePrice": 15000,
"hasAvailableSlots": false,
"estimasi": null,
"nextAvailableDate": null,
"slotInfo": null,
"capacityInfo": null,
"timezone": "Asia/Makassar"
},
{
"id": "41ba154b-25f0-472d-84ff-b15e19567be2",
"name": "Instant Delivery",
"code": "INSTANT",
"serviceType": "EXPRESS",
"description": "Pengiriman same-day dengan time slots",
"basePrice": 15000,
"hasAvailableSlots": true,
"estimasi": "1 jam 30 menit - 2 jam 30 menit",
"nextAvailableDate": "2 Desember 2025",
"slotInfo": {
"slotTime": "16:00 - 18:00 WITA",
"processingTime": "30 menit",
"bookingDeadline": "Pesan 2 jam sebelum slot",
"bookingDeadlineRaw": 120
},
"capacityInfo": {
"available": 100,
"total": 100,
"utilization": 0,
"status": "Tersedia"
},
"timezone": "Asia/Makassar"
},
{
"id": "176fb484-cd4f-4112-9323-df977e9c64d1",
"name": "Layanan Regular",
"code": "REGULAR",
"serviceType": "EXPRESS",
"description": "Pengiriman standar 2-3 hari kerja",
"basePrice": 8000,
"hasAvailableSlots": true,
"estimasi": "1 jam 30 menit - 2 jam 30 menit",
"nextAvailableDate": "7 Desember 2025",
"slotInfo": {
"slotTime": "17:30 - 18:00 WITA",
"processingTime": "30 menit",
"bookingDeadline": "Pesan 2 jam sebelum slot",
"bookingDeadlineRaw": 120
},
"capacityInfo": {
"available": 99,
"total": 100,
"utilization": 1,
"status": "Tersedia"
},
"timezone": "Asia/Makassar"
}
],
"pagination": {
"totalServices": 4,
"servicesWithSlots": 3,
"userTimezone": "Asia/Makassar"
}
}