moveVisit
POST
/hna/visits:moveMove a visit to a different barge voyage
Request
Body Params application/json
visitId
string
required
Unique identifier of the visit which was generated on the creation of the visit. If given, the update will work even if the handling has been detached.
Example:
75111204
nextVoyageId
string
optional
Unique identification of the voyage related to the visit to which the cargo handling must move.
Example
{
"visitId": "75111204",
"nextVoyageId": "string"
}
Request samples
Responses
default response(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 6 months ago