{
"meta": {
"success": true,
"status": 200,
"message": "Berhasil mendapatkan semua layanan pengiriman"
},
"data": [
{
"id": "4369045d-c450-4977-85c8-e413b6e79b45",
"code": "BKLPRS",
"name": "BKL NOW",
"ServiceType": "INSTANT",
"description": "Layanan pengiriman JNE",
"isActive": true,
"createdAt": "2025-12-02T13:11:25.276Z",
"updatedAt": "2025-12-02T13:11:25.276Z"
},
{
"id": "08b1b58c-22b4-481c-ab5b-2c101dc4ad93",
"code": "BKK",
"name": "BKL Express",
"ServiceType": "INSTANT",
"description": "Layanan pengiriman JNE",
"isActive": true,
"createdAt": "2025-11-08T01:39:15.101Z",
"updatedAt": "2025-11-08T01:39:15.101Z"
},
{
"id": "41ba154b-25f0-472d-84ff-b15e19567be2",
"code": "INSTANT",
"name": "Instant Delivery",
"ServiceType": "EXPRESS",
"description": "Pengiriman same-day dengan time slots",
"isActive": true,
"createdAt": "2025-10-26T06:21:53.296Z",
"updatedAt": "2025-10-26T06:21:53.296Z"
},
{
"id": "95f01d24-0c8b-443a-858e-42833c978d46",
"code": "EXPRESS",
"name": "Express Delivery",
"ServiceType": "EXPRESS",
"description": "Pengiriman cepat 1 hari kerja",
"isActive": true,
"createdAt": "2025-10-26T06:21:53.288Z",
"updatedAt": "2025-10-26T06:21:53.288Z"
},
{
"id": "176fb484-cd4f-4112-9323-df977e9c64d1",
"code": "REGULAR",
"name": "Layanan Regular",
"ServiceType": "EXPRESS",
"description": "Pengiriman standar 2-3 hari kerja",
"isActive": true,
"createdAt": "2025-10-26T06:21:53.279Z",
"updatedAt": "2025-10-26T06:21:53.279Z"
}
],
"pagination": {
"currentPage": 1,
"perPage": 10,
"totalCount": 5,
"totalPages": 1,
"hasNextPage": false,
"hasPrevPage": false
}
}