Validate Upload Stock Order
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-data
Request Code Samples
curl --location --request POST 'https://mazu-lan.concise.co.id/api/v1/main/components/store-order-valid' \
--header 'Authorization: Bearer <token>' \
--form 'asset_id="f48c1f4e-1795-487c-af66-bf82cf1f02f4"' \
--form 'file=@"C:\\Users\\USER\\Downloads\\1. Stores&Service_Catalogue (1).xlsx - IMPA_ST (1).csv"'
Responses
application/json {
"code": 0,
"message": "string"
}
Modified at 2025-11-03 01:10:39