updateVisit
POST
/hna/visits:updateUpdate a created barge visit
Request
Body Params application/json
visitId
string
required
visitData
object (HnaVisitData)
optional
modality
string
optional
The way in which the transportation of the cargo takes place in the hinterland.
externalReferenceVisit
string
optional
The unique ID that is provided by BTS for this visit
eta
string
required
The expected time of arrival of the means of hinterland's transport at the terminal.
Example
{
"visitId": "string",
"visitData": {
"modality": "string",
"externalReferenceVisit": "string",
"eta": "string"
}
}
Request samples
Responses
default response(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 6 months ago