Update Asset Product by Asset
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/x-www-form-urlencoded
Request Code Samples
curl --location --request PUT 'https://mazu-lan.concise.co.id/api/v1/main/products/asset-product/aa49506f-1359-460c-87f6-c9c7392736d2?asset_id=f48c1f4e-1795-487c-af66-bf82cf1f02f4&locator_id=f48c1f4e-1795-487c-af66-bf82cf1f02f4' \
--header 'Authorization: Bearer <token>' \
--data-urlencode 'quantity_min=0' \
--data-urlencode 'quantity_max=99'
Responses
application/json Modified at 2025-03-21 06:03:33