{
"enableInstalment": true,
"items": [
{
"id": "string",
"period": 0,
"interestCostType": "string",
"costRate": 0,
"mrcCostRate": "public static final BigDecimal ZERO;"
}
]
}
curl --location --request POST 'https://m1.apifoxmock.com/m1/4737255-0-default/products/setPrdInstalmentConfig/' \
--header 'Content-Type: application/json' \
--data-raw '{
"enableInstalment": true,
"items": [
{
"id": "string",
"period": 0,
"interestCostType": "string",
"costRate": 0,
"mrcCostRate": "public static final BigDecimal ZERO;"
}
]
}'
{}