PUT api/{tenant}/DocumentoFiscalTransportes/{id}?key={key}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
key

integer

Required

tenant

string

None.

id

string

None.

Body Parameters

DocumentoFiscalTransporteModelo
NameDescriptionTypeAdditional information
DocumentoFiscalId

integer

None.

TransportadorId

integer

None.

TransportadorNome

string

None.

VeiculoId

integer

None.

VeiculoNome

string

None.

MotoristaId

integer

None.

MotoristaNome

string

None.

MarcaVolume

string

None.

EspecieVolume

string

None.

QuantidadeVolume

integer

None.

NumeracaoVolume

string

None.

ValorFrete

decimal number

None.

PesoLiquido

decimal number

None.

PesoBruto

decimal number

None.

Faturado

boolean

None.

Ativo

integer

None.

Id

integer

None.

EmEdicao

boolean

None.

UsuarioAtualizacao

string

None.

UsuarioCadastro

string

None.

UsuarioEmEdicao

string

None.

DataCadastro

date

None.

DataAtualizacao

date

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DocumentoFiscalTransporteModelo'.

Response Information

Resource Description

IHttpActionResult

None.