Stock
Update a stock supplier
Update the details of a stock supplier (required scope stock:write)
patch/v1/stockDetails/{stockDetailsId}/suppliers/{stockSupplierId}
Path parameters
stockDetailsIdinteger required
stockSupplierIdinteger required
Headers
Customer-Idinteger required
The customer identifier
Request body
Example request
{
"contactId": 12345,
"warrantyPeriod": 12,
"cost": 12.99,
"currencyCode": "EUR"
}Response
No Content