{
"is_duplicate": [
{
"principle_code": "string",
"calculation_method": 0,
"disbursement_method": 0,
"monitoring_value": "string",
"market_value": "string",
"mer_effective_date": "2024-10-22T09:12:18.320Z",
"line_no": 0,
"asm": "string",
"distributor_code": "string",
"market_scope": 0
}
]
}
curl --location --request POST 'https://testapi.com/api/xc/1.0get_scheme_is_duplicate' \
--header 'Content-Type: application/json' \
--data-raw '{
"is_duplicate": [
{
"principle_code": "string",
"calculation_method": 0,
"disbursement_method": 0,
"monitoring_value": "string",
"market_value": "string",
"mer_effective_date": "2024-10-22T09:12:18.320Z",
"line_no": 0,
"asm": "string",
"distributor_code": "string",
"market_scope": 0
}
]
}'
[ { "principle_code": "string", "calculation_method": 0, "disbursement_method": 0, "monitoring_value": "string", "market_value": "string", "mer_effective_date": "2024-10-22T09:12:18.328Z", "line_no": 0, "asm": "string", "distributor_code": "string", "market_scope": 0, "is_duplicate": true }]