GET api/Pedido/GetFiltered
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| paths | Collection of string |
None. |
|
| value | string |
None. |
|
| pageSize | integer |
None. |
|
| page | integer |
None. |
|
| sortFieldsSet | Dictionary of string [key] and ListSortDirection [value] |
None. |
Body Parameters
None.
Response Information
Resource Description
SearchResultDtoOfPedidoCabecalhoDto| Name | Description | Type | Additional information |
|---|---|---|---|
| data | Collection of PedidoCabecalhoDto |
None. |
|
| page | integer |
None. |
|
| totalRows | integer |
None. |
|
| pageSize | integer |
None. |
|
| tipoPaginacao | TipoPaginacaoEnum |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": [
{
"dhCreate": "2025-12-22T05:47:11.7876643-03:00",
"numeroPedidoErp": "sample string 2",
"clienteNome": "sample string 3",
"vendedorNome": "sample string 4",
"valorTotal": 5.0,
"desconto": 6.0,
"linkCardClienteKey": "1ee05dda-35d2-42b8-8638-734f39aff87c",
"statusNome": "sample string 8",
"numeroPedidoFormatado": "sample string 9",
"estabelecimento": "sample string 10",
"estabelecimentoNome": "sample string 11",
"naturezaOprNome": "sample string 12",
"key": 13,
"id": 13,
"isNew": true
},
{
"dhCreate": "2025-12-22T05:47:11.7876643-03:00",
"numeroPedidoErp": "sample string 2",
"clienteNome": "sample string 3",
"vendedorNome": "sample string 4",
"valorTotal": 5.0,
"desconto": 6.0,
"linkCardClienteKey": "1ee05dda-35d2-42b8-8638-734f39aff87c",
"statusNome": "sample string 8",
"numeroPedidoFormatado": "sample string 9",
"estabelecimento": "sample string 10",
"estabelecimentoNome": "sample string 11",
"naturezaOprNome": "sample string 12",
"key": 13,
"id": 13,
"isNew": true
}
],
"page": 1,
"totalRows": 2,
"pageSize": 3,
"tipoPaginacao": 1
}
application/xml, text/xml
Sample:
<SearchResultDtoOfPedidoCabecalhoDtouarU_S79A xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Zenite.Pi.Web.Models.Pesquisa">
<data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Linkcards.Webapi.Models.Pedido">
<d2p1:PedidoCabecalhoDto>
<isNew xmlns="http://schemas.datacontract.org/2004/07/Zenite.Pi.Web.Models">true</isNew>
<key xmlns="http://schemas.datacontract.org/2004/07/Zenite.Pi.Web.Models">13</key>
<d2p1:clienteNome>sample string 3</d2p1:clienteNome>
<d2p1:desconto>6</d2p1:desconto>
<d2p1:dhCreate>2025-12-22T05:47:11.7876643-03:00</d2p1:dhCreate>
<d2p1:estabelecimento>sample string 10</d2p1:estabelecimento>
<d2p1:estabelecimentoNome>sample string 11</d2p1:estabelecimentoNome>
<d2p1:linkCardClienteKey>1ee05dda-35d2-42b8-8638-734f39aff87c</d2p1:linkCardClienteKey>
<d2p1:naturezaOprNome>sample string 12</d2p1:naturezaOprNome>
<d2p1:numeroPedidoErp>sample string 2</d2p1:numeroPedidoErp>
<d2p1:numeroPedidoFormatado>sample string 9</d2p1:numeroPedidoFormatado>
<d2p1:statusNome>sample string 8</d2p1:statusNome>
<d2p1:valorTotal>5</d2p1:valorTotal>
<d2p1:vendedorNome>sample string 4</d2p1:vendedorNome>
</d2p1:PedidoCabecalhoDto>
<d2p1:PedidoCabecalhoDto>
<isNew xmlns="http://schemas.datacontract.org/2004/07/Zenite.Pi.Web.Models">true</isNew>
<key xmlns="http://schemas.datacontract.org/2004/07/Zenite.Pi.Web.Models">13</key>
<d2p1:clienteNome>sample string 3</d2p1:clienteNome>
<d2p1:desconto>6</d2p1:desconto>
<d2p1:dhCreate>2025-12-22T05:47:11.7876643-03:00</d2p1:dhCreate>
<d2p1:estabelecimento>sample string 10</d2p1:estabelecimento>
<d2p1:estabelecimentoNome>sample string 11</d2p1:estabelecimentoNome>
<d2p1:linkCardClienteKey>1ee05dda-35d2-42b8-8638-734f39aff87c</d2p1:linkCardClienteKey>
<d2p1:naturezaOprNome>sample string 12</d2p1:naturezaOprNome>
<d2p1:numeroPedidoErp>sample string 2</d2p1:numeroPedidoErp>
<d2p1:numeroPedidoFormatado>sample string 9</d2p1:numeroPedidoFormatado>
<d2p1:statusNome>sample string 8</d2p1:statusNome>
<d2p1:valorTotal>5</d2p1:valorTotal>
<d2p1:vendedorNome>sample string 4</d2p1:vendedorNome>
</d2p1:PedidoCabecalhoDto>
</data>
<page>1</page>
<pageSize>3</pageSize>
<tipoPaginacao>PorPagina</tipoPaginacao>
<totalRows>2</totalRows>
</SearchResultDtoOfPedidoCabecalhoDtouarU_S79A>