GET appInformeInquilino/applistainforme?filtros={filtros}&sidx={sidx}&sord={sord}&page={page}&rows={rows}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
filtros | string |
Required |
|
sidx | string |
Required |
|
sord | string |
Required |
|
page | integer |
Required |
|
rows | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Listsql_appinformeInquilinoContractName | Description | Type | Additional information |
---|---|---|---|
totalPages | integer |
None. |
|
page | integer |
None. |
|
totalRecords | integer |
None. |
|
rows | Collection of sql_appinformeInquilinoContract |
None. |
Response Formats
application/json, text/json
Sample:
{ "totalPages": 1, "page": 2, "totalRecords": 3, "rows": [ { "CODIGOLOCADOR": "sample string 1", "CODIGOIMOVEL": "sample string 2", "CODIGO_ASSINANTE": "sample string 3", "IDPESSOA_INQUILINO": 1, "NOME_ASSINANTE": "sample string 4", "ANO": 1, "DTVISUALIZADO": 1, "IDINTEGRA_INFORME": "sample string 5", "ORIGEM": "sample string 6", "VALOR_ALUGUEL": 1.0, "VALOR_IRRF_INQUILINO": 1.0, "VALOR_TOTAL": 1.0 }, { "CODIGOLOCADOR": "sample string 1", "CODIGOIMOVEL": "sample string 2", "CODIGO_ASSINANTE": "sample string 3", "IDPESSOA_INQUILINO": 1, "NOME_ASSINANTE": "sample string 4", "ANO": 1, "DTVISUALIZADO": 1, "IDINTEGRA_INFORME": "sample string 5", "ORIGEM": "sample string 6", "VALOR_ALUGUEL": 1.0, "VALOR_IRRF_INQUILINO": 1.0, "VALOR_TOTAL": 1.0 } ] }