Request
Add parameter in header secret-key
Example:secret-key: ********************
Body Params application/json
{
"z": "0",
"y": "0",
"x": "0",
"warehouse_ref_id": 1000716,
"is_active": true,
"parent_id": 1000716,
"name": "MV. HABCO ANKAA 2",
"locator_ref_id": 111111,
"category": "locator",
"asset_ref_id": 1001987
}
Request Code Samples
curl --location --request POST 'https://mazu-lan.concise.co.id/api/v1/taowi/locators' \
--header 'secret-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"z": "0",
"y": "0",
"x": "0",
"warehouse_ref_id": 1000716,
"is_active": true,
"parent_id": 1000716,
"name": "MV. HABCO ANKAA 2",
"locator_ref_id": 111111,
"category": "locator",
"asset_ref_id": 1001987
}'
Responses
application/json Modified at 2025-01-02 06:01:58