{
"accountNumber": "string",
"chargeCurrency": "string",
"currency": "string",
"orgCode": "string",
"orgId": "string",
"expectedInterestSettlementDate": "string",
"arriveDate": "string",
"claimAmount": "string",
"freeRate": 0,
"chargeAmount": 0,
"interestSettlementType": 1,
"recBizType": "string",
"recWayCode": "string",
"benefitIds": "string",
"id": "string",
"realityRedeemAmount": 0,
"whetherPrincipalInterestGather": 1,
"bizType": "string",
"bizId": "string",
"description": "string"
}
curl --location --request GET '/openapi/depositoperation/interestSettlement' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountNumber": "string",
"chargeCurrency": "string",
"currency": "string",
"orgCode": "string",
"orgId": "string",
"expectedInterestSettlementDate": "string",
"arriveDate": "string",
"claimAmount": "string",
"freeRate": 0,
"chargeAmount": 0,
"interestSettlementType": 1,
"recBizType": "string",
"recWayCode": "string",
"benefitIds": "string",
"id": "string",
"realityRedeemAmount": 0,
"whetherPrincipalInterestGather": 1,
"bizType": "string",
"bizId": "string",
"description": "string"
}'
{
"success": true,
"code": 0,
"msg": "string",
"data": {
"id": "string"
}
}