20 lines
345 B
JSON
20 lines
345 B
JSON
|
|
[
|
||
|
|
{
|
||
|
|
"id": 1,
|
||
|
|
"productId": 1,
|
||
|
|
"type": "in",
|
||
|
|
"quantity": 10,
|
||
|
|
"note": "Tedarik sevkiyat",
|
||
|
|
"remainingStock": 15,
|
||
|
|
"date": "2026-08-19T02:41:46.804Z"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": 2,
|
||
|
|
"productId": 1,
|
||
|
|
"type": "out",
|
||
|
|
"quantity": 2,
|
||
|
|
"note": "satis",
|
||
|
|
"remainingStock": 13,
|
||
|
|
"date": "2026-08-19T02:41:46.851Z"
|
||
|
|
}
|
||
|
|
]
|