{
"assetId": "9179b887-04ef-4ce5-ab3a-b5bbd39ea3c8",
"fuelLevel": 0,
"fuelLevelUnit": "string",
"supplyVolume": 0,
"supplyVolumeUnit": "string",
"date": "2019-08-24T14:15:22Z",
"macroNumber": 0,
"bunkerLocation": "string",
"bunkerImage": "string"
}
curl --location --request POST 'https://apis.qa01.hbsa.com.br/navigation/v1/assets//fuels' \
--header 'x-tenant;' \
--header 'Content-Type: application/json' \
--data-raw '{
"assetId": "9179b887-04ef-4ce5-ab3a-b5bbd39ea3c8",
"fuelLevel": 0,
"fuelLevelUnit": "string",
"supplyVolume": 0,
"supplyVolumeUnit": "string",
"date": "2019-08-24T14:15:22Z",
"macroNumber": 0,
"bunkerLocation": "string",
"bunkerImage": "string"
}'
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}