GET api/Financiamento/ConsultaContratosConsscios?token={token}&dtCadastro={dtCadastro}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
token

string

Required

dtCadastro

date

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ConsultaContratosConsscioDto
NameDescriptionTypeAdditional information
CDCONTRATOCONSORCIO

integer

None.

CDEMPRESA

integer

None.

NRCPFCNPJVENDEDOR

string

None.

NRCPFCNPJCLIENTE

string

None.

NMPESSOA

string

None.

DSEMAILNFE

string

None.

NRCELULAR

string

None.

NRCONTRATO

string

None.

NRPROPOSTA

integer

None.

DTCADASTRO

date

None.

DTVENDA

date

None.

CDMODELOVEICULO

integer

None.

DSMODELOVEICULO

string

None.

DSESTADOCONSORCIO

string

None.

NRPRAZO

integer

None.

VLCONSORCIO

decimal number

None.

VLCONSORCIOORIGINAL

decimal number

None.

IDREPOSICAO

boolean

None.

DSCONSORCIO

string

None.

VLPARCELA

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CDCONTRATOCONSORCIO": 1,
    "CDEMPRESA": 2,
    "NRCPFCNPJVENDEDOR": "sample string 3",
    "NRCPFCNPJCLIENTE": "sample string 4",
    "NMPESSOA": "sample string 5",
    "DSEMAILNFE": "sample string 6",
    "NRCELULAR": "sample string 7",
    "NRCONTRATO": "sample string 8",
    "NRPROPOSTA": 1,
    "DTCADASTRO": "2025-04-26T16:41:25.5125264-03:00",
    "DTVENDA": "2025-04-26T16:41:25.5125264-03:00",
    "CDMODELOVEICULO": 10,
    "DSMODELOVEICULO": "sample string 11",
    "DSESTADOCONSORCIO": "sample string 12",
    "NRPRAZO": 1,
    "VLCONSORCIO": 1.0,
    "VLCONSORCIOORIGINAL": 1.0,
    "IDREPOSICAO": true,
    "DSCONSORCIO": "sample string 14",
    "VLPARCELA": 1.0
  },
  {
    "CDCONTRATOCONSORCIO": 1,
    "CDEMPRESA": 2,
    "NRCPFCNPJVENDEDOR": "sample string 3",
    "NRCPFCNPJCLIENTE": "sample string 4",
    "NMPESSOA": "sample string 5",
    "DSEMAILNFE": "sample string 6",
    "NRCELULAR": "sample string 7",
    "NRCONTRATO": "sample string 8",
    "NRPROPOSTA": 1,
    "DTCADASTRO": "2025-04-26T16:41:25.5125264-03:00",
    "DTVENDA": "2025-04-26T16:41:25.5125264-03:00",
    "CDMODELOVEICULO": 10,
    "DSMODELOVEICULO": "sample string 11",
    "DSESTADOCONSORCIO": "sample string 12",
    "NRPRAZO": 1,
    "VLCONSORCIO": 1.0,
    "VLCONSORCIOORIGINAL": 1.0,
    "IDREPOSICAO": true,
    "DSCONSORCIO": "sample string 14",
    "VLPARCELA": 1.0
  }
]