GET api/EntregasPedido

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Plusnet.WebStore.BO.EntregaOUT
NameDescriptionTypeAdditional information
Tipo

string

Required

(Vide PedidoEntregasTipos)

String length: inclusive between 0 and 64

(Tipo)

EntregaEmbalagemNome

string

String length: inclusive between 0 and 64

(Nome)

EntregaServicoNome

string

String length: inclusive between 0 and 64

(Nome)

EntregaServicoSerOnlModalidade

string

(Vide EntregaServicosSerOnlModalidades)

String length: inclusive between 0 and 64

(Serviço Online: Modalidade)

EntregaLojaNome

string

String length: inclusive between 0 and 64

(Nome)

EntregaLojaEndCep

string

String length: inclusive between 8 and 8

(Endereço: CEP)

EntregaLojaEndLogradouro

string

String length: inclusive between 0 and 64

(Endereço: Logradouro)

EntregaLojaEndNumero

string

String length: inclusive between 0 and 16

(Endereço: Número)

EntregaLojaEndComplemento

string

String length: inclusive between 0 and 64

(Endereço: Complemento)

EntregaLojaEndBairro

string

String length: inclusive between 0 and 64

(Endereço: Bairro)

EntregaLojaEndLocalidade

string

String length: inclusive between 0 and 64

(Endereço: Localidade)

EntregaLojaEndUf

string

String length: inclusive between 2 and 2

(Endereço: UF)

EntregaServicoID

integer

None.

EntregaServicoPraAdicional

integer

Range: inclusive between 0 and 32767

(Serviço: Prazo Adicional)

EntregaServicoPrioridade

integer

(Prioridade)

EntregaLojaID

integer

None.

ProdutoItemPraAdicional

integer

Range: inclusive between 0 and 32767

(Item: Prazo Adicional)

Preco

decimal number

(Entrega: Preço)

Prazo

integer

(Entrega: Prazo)

EntregaDomiciliar

boolean

(Entrega: Domiciliar)

EntregaSabado

boolean

(Entrega: Sábado)

ErrCodigo

string

(Entrega: Erro: Código)

ErrMensagem

string

(Entrega: Erro: Mensagem)

PraTotal

integer

(Entrega: Prazo Total)

Promocao

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Tipo": "sample string 1",
    "EntregaEmbalagemNome": "sample string 2",
    "EntregaServicoNome": "sample string 3",
    "EntregaServicoSerOnlModalidade": "sample string 4",
    "EntregaLojaNome": "sample string 5",
    "EntregaLojaEndCep": "sample string 6",
    "EntregaLojaEndLogradouro": "sample string 7",
    "EntregaLojaEndNumero": "sample string 8",
    "EntregaLojaEndComplemento": "sample string 9",
    "EntregaLojaEndBairro": "sample string 10",
    "EntregaLojaEndLocalidade": "sample string 11",
    "EntregaLojaEndUf": "sample string 12",
    "EntregaServicoID": 1,
    "EntregaServicoPraAdicional": 1,
    "EntregaServicoPrioridade": 1,
    "EntregaLojaID": 1,
    "ProdutoItemPraAdicional": 1,
    "Preco": 13.0,
    "Prazo": 14,
    "EntregaDomiciliar": true,
    "EntregaSabado": true,
    "ErrCodigo": "sample string 17",
    "ErrMensagem": "sample string 18",
    "PraTotal": 19,
    "Promocao": true
  },
  {
    "Tipo": "sample string 1",
    "EntregaEmbalagemNome": "sample string 2",
    "EntregaServicoNome": "sample string 3",
    "EntregaServicoSerOnlModalidade": "sample string 4",
    "EntregaLojaNome": "sample string 5",
    "EntregaLojaEndCep": "sample string 6",
    "EntregaLojaEndLogradouro": "sample string 7",
    "EntregaLojaEndNumero": "sample string 8",
    "EntregaLojaEndComplemento": "sample string 9",
    "EntregaLojaEndBairro": "sample string 10",
    "EntregaLojaEndLocalidade": "sample string 11",
    "EntregaLojaEndUf": "sample string 12",
    "EntregaServicoID": 1,
    "EntregaServicoPraAdicional": 1,
    "EntregaServicoPrioridade": 1,
    "EntregaLojaID": 1,
    "ProdutoItemPraAdicional": 1,
    "Preco": 13.0,
    "Prazo": 14,
    "EntregaDomiciliar": true,
    "EntregaSabado": true,
    "ErrCodigo": "sample string 17",
    "ErrMensagem": "sample string 18",
    "PraTotal": 19,
    "Promocao": true
  }
]