OrderPos
Find order position by ID
Returns a single order position
get/OrderPos/{orderPosId}
Path parameters
orderPosIdinteger required
ID of order position to return
Response
Successful operation
Example response
{
"objects": [
{
"id": "0",
"objectName": "OrderPos",
"create": "01.01.2020",
"update": "01.01.2020",
"order": {
"id": "0",
"objectName": "Order"
},
"part": {
"id": "0",
"objectName": "Part"
},
"quantity": "1",
"price": "100",
"priceNet": "100",
"priceTax": "19",
"priceGross": "119",
"name": "Dragonglass",
"unity": {
"id": "0",
"objectName": "Unity"
},
"sevClient": {
"id": "0"
},
"positionNumber": "1",
"taxRate": "19"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.