curl --location --request POST '/api/ItemConfiguracaoCustoExtras/AdicionarItem' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"custoExtraId": 0,
"formula": "string",
"lojasIds": [
0
],
"tiposTelhadosIds": [
0
]
}'
{
"id": 0,
"custoExtra": {
"id": 0,
"ordem": 0,
"ativo": true,
"naoAplicavel": true,
"codigo": "string",
"nome": "string",
"descricao": "string",
"temEntrada": true,
"obrigatorio": true,
"grandeza": "string",
"tipoAplicacao": "TotalProdutoServico"
},
"formula": "string",
"tiposTelhados": "string",
"tiposTelhadosIds": [
0
],
"lojasIds": [
0
],
"lojas": "string"
}