d38ccba2 by 周伟奇

fix doc

1 parent 44b10463
...@@ -174,327 +174,333 @@ definitions: ...@@ -174,327 +174,333 @@ definitions:
174 CMS: 174 CMS:
175 type: object 175 type: object
176 required: 176 required:
177 - financeCompany 177 - content
178 - contractNo
179 - status
180 - branch
181 - fpCampaign
182 - applicationVersion
183 - submissionDate
184 - mortgageType
185 - dealerRegion
186 - insuranceRealNameCity
187 - totalFinanceAmount
188 - terms
189 - dealerName
190 - tier
191 - province
192 - fapiaoIssuerDealer
193 - customerName
194 - customerIdNo
195 - vehicleStatus
196 - applicationSource
197 - contractSource
198 - applicationRating
199 - applicantInformation
200 - autoApprovedDetails
201 - financialInformation
202 - paymentSchedule
203 - associatedServices
204 - vehicleInformation
205 - bankAccountDetails
206 - insuranceDetails
207 - corporateFinancialInformation
208 - settlemnetVerification
209 properties: 178 properties:
210 financeCompany: 179 content:
211 description: financeCompany 180 description: content
212 type: string
213 example: 宝马汽车金融有限公司
214 contractNo:
215 description: contractNo
216 type: string
217 example: CH-B100000123
218 status:
219 description: status
220 type: string
221 example: HIL
222 branch:
223 description: branch
224 type: string
225 example: 宝马汽车金融有限公司
226 fpCampaign:
227 description: fpCampaign
228 type: string
229 example: Q1_2021_BMW_BASIC
230 applicationVersion:
231 description: applicationVersion
232 type: integer
233 example: 1
234 submissionDate:
235 description: submissionDate
236 type: string
237 example: 2020-01-01
238 mortgageType:
239 description: mortgageType
240 type: string
241 example: Mortgage Contract
242 dealerRegion:
243 description: dealerRegion
244 type: string
245 example: West
246 insuranceRealNameCity:
247 description: insuranceRealNameCity
248 type: boolean
249 example: false
250 totalFinanceAmount:
251 description: totalFinanceAmount
252 type: number
253 format: float
254 example: 1234.56
255 terms:
256 description: terms
257 type: integer
258 example: 24
259 dealerName:
260 description: dealerName
261 type: string
262 example: 乐山长宝汽车销售服务有限公司
263 tier:
264 description: tier
265 type: string
266 example: 2
267 province:
268 description: province
269 type: string
270 example: 四川省
271 fapiaoIssuerDealer:
272 description: fapiaoIssuerDealer
273 type: string
274 example: 乐山长宝汽车销售服务有限公司
275 customerName:
276 description: customerName
277 type: string
278 example: 蔡红
279 customerIdNo:
280 description: customerIdNo
281 type: string
282 example: 511102196706080000
283 vehicleStatus:
284 description: vehicleStatus
285 type: string
286 example: Used
287 applicationSource:
288 description: applicationSource
289 type: string
290 example: eApp
291 contractSource:
292 description: contractSource
293 type: string
294 example: Online Sign
295 applicationRating:
296 description: applicationRating
297 type: integer
298 example: 100
299 applicantInformation:
300 description: applicantInformation
301 type: array
302 items:
303 $ref: '#/definitions/applicantInformation'
304 autoApprovedDetails:
305 description: autoApprovedDetails
306 type: object 181 type: object
307 required: 182 required:
308 - aaType 183 - financeCompany
184 - contractNo
185 - status
186 - branch
187 - fpCampaign
188 - applicationVersion
189 - submissionDate
190 - mortgageType
191 - dealerRegion
192 - insuranceRealNameCity
193 - totalFinanceAmount
194 - terms
195 - dealerName
196 - tier
197 - province
198 - fapiaoIssuerDealer
199 - customerName
200 - customerIdNo
201 - vehicleStatus
202 - applicationSource
203 - contractSource
204 - applicationRating
205 - applicantInformation
206 - autoApprovedDetails
207 - financialInformation
208 - paymentSchedule
209 - associatedServices
210 - vehicleInformation
211 - bankAccountDetails
212 - insuranceDetails
213 - corporateFinancialInformation
214 - settlemnetVerification
309 properties: 215 properties:
310 aaType: 216 financeCompany:
311 description: aaType 217 description: financeCompany
312 type: string 218 type: string
313 example: CAA1 219 example: 宝马汽车金融有限公司
314 financialInformation: 220 contractNo:
315 description: financialInformation 221 description: contractNo
316 type: object 222 type: string
317 required: 223 example: CH-B100000123
318 - vehiclePrice 224 status:
319 - grossPrice 225 description: status
320 - associatedServicePrice 226 type: string
321 - vehiclePrincipal 227 example: HIL
322 - associatedServicePrincipal 228 branch:
323 - originationPrincipal 229 description: branch
324 - totalDownPayment 230 type: string
325 - vehicleDownPaymentRatio 231 example: 宝马汽车金融有限公司
326 - optionAmount 232 fpCampaign:
327 - sumOfMSRPAndOption 233 description: fpCampaign
328 properties: 234 type: string
329 vehiclePrice: 235 example: Q1_2021_BMW_BASIC
330 description: vehiclePrice 236 applicationVersion:
331 type: number 237 description: applicationVersion
332 format: float 238 type: integer
333 example: 1234.56 239 example: 1
334 grossPrice: 240 submissionDate:
335 description: grossPrice 241 description: submissionDate
336 type: number 242 type: string
337 format: float 243 example: 2020-01-01
338 example: 1234.56 244 mortgageType:
339 associatedServicePrice: 245 description: mortgageType
340 description: associatedServicePrice 246 type: string
341 type: number 247 example: Mortgage Contract
342 format: float 248 dealerRegion:
343 example: 1234.56 249 description: dealerRegion
344 vehiclePrincipal: 250 type: string
345 description: vehiclePrincipal 251 example: West
346 type: number 252 insuranceRealNameCity:
347 format: float 253 description: insuranceRealNameCity
348 example: 1234.56 254 type: boolean
349 associatedServicePrincipal: 255 example: false
350 description: associatedServicePrincipal 256 totalFinanceAmount:
351 type: number 257 description: totalFinanceAmount
352 format: float
353 example: 1234.56
354 originationPrincipal:
355 description: originationPrincipal
356 type: number
357 format: float
358 example: 1234.56
359 totalDownPayment:
360 description: totalDownPayment
361 type: number
362 format: float
363 example: 1234.56
364 vehicleDownPaymentRatio:
365 description: vehicleDownPaymentRatio
366 type: number
367 format: float
368 example: 1234.56
369 optionAmount:
370 description: optionAmount
371 type: number
372 format: float
373 example: 1234.56
374 sumOfMSRPAndOption:
375 description: sumOfMSRPAndOption
376 type: number 258 type: number
377 format: float 259 format: float
378 example: 1234.56 260 example: 1234.56
379 paymentSchedule: 261 terms:
380 description: paymentSchedule 262 description: terms
381 type: array 263 type: integer
382 items: 264 example: 24
383 $ref: '#/definitions/paymentSchedule' 265 dealerName:
384 associatedServices: 266 description: dealerName
385 description: associatedServices
386 type: array
387 items:
388 $ref: '#/definitions/associatedServices'
389 vehicleInformation:
390 description: vehicleInformation
391 type: object
392 required:
393 - vinNo
394 properties:
395 vinNo:
396 description: vinNo
397 type: string
398 example: LBV23482934DJFKD
399 bankAccountDetails:
400 description: bankAccountDetails
401 type: object
402 required:
403 - bankName
404 - accountHolderName
405 - accountNo
406 properties:
407 bankName:
408 description: bankName
409 type: string 267 type: string
410 example: 中国银行 268 example: 乐山长宝汽车销售服务有限公司
411 accountHolderName: 269 tier:
412 description: accountHolderName 270 description: tier
413 type: string 271 type: string
414 example: 张三 272 example: 2
415 accountNo: 273 province:
416 description: accountNo 274 description: province
417 type: string 275 type: string
418 example: 12312123123123123 276 example: 四川省
419 insuranceDetails: 277 fapiaoIssuerDealer:
420 description: insuranceDetails 278 description: fapiaoIssuerDealer
421 type: object
422 required:
423 - insuranceType
424 - insuranceAmount
425 - startDate
426 - endDate
427 properties:
428 insuranceType:
429 description: insuranceType
430 type: string 279 type: string
431 example: ComprehensiveInsurance 280 example: 乐山长宝汽车销售服务有限公司
432 insuranceAmount: 281 customerName:
433 description: insuranceAmount 282 description: customerName
434 type: string 283 type: string
435 example: 60000000.0 284 example: 蔡红
436 startDate: 285 customerIdNo:
437 description: startDate 286 description: customerIdNo
438 type: string 287 type: string
439 example: 2020-01-01 288 example: 511102196706080000
440 endDate: 289 vehicleStatus:
441 description: endDate 290 description: vehicleStatus
442 type: string 291 type: string
443 example: 2020-01-01 292 example: Used
444 corporateFinancialInformation: 293 applicationSource:
445 description: corporateFinancialInformation 294 description: applicationSource
446 type: object
447 required:
448 - hashCode
449 - borrowerName
450 - fiscalYear
451 - totaAssets
452 - totalLiabilitiesAndOwnersEquity
453 - cashAndCashEquivalentAtEndOfPeriod
454 - netProfit
455 properties:
456 hashCode:
457 description: hashCode
458 type: string 295 type: string
459 example: 238231 296 example: eApp
460 borrowerName: 297 contractSource:
461 description: borrowerName 298 description: contractSource
462 type: string 299 type: string
463 example: 张三 300 example: Online Sign
464 fiscalYear: 301 applicationRating:
465 description: fiscalYear 302 description: applicationRating
466 type: integer 303 type: integer
467 example: 2019 304 example: 100
468 totaAssets: 305 applicantInformation:
469 description: totaAssets 306 description: applicantInformation
470 type: number 307 type: array
471 format: float 308 items:
472 example: 1234.56 309 $ref: '#/definitions/applicantInformation'
473 totalLiabilitiesAndOwnersEquity: 310 autoApprovedDetails:
474 description: totalLiabilitiesAndOwnersEquity 311 description: autoApprovedDetails
475 type: number 312 type: object
476 format: float 313 required:
477 example: 1234.56 314 - aaType
478 cashAndCashEquivalentAtEndOfPeriod: 315 properties:
479 description: cashAndCashEquivalentAtEndOfPeriod 316 aaType:
480 type: number 317 description: aaType
481 format: float 318 type: string
482 example: 1234.56 319 example: CAA1
483 netProfit: 320 financialInformation:
484 description: netProfit 321 description: financialInformation
485 type: number 322 type: object
486 format: float 323 required:
487 example: 1234.56 324 - vehiclePrice
488 settlemnetVerification: 325 - grossPrice
489 description: settlemnetVerification 326 - associatedServicePrice
490 type: object 327 - vehiclePrincipal
491 required: 328 - associatedServicePrincipal
492 - applicationNo 329 - originationPrincipal
493 properties: 330 - totalDownPayment
494 applicationNo: 331 - vehicleDownPaymentRatio
495 description: applicationNo 332 - optionAmount
496 type: string 333 - sumOfMSRPAndOption
497 example: CH-B100000123 334 properties:
335 vehiclePrice:
336 description: vehiclePrice
337 type: number
338 format: float
339 example: 1234.56
340 grossPrice:
341 description: grossPrice
342 type: number
343 format: float
344 example: 1234.56
345 associatedServicePrice:
346 description: associatedServicePrice
347 type: number
348 format: float
349 example: 1234.56
350 vehiclePrincipal:
351 description: vehiclePrincipal
352 type: number
353 format: float
354 example: 1234.56
355 associatedServicePrincipal:
356 description: associatedServicePrincipal
357 type: number
358 format: float
359 example: 1234.56
360 originationPrincipal:
361 description: originationPrincipal
362 type: number
363 format: float
364 example: 1234.56
365 totalDownPayment:
366 description: totalDownPayment
367 type: number
368 format: float
369 example: 1234.56
370 vehicleDownPaymentRatio:
371 description: vehicleDownPaymentRatio
372 type: number
373 format: float
374 example: 1234.56
375 optionAmount:
376 description: optionAmount
377 type: number
378 format: float
379 example: 1234.56
380 sumOfMSRPAndOption:
381 description: sumOfMSRPAndOption
382 type: number
383 format: float
384 example: 1234.56
385 paymentSchedule:
386 description: paymentSchedule
387 type: array
388 items:
389 $ref: '#/definitions/paymentSchedule'
390 associatedServices:
391 description: associatedServices
392 type: array
393 items:
394 $ref: '#/definitions/associatedServices'
395 vehicleInformation:
396 description: vehicleInformation
397 type: object
398 required:
399 - vinNo
400 properties:
401 vinNo:
402 description: vinNo
403 type: string
404 example: LBV23482934DJFKD
405 bankAccountDetails:
406 description: bankAccountDetails
407 type: object
408 required:
409 - bankName
410 - accountHolderName
411 - accountNo
412 properties:
413 bankName:
414 description: bankName
415 type: string
416 example: 中国银行
417 accountHolderName:
418 description: accountHolderName
419 type: string
420 example: 张三
421 accountNo:
422 description: accountNo
423 type: string
424 example: 12312123123123123
425 insuranceDetails:
426 description: insuranceDetails
427 type: object
428 required:
429 - insuranceType
430 - insuranceAmount
431 - startDate
432 - endDate
433 properties:
434 insuranceType:
435 description: insuranceType
436 type: string
437 example: ComprehensiveInsurance
438 insuranceAmount:
439 description: insuranceAmount
440 type: string
441 example: 60000000.0
442 startDate:
443 description: startDate
444 type: string
445 example: 2020-01-01
446 endDate:
447 description: endDate
448 type: string
449 example: 2020-01-01
450 corporateFinancialInformation:
451 description: corporateFinancialInformation
452 type: object
453 required:
454 - hashCode
455 - borrowerName
456 - fiscalYear
457 - totaAssets
458 - totalLiabilitiesAndOwnersEquity
459 - cashAndCashEquivalentAtEndOfPeriod
460 - netProfit
461 properties:
462 hashCode:
463 description: hashCode
464 type: string
465 example: 238231
466 borrowerName:
467 description: borrowerName
468 type: string
469 example: 张三
470 fiscalYear:
471 description: fiscalYear
472 type: integer
473 example: 2019
474 totaAssets:
475 description: totaAssets
476 type: number
477 format: float
478 example: 1234.56
479 totalLiabilitiesAndOwnersEquity:
480 description: totalLiabilitiesAndOwnersEquity
481 type: number
482 format: float
483 example: 1234.56
484 cashAndCashEquivalentAtEndOfPeriod:
485 description: cashAndCashEquivalentAtEndOfPeriod
486 type: number
487 format: float
488 example: 1234.56
489 netProfit:
490 description: netProfit
491 type: number
492 format: float
493 example: 1234.56
494 settlemnetVerification:
495 description: settlemnetVerification
496 type: object
497 required:
498 - applicationNo
499 properties:
500 applicationNo:
501 description: applicationNo
502 type: string
503 example: CH-B100000123
498 ApiResponse: 504 ApiResponse:
499 description: 响应对象,code字段用于表示响应的状态; data字段用于存放响应内容 505 description: 响应对象,code字段用于表示响应的状态; data字段用于存放响应内容
500 type: object 506 type: object
......
...@@ -152,279 +152,284 @@ applicantInformation: ...@@ -152,279 +152,284 @@ applicantInformation:
152 152
153 CMS: 153 CMS:
154 type: object 154 type: object
155 required: [financeCompany, contractNo, status, branch, fpCampaign, applicationVersion, submissionDate, mortgageType, dealerRegion, insuranceRealNameCity, totalFinanceAmount, terms, dealerName, tier, province, fapiaoIssuerDealer, customerName, customerIdNo, vehicleStatus, applicationSource, contractSource, applicationRating, applicantInformation, autoApprovedDetails, financialInformation, paymentSchedule, associatedServices, vehicleInformation, bankAccountDetails, insuranceDetails, corporateFinancialInformation, settlemnetVerification] 155 required: [content]
156 properties: 156 properties:
157 financeCompany: 157 content:
158 description: financeCompany 158 description: content
159 type: string
160 example: 宝马汽车金融有限公司
161 contractNo:
162 description: contractNo
163 type: string
164 example: CH-B100000123
165 status:
166 description: status
167 type: string
168 example: HIL
169 branch:
170 description: branch
171 type: string
172 example: 宝马汽车金融有限公司
173 fpCampaign:
174 description: fpCampaign
175 type: string
176 example: Q1_2021_BMW_BASIC
177 applicationVersion:
178 description: applicationVersion
179 type: integer
180 example: 1
181 submissionDate:
182 description: submissionDate
183 type: string
184 example: 2020-01-01
185 mortgageType:
186 description: mortgageType
187 type: string
188 example: Mortgage Contract
189 dealerRegion:
190 description: dealerRegion
191 type: string
192 example: West
193 insuranceRealNameCity:
194 description: insuranceRealNameCity
195 type: boolean
196 example: false
197 totalFinanceAmount:
198 description: totalFinanceAmount
199 type: number
200 format: float
201 example: 1234.56
202 terms:
203 description: terms
204 type: integer
205 example: 24
206 dealerName:
207 description: dealerName
208 type: string
209 example: 乐山长宝汽车销售服务有限公司
210 tier:
211 description: tier
212 type: string
213 example: 2
214 province:
215 description: province
216 type: string
217 example: 四川省
218 fapiaoIssuerDealer:
219 description: fapiaoIssuerDealer
220 type: string
221 example: 乐山长宝汽车销售服务有限公司
222 customerName:
223 description: customerName
224 type: string
225 example: 蔡红
226 customerIdNo:
227 description: customerIdNo
228 type: string
229 example: 511102196706080000
230 vehicleStatus:
231 description: vehicleStatus
232 type: string
233 example: Used
234 applicationSource:
235 description: applicationSource
236 type: string
237 example: eApp
238 contractSource:
239 description: contractSource
240 type: string
241 example: Online Sign
242 applicationRating:
243 description: applicationRating
244 type: integer
245 example: 100
246
247 applicantInformation:
248 description: applicantInformation
249 type: array
250 items:
251 $ref: "#/definitions/applicantInformation"
252
253 autoApprovedDetails:
254 description: autoApprovedDetails
255 type: object 159 type: object
256 required: [aaType] 160 required: [financeCompany, contractNo, status, branch, fpCampaign, applicationVersion, submissionDate, mortgageType, dealerRegion, insuranceRealNameCity, totalFinanceAmount, terms, dealerName, tier, province, fapiaoIssuerDealer, customerName, customerIdNo, vehicleStatus, applicationSource, contractSource, applicationRating, applicantInformation, autoApprovedDetails, financialInformation, paymentSchedule, associatedServices, vehicleInformation, bankAccountDetails, insuranceDetails, corporateFinancialInformation, settlemnetVerification]
257 properties: 161 properties:
258 aaType: 162 financeCompany:
259 description: aaType 163 description: financeCompany
260 type: string 164 type: string
261 example: CAA1 165 example: 宝马汽车金融有限公司
262 166 contractNo:
263 financialInformation: 167 description: contractNo
264 description: financialInformation 168 type: string
265 type: object 169 example: CH-B100000123
266 required: [vehiclePrice, grossPrice, associatedServicePrice, vehiclePrincipal, associatedServicePrincipal, originationPrincipal, totalDownPayment, vehicleDownPaymentRatio, optionAmount, sumOfMSRPAndOption] 170 status:
267 properties: 171 description: status
268 vehiclePrice: 172 type: string
269 description: vehiclePrice 173 example: HIL
270 type: number 174 branch:
271 format: float 175 description: branch
272 example: 1234.56 176 type: string
273 grossPrice: 177 example: 宝马汽车金融有限公司
274 description: grossPrice 178 fpCampaign:
275 type: number 179 description: fpCampaign
276 format: float 180 type: string
277 example: 1234.56 181 example: Q1_2021_BMW_BASIC
278 associatedServicePrice: 182 applicationVersion:
279 description: associatedServicePrice 183 description: applicationVersion
280 type: number 184 type: integer
281 format: float 185 example: 1
282 example: 1234.56 186 submissionDate:
283 vehiclePrincipal: 187 description: submissionDate
284 description: vehiclePrincipal 188 type: string
285 type: number 189 example: 2020-01-01
286 format: float 190 mortgageType:
287 example: 1234.56 191 description: mortgageType
288 associatedServicePrincipal: 192 type: string
289 description: associatedServicePrincipal 193 example: Mortgage Contract
290 type: number 194 dealerRegion:
291 format: float 195 description: dealerRegion
292 example: 1234.56 196 type: string
293 originationPrincipal: 197 example: West
294 description: originationPrincipal 198 insuranceRealNameCity:
295 type: number 199 description: insuranceRealNameCity
296 format: float 200 type: boolean
297 example: 1234.56 201 example: false
298 totalDownPayment: 202 totalFinanceAmount:
299 description: totalDownPayment 203 description: totalFinanceAmount
300 type: number
301 format: float
302 example: 1234.56
303 vehicleDownPaymentRatio:
304 description: vehicleDownPaymentRatio
305 type: number
306 format: float
307 example: 1234.56
308 optionAmount:
309 description: optionAmount
310 type: number
311 format: float
312 example: 1234.56
313 sumOfMSRPAndOption:
314 description: sumOfMSRPAndOption
315 type: number 204 type: number
316 format: float 205 format: float
317 example: 1234.56 206 example: 1234.56
318 207 terms:
319 paymentSchedule: 208 description: terms
320 description: paymentSchedule 209 type: integer
321 type: array 210 example: 24
322 items: 211 dealerName:
323 $ref: "#/definitions/paymentSchedule" 212 description: dealerName
324
325 associatedServices:
326 description: associatedServices
327 type: array
328 items:
329 $ref: "#/definitions/associatedServices"
330
331 vehicleInformation:
332 description: vehicleInformation
333 type: object
334 required: [vinNo]
335 properties:
336 vinNo:
337 description: vinNo
338 type: string
339 example: LBV23482934DJFKD
340
341 bankAccountDetails:
342 description: bankAccountDetails
343 type: object
344 required: [bankName, accountHolderName, accountNo]
345 properties:
346 bankName:
347 description: bankName
348 type: string 213 type: string
349 example: 中国银行 214 example: 乐山长宝汽车销售服务有限公司
350 accountHolderName: 215 tier:
351 description: accountHolderName 216 description: tier
352 type: string 217 type: string
353 example: 张三 218 example: 2
354 accountNo: 219 province:
355 description: accountNo 220 description: province
356 type: string 221 type: string
357 example: 12312123123123123 222 example: 四川省
358 223 fapiaoIssuerDealer:
359 insuranceDetails: 224 description: fapiaoIssuerDealer
360 description: insuranceDetails
361 type: object
362 required: [insuranceType, insuranceAmount, startDate, endDate]
363 properties:
364 insuranceType:
365 description: insuranceType
366 type: string 225 type: string
367 example: ComprehensiveInsurance 226 example: 乐山长宝汽车销售服务有限公司
368 insuranceAmount: 227 customerName:
369 description: insuranceAmount 228 description: customerName
370 type: string 229 type: string
371 example: 60000000.00 230 example: 蔡红
372 startDate: 231 customerIdNo:
373 description: startDate 232 description: customerIdNo
374 type: string 233 type: string
375 example: 2020-01-01 234 example: 511102196706080000
376 endDate: 235 vehicleStatus:
377 description: endDate 236 description: vehicleStatus
378 type: string 237 type: string
379 example: 2020-01-01 238 example: Used
380 239 applicationSource:
381 corporateFinancialInformation: 240 description: applicationSource
382 description: corporateFinancialInformation
383 type: object
384 required: [hashCode, borrowerName, fiscalYear, totaAssets, totalLiabilitiesAndOwnersEquity, cashAndCashEquivalentAtEndOfPeriod, netProfit]
385 properties:
386 hashCode:
387 description: hashCode
388 type: string 241 type: string
389 example: 238231 242 example: eApp
390 borrowerName: 243 contractSource:
391 description: borrowerName 244 description: contractSource
392 type: string 245 type: string
393 example: 张三 246 example: Online Sign
394 fiscalYear: 247 applicationRating:
395 description: fiscalYear 248 description: applicationRating
396 type: integer 249 type: integer
397 example: 2019 250 example: 100
398 totaAssets:
399 description: totaAssets
400 type: number
401 format: float
402 example: 1234.56
403 totalLiabilitiesAndOwnersEquity:
404 description: totalLiabilitiesAndOwnersEquity
405 type: number
406 format: float
407 example: 1234.56
408 cashAndCashEquivalentAtEndOfPeriod:
409 description: cashAndCashEquivalentAtEndOfPeriod
410 type: number
411 format: float
412 example: 1234.56
413 netProfit:
414 description: netProfit
415 type: number
416 format: float
417 example: 1234.56
418 251
419 settlemnetVerification: 252 applicantInformation:
420 description: settlemnetVerification 253 description: applicantInformation
421 type: object 254 type: array
422 required: [applicationNo] 255 items:
423 properties: 256 $ref: "#/definitions/applicantInformation"
424 applicationNo: 257
425 description: applicationNo 258 autoApprovedDetails:
426 type: string 259 description: autoApprovedDetails
427 example: CH-B100000123 260 type: object
261 required: [aaType]
262 properties:
263 aaType:
264 description: aaType
265 type: string
266 example: CAA1
267
268 financialInformation:
269 description: financialInformation
270 type: object
271 required: [vehiclePrice, grossPrice, associatedServicePrice, vehiclePrincipal, associatedServicePrincipal, originationPrincipal, totalDownPayment, vehicleDownPaymentRatio, optionAmount, sumOfMSRPAndOption]
272 properties:
273 vehiclePrice:
274 description: vehiclePrice
275 type: number
276 format: float
277 example: 1234.56
278 grossPrice:
279 description: grossPrice
280 type: number
281 format: float
282 example: 1234.56
283 associatedServicePrice:
284 description: associatedServicePrice
285 type: number
286 format: float
287 example: 1234.56
288 vehiclePrincipal:
289 description: vehiclePrincipal
290 type: number
291 format: float
292 example: 1234.56
293 associatedServicePrincipal:
294 description: associatedServicePrincipal
295 type: number
296 format: float
297 example: 1234.56
298 originationPrincipal:
299 description: originationPrincipal
300 type: number
301 format: float
302 example: 1234.56
303 totalDownPayment:
304 description: totalDownPayment
305 type: number
306 format: float
307 example: 1234.56
308 vehicleDownPaymentRatio:
309 description: vehicleDownPaymentRatio
310 type: number
311 format: float
312 example: 1234.56
313 optionAmount:
314 description: optionAmount
315 type: number
316 format: float
317 example: 1234.56
318 sumOfMSRPAndOption:
319 description: sumOfMSRPAndOption
320 type: number
321 format: float
322 example: 1234.56
323
324 paymentSchedule:
325 description: paymentSchedule
326 type: array
327 items:
328 $ref: "#/definitions/paymentSchedule"
329
330 associatedServices:
331 description: associatedServices
332 type: array
333 items:
334 $ref: "#/definitions/associatedServices"
335
336 vehicleInformation:
337 description: vehicleInformation
338 type: object
339 required: [vinNo]
340 properties:
341 vinNo:
342 description: vinNo
343 type: string
344 example: LBV23482934DJFKD
345
346 bankAccountDetails:
347 description: bankAccountDetails
348 type: object
349 required: [bankName, accountHolderName, accountNo]
350 properties:
351 bankName:
352 description: bankName
353 type: string
354 example: 中国银行
355 accountHolderName:
356 description: accountHolderName
357 type: string
358 example: 张三
359 accountNo:
360 description: accountNo
361 type: string
362 example: 12312123123123123
363
364 insuranceDetails:
365 description: insuranceDetails
366 type: object
367 required: [insuranceType, insuranceAmount, startDate, endDate]
368 properties:
369 insuranceType:
370 description: insuranceType
371 type: string
372 example: ComprehensiveInsurance
373 insuranceAmount:
374 description: insuranceAmount
375 type: string
376 example: 60000000.00
377 startDate:
378 description: startDate
379 type: string
380 example: 2020-01-01
381 endDate:
382 description: endDate
383 type: string
384 example: 2020-01-01
385
386 corporateFinancialInformation:
387 description: corporateFinancialInformation
388 type: object
389 required: [hashCode, borrowerName, fiscalYear, totaAssets, totalLiabilitiesAndOwnersEquity, cashAndCashEquivalentAtEndOfPeriod, netProfit]
390 properties:
391 hashCode:
392 description: hashCode
393 type: string
394 example: 238231
395 borrowerName:
396 description: borrowerName
397 type: string
398 example: 张三
399 fiscalYear:
400 description: fiscalYear
401 type: integer
402 example: 2019
403 totaAssets:
404 description: totaAssets
405 type: number
406 format: float
407 example: 1234.56
408 totalLiabilitiesAndOwnersEquity:
409 description: totalLiabilitiesAndOwnersEquity
410 type: number
411 format: float
412 example: 1234.56
413 cashAndCashEquivalentAtEndOfPeriod:
414 description: cashAndCashEquivalentAtEndOfPeriod
415 type: number
416 format: float
417 example: 1234.56
418 netProfit:
419 description: netProfit
420 type: number
421 format: float
422 example: 1234.56
423
424 settlemnetVerification:
425 description: settlemnetVerification
426 type: object
427 required: [applicationNo]
428 properties:
429 applicationNo:
430 description: applicationNo
431 type: string
432 example: CH-B100000123
428 433
429 434
430 ApiResponse: 435 ApiResponse:
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!