{
"status": "success",
"message": "Business trip berhasil disetujui.",
"data": {
"id": 2,
"user_id": 2,
"tenant_id": 1,
"start_date": "2026-05-05T17:00:00.000000Z",
"end_date": "2026-05-07T17:00:00.000000Z",
"destination": "Port Chaddton",
"reason": "Pengajuan dinas untuk meeting koordinasi.",
"status": 1,
"status_str": "Approved",
"approved_at": "2026-04-29T05:34:14.000000Z",
"approved_by_id": 1,
"rejected_reason": null,
"metadata": {
"seeded": true,
"type": "waiting"
},
"user": {
"id": 2,
"name": "John Doe",
"email": "john.doe@example.com",
"phone": null,
"employee_id": 2,
"employee_code": "01010101",
"photo_profile": "profile_photos/john_doe.jpg",
"photo_profile_url": "https://s3.caturpilar.com/okejob-bucket/profile_photos/john_doe.jpg"
},
"approver": {
"id": 1,
"name": "Super Admin",
"email": "superadmin@example.com",
"phone": null,
"employee_id": 1,
"employee_code": "00000001",
"photo_profile": null,
"photo_profile_url": null
},
"created_at": "2026-04-28T22:14:05.000000Z",
"updated_at": "2026-04-28T22:34:14.000000Z",
"deleted_at": null
}
}