createVoyage
POST
/hna/voyages:create
Operator - Voyages
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/hna/voyages:create' \
--header 'Content-Type: application/json' \
--data-raw '{
"voyageData": {
"modality": "string"
},
"contactPerson": {
"name": "string",
"emailAddress": "string",
"phoneNumber": "string"
}
}'
Response Response Example
{
"voyageId": "string"
}
Request
Body Params application/json