DeliveryTerm

Lieferbedingungen

Find an existing Resource by identifier

get
Path parameters
idinteger · int64Required

an identifier

Responses
chevron-right
200

successful operation

application/json
get
/erp/delivery/terms/{id}

Update existing Resource

put
Path parameters
idinteger · int64Required

an identifier

Body
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

labelstringRequired

label for this delivery term

descriptionstringRequired

description

printDescriptionstringOptional

printDescription

languageCodestringOptional

Sprache des Accounts

freeShippingGrossValuenumberOptional

free shipping gross value

freeShippingNetValuenumberOptional

free shipping net value

codNetFeenumberOptional

cod net fee to charge on document

codGrossFeenumberOptional

cod gross fee to charge on document

freightChargesPerParcelbooleanOptional

calculate shipping charges per parcel

Default: false
calculateFreightChargesWithTypestring · enumRequired

information, when the shipping charges should be calculated

Possible values:
calculateFreightChargesFromTypestring · enumRequired

information, how the shipping charges should be calculated

Possible values:
activebooleanOptional

Aktiv?

Default: true
Responses
chevron-right
200

successful operation

application/json
put
/erp/delivery/terms/{id}

Delete an existing Resource

delete
Path parameters
idinteger · int64Required

an identifier

Responses
chevron-right
200

successful operation

application/json
delete
/erp/delivery/terms/{id}

deaktiviert eine bestehende Resource

put
Path parameters
idinteger · int64Required

identifier

Responses
chevron-right
200

successful operation

application/json
put
/erp/delivery/terms/{id}/deactivate

aktiviert eine bestehende Resource

put
Path parameters
idinteger · int64Required

identifier

Responses
chevron-right
200

successful operation

application/json
put
/erp/delivery/terms/{id}/activate

Create new Resource

post
Body
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

labelstringRequired

label for this delivery term

descriptionstringRequired

description

printDescriptionstringOptional

printDescription

languageCodestringOptional

Sprache des Accounts

freeShippingGrossValuenumberOptional

free shipping gross value

freeShippingNetValuenumberOptional

free shipping net value

codNetFeenumberOptional

cod net fee to charge on document

codGrossFeenumberOptional

cod gross fee to charge on document

freightChargesPerParcelbooleanOptional

calculate shipping charges per parcel

Default: false
calculateFreightChargesWithTypestring · enumRequired

information, when the shipping charges should be calculated

Possible values:
calculateFreightChargesFromTypestring · enumRequired

information, how the shipping charges should be calculated

Possible values:
activebooleanOptional

Aktiv?

Default: true
Responses
chevron-right
200

successful operation

application/json
post
/erp/delivery/terms

Last updated

Was this helpful?