{
"employeeId": "b0e78c8f-8c8b-4410-8293-9239e39d9e17",
"captain": true,
"radioOperator": true,
"shipProtectionOfficer": true,
"function": "string",
"assetId": "9179b887-04ef-4ce5-ab3a-b5bbd39ea3c8",
"boardingDate": "2019-08-24T14:15:22Z",
"boardingPoint": 0,
"unboardingDate": "2019-08-24T14:15:22Z",
"unboardingPoint": 0,
"slackDays": 0,
"extraDays": 0,
"confirmUnboardingDate": "2019-08-24T14:15:22Z"
}
curl --location --request POST 'https://apis.qa01.hbsa.com.br/navigation/v1/onboards' \
--header 'x-tenant;' \
--header 'Content-Type: application/json' \
--data-raw '{
"employeeId": "b0e78c8f-8c8b-4410-8293-9239e39d9e17",
"captain": true,
"radioOperator": true,
"shipProtectionOfficer": true,
"function": "string",
"assetId": "9179b887-04ef-4ce5-ab3a-b5bbd39ea3c8",
"boardingDate": "2019-08-24T14:15:22Z",
"boardingPoint": 0,
"unboardingDate": "2019-08-24T14:15:22Z",
"unboardingPoint": 0,
"slackDays": 0,
"extraDays": 0,
"confirmUnboardingDate": "2019-08-24T14:15:22Z"
}'
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}