Request
Add parameter in header secret-key
Example:secret-key: ********************
Body Params application/json
{
"z": "cD",
"y": "b",
"x": "a",
"warehouse_ref_id": 33333,
"is_active": true,
"parent_id": 33333,
"name": "MV. HABCO AQUILA",
"locator_ref_id": 30001,
"category": "locator",
"asset_ref_id": 1001987
}
Request Code Samples
curl --location --request PUT 'https://mazu-lan.concise.co.id/api/v1/taowi/locators/30001' \
--header 'secret-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"z": "cD",
"y": "b",
"x": "a",
"warehouse_ref_id": 33333,
"is_active": true,
"parent_id": 33333,
"name": "MV. HABCO AQUILA",
"locator_ref_id": 30001,
"category": "locator",
"asset_ref_id": 1001987
}'
Responses
application/json Modified at 2024-12-11 16:55:04