[
{
"requestId": "string",
"itmmastId": 0,
"priceDatetime": "string",
"chargeTypeId": 0,
"episodesubtypeId": 0,
"recDeptId": "string",
"selfDefinedPrice": 0,
"hospId": 0,
"discountPriceDTO": {
"patientId": 0,
"birthDate": "string",
"sexId": 0,
"paadmId": 0,
"admType": "string",
"admDate": "string",
"admChargeTypeId": 0,
"paadmDiscountId": 0,
"itmmastId": "string",
"ordDeptId": "string",
"recDeptId": "string",
"ordDateTime": "string",
"ordChargeTypeId": 0
}
}
]
curl --location --request POST '/ar/op/biz/price/getOEItmMastPrice' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"requestId": "string",
"itmmastId": 0,
"priceDatetime": "string",
"chargeTypeId": 0,
"episodesubtypeId": 0,
"recDeptId": "string",
"selfDefinedPrice": 0,
"hospId": 0,
"discountPriceDTO": {
"patientId": 0,
"birthDate": "string",
"sexId": 0,
"paadmId": 0,
"admType": "string",
"admDate": "string",
"admChargeTypeId": 0,
"paadmDiscountId": 0,
"itmmastId": "string",
"ordDeptId": "string",
"recDeptId": "string",
"ordDateTime": "string",
"ordChargeTypeId": 0
}
}
]'
{
"code": "",
"msg": "",
"data": [
{
"requestId": "",
"itmmastId": 0,
"code": "",
"message": "",
"price": 0.0,
"discPrice": 0.0,
"payorPrice": 0.0,
"schgPrice": 0.0,
"patPrice": 0.0,
"itmMastLinkArVOList": [
{
"linkId": 0,
"itmmastId": 0,
"linkQty": 0.0,
"itemPriceVO": {
"requestId": "",
"arItemId": 0,
"arItemPriceId": 0,
"code": "",
"message": "",
"price": 0.0,
"discPrice": 0.0,
"payorPrice": 0.0,
"schgPrice": 0.0,
"patPrice": 0.0,
"remark": ""
}
}
],
"ordItemBatchPriceVOList": [
{
"ordItemId": 0,
"dspbId": 0,
"dspbQty": 0.0,
"arItemId": 0,
"linkQty": 0.0,
"price": 0.0,
"discPrice": 0.0,
"payorPrice": 0.0,
"schgPrice": 0.0,
"patPrice": 0.0
}
]
}
]
}