{
"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/getPlanByCarType' \
--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": [
{
"id": 0,
"carBrandId": 0,
"carSeriesInStockId": "",
"carTypeInStockId": "",
"carSeriesInStockCn": "",
"carTypeInStockCn": "",
"schemeSortNumber": 0,
"proposalName": "",
"schemeKeywordDescription": "",
"schemeType": "",
"isBrandDiscounts": 0,
"brandDiscountsAmount": "",
"loanCity": "",
"loanCityCode": "",
"isShowCity": "",
"financialInstitution": "",
"payCreditFrequency": "",
"userPayType": "",
"quotaAmountLower": "",
"quotaAmount": "",
"payCreditRateType": 0,
"payCreditRate": "",
"payCreditRateOle": "",
"fixedMonthlySupply": "",
"payInAdvancePercentage": "",
"isQuota": "",
"balancePayment": "",
"loanAmountRatio": "",
"isEnable": 0,
"isDel": 0,
"creator": "",
"createdDate": "",
"modifier": "",
"updatedDate": "",
"isEnableCn": "",
"carTypePrice": 0.0,
"payInAdvancePercentageOption": "",
"loanAmountRatioIsShow": "",
"schemeTypeNotIn": "",
"financialInstitutionName": "",
"schemeTypeName": ""
}
]
}