Authorization: ********************curl --location 'https://api.crol.mx/api/ClasificadoresCosto' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data '{
"centroCostoId": 0,
"centroCostoNombre": "string",
"centroCostoCodigo": "string",
"centroCostoDescripcion": "string",
"centroCostoActivo": true,
"conceptoIdPadre": 0
}'{
"data": {
"centroCostoId": 0,
"organizacionId": 0,
"centroCostoNombre": "string",
"centroCostoCodigo": "string",
"centroCostoActivo": true,
"conceptoIdPadre": 0,
"usuarioIdUpdate": 0,
"centroCostoDescripcion": "string"
},
"resultado": true,
"error": {
"error": null,
"errorMensaje": "string",
"errorCodigo": 0
}
}