Skip to main content
PATCH
Update Item Supplier

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

x-runas
string

The User-Id (int or uuid) on whose behalf the request is executed. Requires scope 'Application.RunAs'.

x-tenant-id
string<uuid>
required

The tenant ID for the target ERP instance.

Path Parameters

itemId
integer<int32>
required
supplierId
integer<int32>
required

Body

application/json

The itemSupplier to update.

Model Class: UpdateItemSupplier

Sku
string
Example:

"ART2394871"

ItemName
string
Example:

"Interdimensional Goggles"

IsStandard
boolean
Example:

false

PurchasePriceNet
number<decimal>
Example:

97.23

TaxRate
number<decimal>
Example:

19

MinimumPurchaseQuantity
number<decimal>
Example:

1

PermissibleOrderQuantity
number<decimal>
Example:

2

DeliveryTime
integer<int32>
Example:

2

UseSupplierDeliveryTime
boolean
Example:

false

Stocklevel
number<decimal>
Example:

34

IsDropshipping
boolean
Example:

false

MergeStockLevel
boolean
Example:

false

Comment
string
Example:

"A custom comment"

PackagingUnit
string
Example:

"box"

AmountPackagingUnit
number<decimal>
Example:

1

ScalePrices
object[]

Response