{
"plant": "string",
"certificateTypeId": "dbcd5866-5708-446b-a938-ba1734011f0e",
"mandatory": true,
"emissionDate": "2019-08-24T14:15:22Z",
"expireDate": "2019-08-24T14:15:22Z"
}
curl --location --request POST 'https://apis.qa01.hbsa.com.br/navigation/v1/assets//certificates' \
--header 'x-tenant;' \
--header 'Content-Type: application/json' \
--data-raw '{
"plant": "string",
"certificateTypeId": "dbcd5866-5708-446b-a938-ba1734011f0e",
"mandatory": true,
"emissionDate": "2019-08-24T14:15:22Z",
"expireDate": "2019-08-24T14:15:22Z"
}'
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}