Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
Request Code Samples
curl --location --request PUT 'https://mazu-lan.concise.co.id/api/v1/main/stock-opnames/reject/7e61397c-1a6e-4d55-ad25-6dd34ad6de84' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"remarks": "aaasas"
}'
Responses
application/json Modified at 2025-01-16 09:25:33