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/material-receipts/approve/3847615a-0a58-4244-a533-4ffafd32e266' \
--header 'Authorization: Bearer <token>' \
--data-urlencode 'remarks=brow' \
--data-urlencode 'date_acct=01-01-2020' \
--data-urlencode 'approval=1'
Responses
application/json Modified at 2025-09-22 09:48:29