updateVoyageRestrictions
POST
/hna/voyages/restrictions:update
Operator - Voyages
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/hna/voyages/restrictions:update' \
--header 'Content-Type: application/json' \
--data-raw '{
"voyageId": "string",
"restrictions": [
{
"visitIds": [
"string"
],
"transportingReefers": true
}
]
}'
Response Response Example
{}
Request
Body Params application/json
Responses
Modified at 2024-08-19 11:18:45