curl --location --request POST 'https://v1.dev.bukalombok.com/v1/superadmin/management/schedule-shipment' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"serviceId": "176fb484-cd4f-4112-9323-df977e9c64d1",
"processingTime": 30,
"minDeliveryTime": 60,
"maxDeliveryTime": 120,
"slotTime": "17:30 - 18:00",
"bookingDeadline": 120,
"priceMultiplier": 1.2,
"shippingDate": "2025-12-12",
"maxCapacity": 100
}'{
"meta": {
"success": true,
"status": 201,
"message": "Shipping schedule berhasil dibuat"
},
"data": {
"id": "c2a1eb8c-004f-4027-835b-476409507e3f",
"serviceId": "75e7f90f-025e-4411-8b70-0b7fc481a526",
"processingTime": 30,
"minDeliveryTime": 60,
"maxDeliveryTime": 120,
"slotTime": "9:30 - 00:00",
"shippingDate": "2025-11-05T00:00:00.000Z",
"bookingDeadline": 120,
"priceMultiplier": "2.2",
"createdAt": "2025-11-03T11:51:12.260Z",
"maxCapacity": 100,
"bookedCount": 0,
"updatedAt": "2025-11-03T11:51:12.260Z",
"service": {
"id": "75e7f90f-025e-4411-8b70-0b7fc481a526",
"code": "BKK",
"name": "BKL Express"
}
}
}