GET servico/integracaoterceiros/ObterTaraPorChaveFatoFrete/{chaveFatoFrete}

Retorna projeção de Tara para o Sankhya de acordo com o código de percurso de terceiros

Request Info

URI Parameters

NomeDescriçãoTipoInformações adicionais
chaveFatoFrete

Código percurso informado no cadastro da carga.

string

Required

Body Parameters

None.

Response Info

Resource Description

Collection of ProjecaoDeDadosDaTara
NomeDescriçãoTipoInformações adicionais
COD_ORDEM

Chave de fato do frete.

string

None.

COD_EMBAL

Código da embalagem.

integer

None.

DESC_EMBALAGEM

Descrição da embalagem.

string

None.

QUANTIDADE

Quantidade.

decimal number

None.

TOTAL_TARA

Total Peso da Tara

decimal number

None.

ORDEMCARGA

Chave de fato do frete.

string

None.

CODEMP

Código da filial.

string

None.

Response Formats

application/json, text/json

Exemplo:
[
  {
    "COD_ORDEM": "sample string 1",
    "COD_EMBAL": 1,
    "DESC_EMBALAGEM": "sample string 2",
    "QUANTIDADE": 1.0,
    "TOTAL_TARA": 1.0,
    "ORDEMCARGA": "sample string 3",
    "CODEMP": "sample string 4"
  },
  {
    "COD_ORDEM": "sample string 1",
    "COD_EMBAL": 1,
    "DESC_EMBALAGEM": "sample string 2",
    "QUANTIDADE": 1.0,
    "TOTAL_TARA": 1.0,
    "ORDEMCARGA": "sample string 3",
    "CODEMP": "sample string 4"
  }
]

application/xml, text/xml

Exemplo:
<ArrayOfProjecaoDeDadosDaTara xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATAK.Projecoes.Integracao.Documentos.MovimentacaoFrete">
  <ProjecaoDeDadosDaTara>
    <CODEMP>sample string 4</CODEMP>
    <COD_EMBAL>1</COD_EMBAL>
    <COD_ORDEM>sample string 1</COD_ORDEM>
    <DESC_EMBALAGEM>sample string 2</DESC_EMBALAGEM>
    <ORDEMCARGA>sample string 3</ORDEMCARGA>
    <QUANTIDADE>1</QUANTIDADE>
    <TOTAL_TARA>1</TOTAL_TARA>
  </ProjecaoDeDadosDaTara>
  <ProjecaoDeDadosDaTara>
    <CODEMP>sample string 4</CODEMP>
    <COD_EMBAL>1</COD_EMBAL>
    <COD_ORDEM>sample string 1</COD_ORDEM>
    <DESC_EMBALAGEM>sample string 2</DESC_EMBALAGEM>
    <ORDEMCARGA>sample string 3</ORDEMCARGA>
    <QUANTIDADE>1</QUANTIDADE>
    <TOTAL_TARA>1</TOTAL_TARA>
  </ProjecaoDeDadosDaTara>
</ArrayOfProjecaoDeDadosDaTara>