{
"PK": "string",
"ts": "string",
"notifyUrl": "string",
"applicantInformation": {
"annualIncome": "string",
"createByName": "string",
"currentResidence": "string",
"createByAge": "string"
},
"businessInformation": {
"enterpriseIndustry": "string",
"businessName": "string",
"businessConditions": 0,
"businessArea": "string",
"prohibitedIndustries": 0,
"businessYear": "string",
"legalChange": 0
},
"creditReportingInformation": {
"whiteHouseholds": 0,
"poorCreditReporting": 0,
"outsideLitigation": 0,
"litigationType": 0,
"classifyException": 0,
"overdue": 0,
"lian": 0,
"lei": 0,
"eliminateGoldAndSmallLoans": 0,
"totalLoan": 0,
"loanSalesRatio": "string",
"mortgageAmount": "string",
"totalUsedCredit": "string",
"creditCardUsageRate": 0,
"currentMouthQueryRecord": 0,
"twoMouthsQueryRecords": "string",
"threeMouthsQueryRecords": 0,
"sixMouthsQueryRecords": 0,
"yearMouthsQueryRecords": 0
},
"retapaying": {
"ratepayingLevel": 0,
"ratepayingStatus": 0,
"ratepayingMouths": 0,
"ratepayingMoney": "string"
},
"invoiceInformation": {
"minimumAmount": "string",
"mintStamp": 0,
"earliestDate": "string",
"isOverdue": 0
},
"doPlanId": "string"
}
curl --location --request POST 'https://developer.dataorange.cn/api/plan3DataInfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"PK": "string",
"ts": "string",
"notifyUrl": "string",
"applicantInformation": {
"annualIncome": "string",
"createByName": "string",
"currentResidence": "string",
"createByAge": "string"
},
"businessInformation": {
"enterpriseIndustry": "string",
"businessName": "string",
"businessConditions": 0,
"businessArea": "string",
"prohibitedIndustries": 0,
"businessYear": "string",
"legalChange": 0
},
"creditReportingInformation": {
"whiteHouseholds": 0,
"poorCreditReporting": 0,
"outsideLitigation": 0,
"litigationType": 0,
"classifyException": 0,
"overdue": 0,
"lian": 0,
"lei": 0,
"eliminateGoldAndSmallLoans": 0,
"totalLoan": 0,
"loanSalesRatio": "string",
"mortgageAmount": "string",
"totalUsedCredit": "string",
"creditCardUsageRate": 0,
"currentMouthQueryRecord": 0,
"twoMouthsQueryRecords": "string",
"threeMouthsQueryRecords": 0,
"sixMouthsQueryRecords": 0,
"yearMouthsQueryRecords": 0
},
"retapaying": {
"ratepayingLevel": 0,
"ratepayingStatus": 0,
"ratepayingMouths": 0,
"ratepayingMoney": "string"
},
"invoiceInformation": {
"minimumAmount": "string",
"mintStamp": 0,
"earliestDate": "string",
"isOverdue": 0
},
"doPlanId": "string"
}'
{}