Criar novo profissional
POST
/api/v2/profissionais
Authorizations
Request Body
Dados do profissional
object
nome
required
string
cpfCnpj
string
registroConselho
required
string
idTipoConselho
required
integer format: int32
ufConselho
required
string
cboId
string format: uuid
Responses
200
Profissional criado com sucesso
object
sucesso
boolean
erros
Array<string>
data
object
id
string format: uuid
nome
string
cpfCnpj
string
conselho
object
siglaConselho
string
nomeConselho
string
ufConselho
string
numeroRegistro
string
cbo
object
id
string format: uuid
codigo
string
descricao
string
situacao
string
especialidades
Array<object>
object
id
integer format: int32
descricao
string
padrao
boolean
executantePadrao
boolean
ativo
boolean
updatedAt
string format: date-time
createdAt
string format: date-time
400
Erro de validação
object
mensagens
Array<string>
422
Já existe outro profissional com o mesmo conselho, UF do conselho e número de registro
500
Erro interno