v1
latestOpenAPI 3.0.02026-07-1315476656.4 KBPart
Find part by ID
Returns a single part
get/Part/{partId}
Path parameters
partIdinteger required
ID of part to return
Response
Successful operation
Example response
{
"objects": [
{
"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
}
]
}