<auction_zc_relief_debt_query_response>
<top_result>
<success>true</success>
<result_code>SUCCESS</result_code>
<result_msg>成功</result_msg>
<data>
<debt_case_dto>
<case_id>CASE_001</case_id>
<original_institution_name>招商银行</original_institution_name>
<original_unified_credit_code>123456789012345678</original_unified_credit_code>
<current_institution_name>招商银行</current_institution_name>
<current_unified_credit_code>123456789012345678</current_unified_credit_code>
<outstanding_amount>10000</outstanding_amount>
<debt_amount>10000</debt_amount>
<principal_and_interest_amount>12000</principal_and_interest_amount>
<penalty_interest_amount>3000</penalty_interest_amount>
<debt_start_date>2023-01-15</debt_start_date>
<debt_due_date>2024-01-15</debt_due_date>
<annual_interest_rate>0.08</annual_interest_rate>
<interest_calculation_method>EQUAL_PRINCIPAL_AND_INTEREST</interest_calculation_method>
<overdue_days>30</overdue_days>
<has_relief_plan>true</has_relief_plan>
<relief_plan_details>
<relief_plan_detail_dto>
<plan_id>PLAN_001</plan_id>
<plan_type>1</plan_type>
<plan_tags>
<plan_tag_dto>
<title>最省钱</title>
<extra>{}</extra>
</plan_tag_dto>
</plan_tags>
<recommended>true</recommended>
<outstanding_amount>800</outstanding_amount>
<handling_fee>200</handling_fee>
<discount_rate>0.1</discount_rate>
<delay_days>60</delay_days>
<new_repay_date>2025-12-31</new_repay_date>
<principal_reduction>9000</principal_reduction>
<interest_reduction>2000</interest_reduction>
<late_fee_reduction>3000</late_fee_reduction>
<down_payment_ratio>0.1</down_payment_ratio>
<installment_count>6</installment_count>
<repayment_amount_per_installment>180</repayment_amount_per_installment>
<first_repayment_grace_days>8</first_repayment_grace_days>
<monthly_repayment_grace_days>3</monthly_repayment_grace_days>
</relief_plan_detail_dto>
</relief_plan_details>
<relief_plan_expiry_date>2025-12-31</relief_plan_expiry_date>
<negotiable>true</negotiable>
<case_status>1</case_status>
<out_user_id>123456</out_user_id>
<app_id>123456789</app_id>
</debt_case_dto>
</data>
</top_result>
</auction_zc_relief_debt_query_response>
{
"auction_zc_relief_debt_query_response":{
"top_result":{
"success":true,
"result_code":"SUCCESS",
"result_msg":"成功",
"data":{
"debt_case_dto":[
{
"case_id":"CASE_001",
"original_institution_name":"招商银行",
"original_unified_credit_code":"123456789012345678",
"current_institution_name":"招商银行",
"current_unified_credit_code":"123456789012345678",
"outstanding_amount":"10000",
"debt_amount":"10000",
"principal_and_interest_amount":"12000",
"penalty_interest_amount":"3000",
"debt_start_date":"2023-01-15",
"debt_due_date":"2024-01-15",
"annual_interest_rate":"0.08",
"interest_calculation_method":"EQUAL_PRINCIPAL_AND_INTEREST",
"overdue_days":30,
"has_relief_plan":true,
"relief_plan_details":{
"relief_plan_detail_dto":[
{
"plan_id":"PLAN_001",
"plan_type":1,
"plan_tags":{
"plan_tag_dto":[
{
"title":"最省钱",
"extra":"{}"
}
]
},
"recommended":true,
"outstanding_amount":"800",
"handling_fee":"200",
"discount_rate":"0.1",
"delay_days":60,
"new_repay_date":"2025-12-31",
"principal_reduction":"9000",
"interest_reduction":"2000",
"late_fee_reduction":"3000",
"down_payment_ratio":"0.1",
"installment_count":6,
"repayment_amount_per_installment":"180",
"first_repayment_grace_days":8,
"monthly_repayment_grace_days":3
}
]
},
"relief_plan_expiry_date":"2025-12-31",
"negotiable":true,
"case_status":1,
"out_user_id":"123456",
"app_id":"123456789"
}
]
}
}
}
}