POST Dashboard/Gerencial/InserirRelatorio_Gerencial_Detalhe

Request Information

URI Parameters

None.

Body Parameters

Collection of Relatorio_Gerencial_Detalhe
NameDescriptionTypeAdditional information
IdRegistro

integer

None.

TipoFreteSN

boolean

None.

TipoEmprestimosCSN

boolean

None.

TipoEmprestimosDSN

boolean

None.

NomeDetalhe

string

None.

ValorDetalhe

decimal number

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "IdRegistro": 1,
    "TipoFreteSN": true,
    "TipoEmprestimosCSN": true,
    "TipoEmprestimosDSN": true,
    "NomeDetalhe": "sample string 2",
    "ValorDetalhe": 1.0
  },
  {
    "IdRegistro": 1,
    "TipoFreteSN": true,
    "TipoEmprestimosCSN": true,
    "TipoEmprestimosDSN": true,
    "NomeDetalhe": "sample string 2",
    "ValorDetalhe": 1.0
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Relatorio_Gerencial_Detalhe
NameDescriptionTypeAdditional information
IdRegistro

integer

None.

TipoFreteSN

boolean

None.

TipoEmprestimosCSN

boolean

None.

TipoEmprestimosDSN

boolean

None.

NomeDetalhe

string

None.

ValorDetalhe

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "IdRegistro": 1,
    "TipoFreteSN": true,
    "TipoEmprestimosCSN": true,
    "TipoEmprestimosDSN": true,
    "NomeDetalhe": "sample string 2",
    "ValorDetalhe": 1.0
  },
  {
    "IdRegistro": 1,
    "TipoFreteSN": true,
    "TipoEmprestimosCSN": true,
    "TipoEmprestimosDSN": true,
    "NomeDetalhe": "sample string 2",
    "ValorDetalhe": 1.0
  }
]