v1
latestOpenAPI 3.0.02026-07-1315476656.4 KBPart
Update an existing part
Update a part
put/Part/{partId}
Path parameters
partIdinteger required
ID of part to update
Request body
Example request
{
"name": "Dragonglass",
"partNumber": "Part-1000",
"category": {
"objectName": "Category"
},
"stock": 10000,
"unity": {
"id": 1,
"objectName": "Unity"
},
"price": 100,
"priceNet": 100,
"priceGross": 119,
"pricePurchase": 50,
"taxRate": 19,
"status": 100
}Response
Successful operation - Returns changed part resource
Example response
{
"name": "Dragonglass",
"partNumber": "Part-1000",
"category": {
"objectName": "Category"
},
"stock": 10000,
"unity": {
"id": 1,
"objectName": "Unity"
},
"price": 100,
"priceNet": 100,
"priceGross": 119,
"pricePurchase": 50,
"taxRate": 19,
"status": 100
}