PUT api/{module}/EstimateOrder/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

module

string

None.

Body Parameters

EstimateOrderFull
NameDescriptionTypeAdditional information
EstimateOrderItems

Collection of Object

None.

EstimateOrderTexts

Collection of Object

None.

Customer

CustomerExtent1

None.

Type

EstimateOrderTypeMain

None.

TypeCode

integer

None.

PersonCode

string

None.

CostCenterCode

string

None.

PaymentConditionCode

string

None.

FiscalNatureCode

string

None.

ListPriceCode

integer

None.

CarrierCode

string

None.

ConveyorCode

string

None.

RedispatchCode

string

None.

RepresentativeCode

string

None.

Notes

string

String length: inclusive between 0 and 512

IncreasePerc

decimal number

None.

DiscountPerc1

decimal number

None.

DiscountPerc2

decimal number

None.

DiscountValue

decimal number

None.

IncreaseValue

decimal number

None.

FreightType

EFreightType

None.

FreightValue

decimal number

None.

InsuranceValue

decimal number

None.

AllowsPartialBilling

boolean

None.

AllowsEarlyBilling

boolean

None.

ExpensesValue

decimal number

None.

CustomerDocument

string

None.

TypeUse

ETypeUse

None.

CommissionPerc

decimal number

None.

TotalPercentageDiscounts

decimal number

None.

TotalPercentageIncreases

decimal number

None.

TotalValueDiscounts

decimal number

None.

TotalValueIncreases

decimal number

None.

TotalVolumes

decimal number

None.

TotalGrossWeight

decimal number

None.

TotalNetWeight

decimal number

None.

TotalGrossProduct

decimal number

None.

TotalNetProduct

decimal number

None.

TotalTaxes

decimal number

None.

TotalTaxesWithheld

decimal number

None.

TotalFreight

decimal number

None.

TotalExpenses

decimal number

None.

TotalCommission

decimal number

None.

TotalCost

decimal number

None.

TotalPercentageTaxes

decimal number

None.

TotalPercentageFreight

decimal number

None.

MarginDesc

string

None.

TotalQuantity

decimal number

None.

TotalPrice

decimal number

None.

Document

integer

None.

Series

string

None.

Situation

EEstimateOrderSituation

None.

SituationDesc

string

None.

PersonName

string

String length: inclusive between 0 and 120

EmissionDate

DBDateTime

None.

EmissionDateStr

string

None.

ExpirationDate

DBDateTime

None.

ExpirationDateStr

string

None.

ExpirationDateTimeStamp

string

None.

SituationDate

DBDateTime

None.

SituationDateStr

string

None.

Step

string

None.

Attribute1

string

None.

Attribute2

string

None.

Attribute3

string

None.

Attribute4

string

None.

Attribute5

string

None.

Attribute6

string

None.

Attribute7

string

None.

Attribute8

string

None.

Id

string

None.

Request Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Error getting value from 'LegalId' on 'Avant.Plenus.WebApi.Models.Business.Admin.CustomerExtent1'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Error getting value from 'LegalId' on 'Avant.Plenus.WebApi.Models.Business.Admin.CustomerExtent1'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object reference not set to an instance of an object.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object reference not set to an instance of an object.

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 'EstimateOrderFull'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.