Skip to content

Valida se os procedimentos tem alguma pendência

POST
/api/v2/autorizar/validar-pendencias

Authorizations

Request Body

object
procedimentos
Array<object>
nullable
object
nomeProcedimento
string
nullable
codigoProcedimento
string
nullable
quantidade
integer format: int32
quantidadeAutorizada
integer format: int32
nullable
quantidadeExecutada
integer format: int32
nullable
noRol
boolean
regraAnexo
boolean
autorizado
string
nullable
carteira
string
nullable
credencialId
string format: uuid

Responses

200

Valida se os procedimentos tem alguma pendência

object
sucesso
boolean
erros
Array<string>
nullable
data
Array<object>
nullable
object
situacao
string
nullable
pendenciaInterna
boolean
codigoProcedimento
string
nullable
nomeProcedimento
string
nullable
dataAutorizacao
string format: date-time
nullable

204

NoContent

400

Erro durante a requisição. Retorna mensagens de erro de validação

object
mensagens
Array<string>
nullable

500

Server Error