PUT /v1/superadmin/management/shiping-center/{id}| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | ✅ | ID Shipping Center yang ingin diperbarui |
| Header | Value | Description |
|---|---|---|
Authorization | Bearer <token> | JWT token SUPER_ADMIN |
Authorization: Bearer ********************curl --location --request PUT 'https://v1.dev.bukalombok.com/v1/superadmin/management/shiping-center/8c310d8e-cd03-4d98-a41f-75b9c496dea6' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"dcId": "9Gr1LAL_Cl8r66t",
"name": "test"
}'{
"meta": {
"success": true,
"status": 200,
"message": "Shiping Center berhasil diperbarui"
},
"data": {
"id": "b7nOv_28v8MpMu3",
"name": "Shipping Center 660",
"phone": "62912345678",
"accountManager": "MBg9kEKxQnHwtL7",
"status": "PUBLISHED",
"isActive": true
}
}