v1
latestOpenAPI 3.0.02026-07-2455104.8 MBPurchase Price
List purchase prices V2
Returns list of purchase prices.
get/api/v2/purchasePrices
Query parameters
[
{
"key": "product",
"op": "equals"
}
]Response
Operation completed successfully.
Example response
{
"data": [
{
"id": "1",
"product": {
"id": "5"
},
"supplier": {
"id": "7"
},
"isStandardSupplier": false,
"supplierDesignation": "123456",
"fromQuantity": 1,
"packageAmount": 1,
"price": {
"amount": "12.92",
"currency": "EUR"
},
"internalComment": "Test1",
"validFrom": null,
"expiresAt": "2024-12-12"
}
],
"extra": {
"totalCount": 1,
"page": {
"number": 1,
"size": 10
}
}
}