updateVoyageRestrictions
POST
/hna/voyages/restrictions:updateRegister restrictions for the barge voyage
Request
Body Params application/json
voyageId
string
required
restrictions
array[object (HnaRestrictions) {2}]
required
visitIds
array[string]
optional
A list of groups of visit ids. Integral planning will always first plan all the visits in the first group, then the visits in the second group, etcetera. However, integral planning will still shuffle the order of the visits within each group.
transportingReefers
boolean
optional
If the restriction is due to transporting reefers, then integral planning will not change visit times.
Example
{
"voyageId": "string",
"restrictions": [
{
"visitIds": [
"string"
],
"transportingReefers": true
}
]
}
Request samples
Responses
default response(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 6 months ago