Approve Voyage Event
Developing
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/voyage-instructions/0bd43c56-d981-47e0-ad8c-011b178b4393/events/39e3932e-fef4-4cd5-8320-9a57c2f55c49/approval' \
--header 'Authorization: Bearer <token>' \
--data-urlencode 'remarks=test' \
--data-urlencode 'approval=second-approval' \
--data-urlencode 'approval_status=approved'
Responses
application/json Modified at 2025-09-08 07:14:08