{
"plant": "string",
"assetId": "9179b887-04ef-4ce5-ab3a-b5bbd39ea3c8",
"lastProduct": "string",
"eventCode": "Load",
"statusCode": "Empty",
"nomination": "Available",
"fleetStatusCode": "GoingUpTheRiver",
"cleaningStatus": "WithResidue",
"initialDate": "2019-08-24T14:15:22Z",
"finalDate": "2019-08-24T14:15:22Z"
}
curl --location --request POST 'https://apis.qa01.hbsa.com.br/navigation/v1/assets//checkpoints' \
--header 'x-tenant;' \
--header 'Content-Type: application/json' \
--data-raw '{
"plant": "string",
"assetId": "9179b887-04ef-4ce5-ab3a-b5bbd39ea3c8",
"lastProduct": "string",
"eventCode": "Load",
"statusCode": "Empty",
"nomination": "Available",
"fleetStatusCode": "GoingUpTheRiver",
"cleaningStatus": "WithResidue",
"initialDate": "2019-08-24T14:15:22Z",
"finalDate": "2019-08-24T14:15:22Z"
}'
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}