Logistics API

SalesPackageAssetAdditionRequestModel

object

This request model contains the groupId of the target sales package group and the list of stockIds

allowPackageChangeboolean
stockIDsnull | array[integer,string](int64)

The list of stockIds

Match pattern:^-?(?:0|[1-9]\d*)$

targetGroupNamenull | string
targetSalesGroupIdinteger | string(int64)

The groupId of the target sales package group

Match pattern:^-?(?:0|[1-9]\d*)$

Example

SalesPackageGroupCreationRequestModel

object

Request model to hold the parameter for creating a new sales package group for a given sales package

newSalesPackageGroupNamenull | string

The name for the new group

targetSalesPackageIdinteger | string(int32)

The package id of the target sales packge (The sales package is identified by stock company and package id)

Match pattern:^-?(?:0|[1-9]\d*)$

targetStockCompanyinteger | string(int16)

The stock company of the target sales package (The sales package is identified by stock company and package id)

Match pattern:^-?(?:0|[1-9]\d*)$

Example

SalesPackageMoveTargetInfo

object
pricePerUnitnumber | string(double)

Match pattern:^-?(?:0|[1-9]\d*)(?:\.\d+)?$

pricingTypeinteger
Example

SalesProcess

object
_changedPropertiesnull | object
_changedPropertyNamesnull | array[string]
_internalReferenceIDnull | string
accountManagerinteger | string(int32)

Match pattern:^-?(?:0|[1-9]\d*)$

additionalPropertiesnull | object
brokerNumbernull | integer | string(int32)

Match pattern:^-?(?:0|[1-9]\d*)$

collectionAddressnull | string
commentnull | string
contactIDinteger | string(int32)

Match pattern:^-?(?:0|[1-9]\d*)$

contractFooternull | string
contractHeadernull | string
contractLayoutinteger | string(int32)

Match pattern:^-?(?:0|[1-9]\d*)$

createDatestring(date-time)
createUserinteger | string(int32)

Match pattern:^-?(?:0|[1-9]\d*)$

customerIDinteger | string(int32)

Match pattern:^-?(?:0|[1-9]\d*)$

dataStateinteger
deliveryAddressnull | string
descriptionnull | string
descriptionFooternull | string
descriptionHeadernull | string
dmsDocIDnull | string
editinteger
expireDatestring(date)
languageinteger | string(int32)

Match pattern:^-?(?:0|[1-9]\d*)$

leaseSchedulenull | string
obsoleteSKZnull | string
offerDatestring(date-time)
pickingHintsnull | string
provisionDatestring(date-time)
salesIDinteger | string(int32)

Match pattern:^-?(?:0|[1-9]\d*)$

salesTypeinteger
scrapSalesPriceinteger | string(int32)

Match pattern:^-?(?:0|[1-9]\d*)$

selfCollectorinteger | string(int32)

Match pattern:^-?(?:0|[1-9]\d*)$

statusnull | string
stockCompanyinteger | string(int16)

Match pattern:^-?(?:0|[1-9]\d*)$

taxRatenumber | string(double)

Match pattern:^-?(?:0|[1-9]\d*)(?:\.\d+)?$

transportOrderIdnull | integer | string(int32)

Match pattern:^-?(?:0|[1-9]\d*)$

updateDatestring(date-time)
updateUserinteger | string(int32)

Match pattern:^-?(?:0|[1-9]\d*)$

warehouseLocationnull | string
workflowIDinteger | string(int32)

Match pattern:^-?(?:0|[1-9]\d*)$

Example

SalesProcessStatusChangeRequestModel

object
statusnull | string
vatWasManuallyValidatedboolean
Example