Get Voyage Instruction Summary
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET 'https://mazu-lan.concise.co.id/api/v1/main/voyage-instructions/9824fa65-c4a2-4ed3-a20e-8c999a80284a/summary' \
--header 'Authorization: Bearer <token>'
Responses
application/json {
"status": true,
"code": 200,
"message": "Fetched Voyage Instruction",
"data": {
"vessel": "HVEL",
"start_period_date": "2025-06-25T17:24:16.937Z",
"end_period_date": "2025-06-25T17:24:16.937Z",
"status": "in_progress",
"has_rob_product": false
}
}
Modified at 2025-09-02 05:37:12