GET api/Lista?jsonConsulta={jsonConsulta}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
jsonConsulta

string

Required

Body Parameters

None.

Response Information

Resource Description

Lista
NameDescriptionTypeAdditional information
CodigoLista

integer

None.

CodigoProduto

integer

None.

Quantidade

integer

None.

CodigoPessoa

integer

None.

fg_compra_em_andamento

integer

None.

DescricaoLista

string

None.

Produtos

DataTable

None.

Listas

DataTable

None.

Response Formats

application/json, text/json

Sample:
{
  "CodigoLista": 1,
  "CodigoProduto": 2,
  "Quantidade": 3,
  "CodigoPessoa": 4,
  "fg_compra_em_andamento": 5,
  "DescricaoLista": "sample string 6",
  "Produtos": null,
  "Listas": []
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Não é possível serializar a DataTable. Nome de DataTable não definido.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Não é possível serializar a DataTable. Nome de DataTable não definido.