Authorization: ********************
{
"userId": "string",
"orderId": "string"
}
curl --location --request POST '/management/refund-order/getChargeRefundForRequest' \
--header 'Tenant-Id: 154' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"userId": "string",
"orderId": "string"
}'
{
"code": "",
"msg": "",
"data": {
"realBalanceAmount": 0.0,
"realPresentAmount": 0.0,
"realThirdAmount": 0.0,
"realCouponsAmount": 0.0,
"insuranceAmount": 0.0,
"balanceRefundedAmount": 0.0,
"presentRefundedAmount": 0.0,
"thirdPayRefundedAmount": 0.0,
"chargingCouponsRefundAmount": 0.0,
"availableBalanceAmount": 0.0,
"availablePresentAmount": 0.0,
"availableThirdPayAmount": 0.0,
"availableCouponsAmount": 0.0,
"insuranceNonCashCouponsAmt": 0.0,
"insuranceNonCashPresentAmt": 0.0,
"insuranceCashBalanceAmt": 0.0,
"insuranceCashThirdAmt": 0.0
},
"stackTraceMsg": ""
}