{
"id": 0,
"carBrandId": 0,
"carSeriesInStockId": "string",
"carTypeInStockId": "string",
"carSeriesInStockCn": "string",
"carTypeInStockCn": "string",
"schemeSortNumber": 0,
"proposalName": "string",
"schemeKeywordDescription": "string",
"schemeType": "string",
"isBrandDiscounts": 0,
"brandDiscountsAmount": "string",
"loanCity": "string",
"loanCityCode": "string",
"isShowCity": "string",
"financialInstitution": "string",
"payCreditFrequency": "string",
"userPayType": "string",
"quotaAmountLower": "string",
"quotaAmount": "string",
"payCreditRateType": 0,
"payCreditRate": "string",
"payCreditRateOle": "string",
"fixedMonthlySupply": "string",
"payInAdvancePercentage": "string",
"isQuota": "string",
"balancePayment": "string",
"loanAmountRatio": "string",
"isEnable": 0,
"isDel": 0,
"creator": "string",
"createdDate": "string",
"modifier": "string",
"updatedDate": "string",
"isEnableCn": "string",
"carTypePrice": 0,
"payInAdvancePercentageOption": "string",
"loanAmountRatioIsShow": "string",
"schemeTypeNotIn": "string",
"financialInstitutionName": "string",
"schemeTypeName": "string"
}
curl --location --request POST '/iov/financial/v2/getCarSeriesPlan' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"carBrandId": 0,
"carSeriesInStockId": "string",
"carTypeInStockId": "string",
"carSeriesInStockCn": "string",
"carTypeInStockCn": "string",
"schemeSortNumber": 0,
"proposalName": "string",
"schemeKeywordDescription": "string",
"schemeType": "string",
"isBrandDiscounts": 0,
"brandDiscountsAmount": "string",
"loanCity": "string",
"loanCityCode": "string",
"isShowCity": "string",
"financialInstitution": "string",
"payCreditFrequency": "string",
"userPayType": "string",
"quotaAmountLower": "string",
"quotaAmount": "string",
"payCreditRateType": 0,
"payCreditRate": "string",
"payCreditRateOle": "string",
"fixedMonthlySupply": "string",
"payInAdvancePercentage": "string",
"isQuota": "string",
"balancePayment": "string",
"loanAmountRatio": "string",
"isEnable": 0,
"isDel": 0,
"creator": "string",
"createdDate": "string",
"modifier": "string",
"updatedDate": "string",
"isEnableCn": "string",
"carTypePrice": 0,
"payInAdvancePercentageOption": "string",
"loanAmountRatioIsShow": "string",
"schemeTypeNotIn": "string",
"financialInstitutionName": "string",
"schemeTypeName": "string"
}'
{
"pageIndex": 0,
"pageSize": 0,
"pages": 0,
"records": 0,
"result": "",
"msg": "",
"rows": [
{
"carSeriesCode": "",
"carSeriesCn": ""
}
]
}