GET contrato/getContratos?client_id={client_id}&CPF={CPF}&ParceiroID={ParceiroID}&MatriculaID={MatriculaID}&AnoLetivo={AnoLetivo}&PeriodoLetivo={PeriodoLetivo}&DataInicio={DataInicio}&DataFim={DataFim}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
client_id

string

Required

CPF

string

Default value is

ParceiroID

integer

Default value is 0

MatriculaID

integer

Default value is 0

AnoLetivo

string

Default value is

PeriodoLetivo

string

Default value is

DataInicio

string

Default value is

DataFim

string

Default value is

Body Parameters

Response Information

Resource Description

Collection of Dictionary of Object [key] and Object [value]

Response Formats

application/json, text/json

Sample:
[
  {
    "System.Object": {}
  },
  {
    "System.Object": {}
  }
]

application/xml, text/xml

Sample:
<ArrayOfArrayOfKeyValueOfanyTypeanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <ArrayOfKeyValueOfanyTypeanyType>
    <KeyValueOfanyTypeanyType>
      <Key />
      <Value />
    </KeyValueOfanyTypeanyType>
    <KeyValueOfanyTypeanyType>
      <Key />
      <Value />
    </KeyValueOfanyTypeanyType>
  </ArrayOfKeyValueOfanyTypeanyType>
  <ArrayOfKeyValueOfanyTypeanyType>
    <KeyValueOfanyTypeanyType>
      <Key />
      <Value />
    </KeyValueOfanyTypeanyType>
    <KeyValueOfanyTypeanyType>
      <Key />
      <Value />
    </KeyValueOfanyTypeanyType>
  </ArrayOfKeyValueOfanyTypeanyType>
</ArrayOfArrayOfKeyValueOfanyTypeanyType>

text/html

Sample:
[
  {
    "System.Object": {},
    "System.Object": {}
  },
  {
    "System.Object": {},
    "System.Object": {}
  }
]