GET loc_cotacao/listaCotacao?filtros={filtros}&sidx={sidx}&sord={sord}&page={page}&rows={rows}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
filtros

string

Required

sidx

string

Required

sord

string

Required

page

integer

Required

rows

integer

Required

Body Parameters

None.

Response Information

Resource Description

ListLOC_COTACAOContract
NameDescriptionTypeAdditional information
totalPages

integer

None.

page

integer

None.

totalRecords

integer

None.

rows

Collection of LOC_COTACAOContract

None.

Response Formats

application/json, text/json

Sample:
{
  "totalPages": 1,
  "page": 2,
  "totalRecords": 3,
  "rows": [
    {
      "IDCLIENTE": 1,
      "IDLOC_INDICE": 2,
      "NOMEINDICE": "sample string 3",
      "IDLOC_COTACAO": 4,
      "IDUSUARIO": 5,
      "VALOR": "sample string 6",
      "DT_COTACAO": 7,
      "DTULTALTER": 1
    },
    {
      "IDCLIENTE": 1,
      "IDLOC_INDICE": 2,
      "NOMEINDICE": "sample string 3",
      "IDLOC_COTACAO": 4,
      "IDUSUARIO": 5,
      "VALOR": "sample string 6",
      "DT_COTACAO": 7,
      "DTULTALTER": 1
    }
  ]
}