{
"assetId": "9179b887-04ef-4ce5-ab3a-b5bbd39ea3c8",
"locationId": "1a5515a3-ba81-4a42-aee7-ad9ffc090a54",
"planInitialDate": "2019-08-24T14:15:22Z",
"planFinalDate": "2019-08-24T14:15:22Z",
"actualInitialDate": "2019-08-24T14:15:22Z",
"actualFinalDate": "2019-08-24T14:15:22Z",
"inactiveTime": 0,
"volume": 0,
"eventCode": "Load"
}
curl --location --request POST 'https://apis.qa01.hbsa.com.br/navigation/v1/travels//load-unloads' \
--header 'x-tenant;' \
--header 'Content-Type: application/json' \
--data-raw '{
"assetId": "9179b887-04ef-4ce5-ab3a-b5bbd39ea3c8",
"locationId": "1a5515a3-ba81-4a42-aee7-ad9ffc090a54",
"planInitialDate": "2019-08-24T14:15:22Z",
"planFinalDate": "2019-08-24T14:15:22Z",
"actualInitialDate": "2019-08-24T14:15:22Z",
"actualFinalDate": "2019-08-24T14:15:22Z",
"inactiveTime": 0,
"volume": 0,
"eventCode": "Load"
}'
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}