Edit Warehouse
Developing
PUT
/store/warehouses
BosOnline/Profile
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT '/store/warehouses?id=10' \
--header 'Content-Type: application/json' \
--data-raw '{
"warehouse_name": "Gudang Alfian",
"warehouse_pic": "Alfian",
"warehouse_phone": "08176231321",
"warehouse_detail": "Bukit Kismadani 6",
"addr_id": 671831,
"kodepos": 61252,
"id": 87
}'
Response Response Example
200 - Success
{
"message": "warehous has been successfully saved."
}
Request
Query Params
id
integer
optional
Example:
10
Body Params application/json
Responses
Modified at 2025-06-24 03:34:22