Lista pendências
POST
/api/v2/autorizar/listar-pendencias
Authorizations
Request Body
object
pageNumber
integer format: int32
pageSize
integer format: int32
operadoraId
string format: uuid
carteira
string
beneficiario
string
medico
string
procedimento
string
situacao
string
senha
string
dataInicio
string format: date-time
dataFim
string format: date-time
Responses
200
Realizando listagem de pendências
object
sucesso
boolean
erros
Array<string>
data
object
pageIndex
integer format: int32
totalPages
integer format: int32
totalItems
integer format: int32
hasPreviousPage
boolean
previousPageIndex
integer format: int32
hasNextPage
boolean
nextPageIndex
integer format: int32
items
Array<object>
object
id
integer format: int32
dataAutorizacao
string format: date-time
beneficiarioCarteira
string
beneficiarioNome
string
requisitanteCarteira
string
requisitanteNome
string
procedimentoCodigo
string
procedimentoNome
string
quantidadeAutorizada
integer format: int32
quantidadePendente
integer format: int32
situacao
string
mensagemSituacao
string
senha
string
operadora
string
createdAt
string format: date-time
updatedAt
string format: date-time
inicioExecucao
string format: date-time
clienteId
string format: uuid
credencialId
string format: uuid
operadoraId
string format: uuid
tipoConselho
string
numeroConselho
string
204
NoContent
400
Erro durante a requisição. Retorna mensagens de erro de validação
object
mensagens
Array<string>
500
Server Error