Skip to content

Receber XMLs de contas a anexar

POST
/api/v2/contas-medicas

Authorizations

Request Body

object
credencialId
string format: uuid
nullable
arquivos
required
Array<object>
object
name
required
string
<= 255 characters
contentType
required
string
base64
required
string

Responses

200

Incluir XMLs na fila de processamento

object
sucesso
boolean
erros
Array<string>
nullable
data
Array<object>
nullable
object
id
integer format: int64
nullable
credencialId
string format: uuid
nullable
nomeCredencial
string
nullable
nomeOriginal
string
nullable
numeroLote
string
nullable
numeroProtocolo
string
nullable
usuarioId
string format: uuid
criadoPor
string
nullable
quantidadeGuias
integer format: int32
itensConcluidos
integer format: int32
status
string
Allowed values: EmAnalise NaoIniciadoComPendencias NaoIniciadoSemPendencias EmProgresso Enviando EmPausa Concluido
possuiRecibo
boolean
podeRevalidar
boolean
podeIniciar
boolean
podePausar
boolean
podeExcluir
boolean
dataInclusao
string format: date-time

400

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

object
mensagens
Array<string>
nullable

500

Server Error