GET api/Pedido/GetFilteredPedidos

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ultimosDias

integer

None.

idVendedor

integer

None.

ehLinkCards

boolean

None.

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:47:29.2263511-03:00",
      "numeroPedidoErp": "sample string 2",
      "clienteNome": "sample string 3",
      "vendedorNome": "sample string 4",
      "valorTotal": 5.0,
      "desconto": 6.0,
      "linkCardClienteKey": "b0f192f6-cea1-4686-8d1c-fa25f8a08d6d",
      "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:29.2263511-03:00",
      "numeroPedidoErp": "sample string 2",
      "clienteNome": "sample string 3",
      "vendedorNome": "sample string 4",
      "valorTotal": 5.0,
      "desconto": 6.0,
      "linkCardClienteKey": "b0f192f6-cea1-4686-8d1c-fa25f8a08d6d",
      "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:29.2263511-03:00</d2p1:dhCreate>
      <d2p1:estabelecimento>sample string 10</d2p1:estabelecimento>
      <d2p1:estabelecimentoNome>sample string 11</d2p1:estabelecimentoNome>
      <d2p1:linkCardClienteKey>b0f192f6-cea1-4686-8d1c-fa25f8a08d6d</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:29.2263511-03:00</d2p1:dhCreate>
      <d2p1:estabelecimento>sample string 10</d2p1:estabelecimento>
      <d2p1:estabelecimentoNome>sample string 11</d2p1:estabelecimentoNome>
      <d2p1:linkCardClienteKey>b0f192f6-cea1-4686-8d1c-fa25f8a08d6d</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>