Skip to content

Relatório 8 - Guias por período

POST
/api/v2/relatorios/guias-por-periodo

Authorizations

Request Body

object
pageNumber
integer format: int32
pageSize
integer format: int32
mes
string
nullable
ano
string
nullable
tipoArquivo
string
Allowed values: EXCEL CSV
relatorio
string
Allowed values: Relatorio1 Relatorio2 Relatorio3 Relatorio4 Relatorio5 Relatorio6 Relatorio7 Relatorio8

Responses

200

Relatório 8 - Guias por período

object
sucesso
boolean
erros
Array<string>
nullable
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>
nullable
object
operadora
string
nullable
credencial
string
nullable
carteira
string
nullable
solicitacao
string
nullable
dataSolicitacao
string
nullable
unidade
string
nullable
guiaPrestador
string
nullable
guiaOperadora
string
nullable

204

NoContent

400

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

object
mensagens
Array<string>
nullable

500

Server Error