curl --location --request GET 'https://api.storyous.com/stocks/5a75b658f60a3c15009312f1/stocks/1/stockUps/5' \
--header 'Authorization: Bearer <token>'
{
"stockUpId": "1",
"createdAt": "2021-01-01T13:30:00.000Z",
"note": "Some note",
"number": "123456",
"supplierName": "Some supplier",
"supplierId": "55af539409393f3d00000054",
"personId": "55af539409393f3d00000054",
"personName": "API person",
"totalPriceWithoutVat": 2500,
"isDraft": true,
"items": [
{
"itemId": "1",
"amount": 5,
"unitPriceWithoutVat": 100
}
],
"unknownItems": [
{
"name": "Item name",
"vatRate": 0.15,
"measure": "pcs",
"amount": 10,
"unitPriceWithoutVat": 200
}
]
}