GET api/Pedido/GetFiltered

Request Information

URI Parameters

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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:26:10.0778382-03:00",
      "numeroPedidoErp": "sample string 2",
      "clienteNome": "sample string 3",
      "vendedorNome": "sample string 4",
      "valorTotal": 5.0,
      "desconto": 6.0,
      "linkCardClienteKey": "cd00a206-2488-409d-852a-230de1c67b32",
      "statusNome": "sample string 8",
      "key": 9,
      "id": 9,
      "isNew": true
    },
    {
      "dhCreate": "2025-12-22T05:26:10.0778382-03:00",
      "numeroPedidoErp": "sample string 2",
      "clienteNome": "sample string 3",
      "vendedorNome": "sample string 4",
      "valorTotal": 5.0,
      "desconto": 6.0,
      "linkCardClienteKey": "cd00a206-2488-409d-852a-230de1c67b32",
      "statusNome": "sample string 8",
      "key": 9,
      "id": 9,
      "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">9</key>
      <d2p1:clienteNome>sample string 3</d2p1:clienteNome>
      <d2p1:desconto>6</d2p1:desconto>
      <d2p1:dhCreate>2025-12-22T05:26:10.0778382-03:00</d2p1:dhCreate>
      <d2p1:linkCardClienteKey>cd00a206-2488-409d-852a-230de1c67b32</d2p1:linkCardClienteKey>
      <d2p1:numeroPedidoErp>sample string 2</d2p1:numeroPedidoErp>
      <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">9</key>
      <d2p1:clienteNome>sample string 3</d2p1:clienteNome>
      <d2p1:desconto>6</d2p1:desconto>
      <d2p1:dhCreate>2025-12-22T05:26:10.0778382-03:00</d2p1:dhCreate>
      <d2p1:linkCardClienteKey>cd00a206-2488-409d-852a-230de1c67b32</d2p1:linkCardClienteKey>
      <d2p1:numeroPedidoErp>sample string 2</d2p1:numeroPedidoErp>
      <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>