v1
latestOpenAPI 3.0.02026-07-2455104.8 MBSales Price
Update sales price
Updates details of a single sales price
patch/api/v1/salesPrices/{id}
Path parameters
idstring required
Resource identifier.
Example:17
The resource's identifier.
Request body
Example request
{
"customer": {
"id": "1337"
},
"customerGroup": {
"id": "1337"
},
"price": {
"amount": "13.37",
"currency": "EUR"
},
"customerProductNumber": "ABC-123",
"remark": "Remark"
}Response
Operation completed successfully, no response body