Authorization: Bearer ********************{
"ItemId": "string",
"PriceChannelId": "string"
}curl --location --request POST 'https://accountingAPI.smartlogic.mn/api/inventory/GetItemPrice' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ItemId": "string",
"PriceChannelId": "string"
}'{
"Success": true,
"Message": null,
"ErrorCode": null,
"ExceptionType": null,
"Data": [
{
"ItemId": "0000055555555",
"ItemName": "oboi 123 456 test hevleh test hevleh test hevleh ",
"PriceChannelId": "00003",
"PriceChannelName": "Захын үнэ",
"BasePrice": 50000.000000,
"Price": 80000.000000,
"PriceDate": "2025-01-17T00:00:00"
}
]
}