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/stock-opnames/approve/f6197389-b794-46ca-ac46-f0c4889d1855' \
--header 'Authorization: Bearer <token>' \
--data-urlencode 'remarks=mantep nks' \
--data-urlencode 'approval=first-approval' \
--data-urlencode 'date_acct='
Responses
application/json Modified at 2025-01-16 09:10:45