Authorization: Bearer ********************{
"ItemId": "string",
"WarehouseId": "string"
}curl --location --request POST 'https://accountingAPI.smartlogic.mn/api/inventory/GetItemBalance' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ItemId": "string",
"WarehouseId": "string"
}'{
"Success": true,
"Message": null,
"ErrorCode": null,
"ExceptionType": null,
"Data": [
{
"ItemId": "1000402",
"ItemName": "Бараа - 410",
"WarehouseId": "102",
"WarehouseName": "Ленин-2 ",
"EndQty": 20.000000,
"EndAmt": 81054.202720,
"UnitCost": 4052.710136
}
]
}