Skip to main content
POST
Unlink Supplier From Stock

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Body

application/json
supplierId
string
required

ID of the supplier

stockId
string
required

ID of the stock

id
string
required

Unique identifier for the supplier-to-stock relationship

uoms
SupplierToStockUom · object[] | null

UOM variants for this supplier-stock link

createdDate
string<date-time> | null

Date the link was created

updatedDate
string<date-time> | null

Date the link was last updated

isArchived
boolean
default:false

Whether the link is archived

Response

Successful Response