产品申请订单接收接口
测试中
POST
/plan3ApplyOrder
请求参数
Body 参数application/json
object {0}
示例
{
"name":"小鸡",
"PK":"ws8745s1",
"ts":"1710853498",
"supportType":"1",
"disburseAmount":"1",
"prjCode":"1",
"prjName":"2",
"ownerName":"小鸡",
"bidTime":"2024-02-02",
"bidAmount":"1",
"trusteeCreditCode":"91420113MA4KQH7J0J",
"trusteeName":"123",
"trusteeAccount":"45488",
"trusteeBankName":"广东发展银行",
"trusteeBankNumber":"18764234841",
"financeAmount":"1",
"financeStatus":"0",
"prjInTime":"1",
"collectionAmount":"2",
"prjStatus":"2",
"prjRecStatus":"2",
"prjRate":"2",
"prjType":"2",
"companyName":"湖北君东建设有限公司",
"sign":"f3b4c84d6f040141900b5fec90a76f5d",
"creditCode":"91420113MA4KQH7J0J",
"notifyUrl":"https://developer.dataorange.cn/api/testCallBack",
"mobile":"123456789",
"legalRepPhone":"18764234841",
"legalRepName":"许亮",
"certificateName":"许亮",
"bankCardNo":"755",
"operatorName":"许亮",
"operatorPhone":"18764234841",
"phone":"18764234848",
"orderNo":"2403c7f93a43c11242a7a2c8686f2e68935e",
"transAmt":"0.01",
"contractUrl":"https://shucheng-oss.oss-rg-china-mainland.aliyuncs.com/E6%A0%B8%E5%BF%83%E4%BC%81%E4%B8%9A%E6%8E%A5%E5%8F%A3%E6%96%87%E6%A1%A3V1.0.8.pdf",
"signTime":"2024-03-30",
"ordTime":"2024-03-30",
"paidTime":"2024-03-30",
"ordCompany":"湖北君东建设有限公司",
"payCompany":"湖北君东建设有限公司",
"payBank":"123456",
"payAccount":"0.1",
"ordAmount":"0.6",
"payFile":"https://shucheng-oss.oss-rg-china-mainland.aliyuncs.com/%E6%A0%B8%E5%BF%83%E4%BC%81%E4%B8%9A%E6%8E%A5%E5%8F%A3%E6%96%87%E6%A1%A3V1.0.8.pdf",
"fileList":[
{
"uploadTime":"2024-03-01",
"FileUrl":"https://shucheng-oss.oss-rg-china-mainland.aliyuncs.com/%E6%A0%B8%E5%BF%83%E4%BC%81%E4%B8%9A%E6%8E%A5%E5%8F%A3%E6%96%87%E6%A1%A3V1.0.8.pdf",
"fileName":"%E6%A0%B8%E5%BF%83%E4%BC%81%E4%B8%9A%E6%8E%A5%E5%8F%A3%E6%96%87%E6%A1%A3V1.0.8.pdf",
"fileSize":"1364",
"fileType":"1"
}
],
"productCode":"f61ce2c29ea14220bd943befc67d960e",
"applicantInformation":{
"pageId": "1",
"annualIncome": "50.000000",
"createByName": "史蒂夫",
"currentResidence": "[4,50]",
"createByAge": "18",
"doPlanId": "1781559011527106561"
},
"businessInformation":{
"pageId": "2",
"enterpriseIndustry": "企业行业",
"businessName": "湖北君东建设有限公司",
"businessConditions": 1,
"businessArea": "[4,49]",
"prohibitedIndustries": 1,
"businessYear": "63",
"legalChange": 1,
"doPlanId": "1781525993303343105"
},
"creditReportingInformation":{
"whiteHouseholds": 1,
"poorCreditReporting": 0,
"outsideLitigation": 1,
"litigationType": 1,
"classifyException": 1,
"overdue": 1,
"lian": 1,
"lei": 1,
"pageId": 3,
"doPlanId": "1781559011527106561",
"eliminateGoldAndSmallLoans": 1,
"totalLoan": 3,
"loanSalesRatio": "3.00",
"mortgageAmount": "2.00",
"totalUsedCredit": "3.00",
"creditCardUsageRate": 1,
"currentMouthQueryRecord": 2,
"twoMouthsQueryRecords": "100",
"threeMouthsQueryRecords": 3,
"sixMouthsQueryRecords": 3,
"yearMouthsQueryRecords": 3
},
"retapaying":{
"ratepayingLevel": 1,
"ratepayingStatus": 1,
"ratepayingMouths": 8,
"ratepayingMoney": "10.000000"
},
"invoiceInformation":{
"minimumAmount": "12.000000",
"mintStamp": 1,
"earliestDate": "2024-04-20",
"isOverdue": 1
},
"doPlanId":"1781524872560148482"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://developer.dataorange.cn/api/plan3ApplyOrder' \
--header 'Content-Type: application/json' \
--data-raw '{
"name":"小鸡",
"PK":"ws8745s1",
"ts":"1710853498",
"supportType":"1",
"disburseAmount":"1",
"prjCode":"1",
"prjName":"2",
"ownerName":"小鸡",
"bidTime":"2024-02-02",
"bidAmount":"1",
"trusteeCreditCode":"91420113MA4KQH7J0J",
"trusteeName":"123",
"trusteeAccount":"45488",
"trusteeBankName":"广东发展银行",
"trusteeBankNumber":"18764234841",
"financeAmount":"1",
"financeStatus":"0",
"prjInTime":"1",
"collectionAmount":"2",
"prjStatus":"2",
"prjRecStatus":"2",
"prjRate":"2",
"prjType":"2",
"companyName":"湖北君东建设有限公司",
"sign":"f3b4c84d6f040141900b5fec90a76f5d",
"creditCode":"91420113MA4KQH7J0J",
"notifyUrl":"https://developer.dataorange.cn/api/testCallBack",
"mobile":"123456789",
"legalRepPhone":"18764234841",
"legalRepName":"许亮",
"certificateName":"许亮",
"bankCardNo":"755",
"operatorName":"许亮",
"operatorPhone":"18764234841",
"phone":"18764234848",
"orderNo":"2403c7f93a43c11242a7a2c8686f2e68935e",
"transAmt":"0.01",
"contractUrl":"https://shucheng-oss.oss-rg-china-mainland.aliyuncs.com/E6%A0%B8%E5%BF%83%E4%BC%81%E4%B8%9A%E6%8E%A5%E5%8F%A3%E6%96%87%E6%A1%A3V1.0.8.pdf",
"signTime":"2024-03-30",
"ordTime":"2024-03-30",
"paidTime":"2024-03-30",
"ordCompany":"湖北君东建设有限公司",
"payCompany":"湖北君东建设有限公司",
"payBank":"123456",
"payAccount":"0.1",
"ordAmount":"0.6",
"payFile":"https://shucheng-oss.oss-rg-china-mainland.aliyuncs.com/%E6%A0%B8%E5%BF%83%E4%BC%81%E4%B8%9A%E6%8E%A5%E5%8F%A3%E6%96%87%E6%A1%A3V1.0.8.pdf",
"fileList":[
{
"uploadTime":"2024-03-01",
"FileUrl":"https://shucheng-oss.oss-rg-china-mainland.aliyuncs.com/%E6%A0%B8%E5%BF%83%E4%BC%81%E4%B8%9A%E6%8E%A5%E5%8F%A3%E6%96%87%E6%A1%A3V1.0.8.pdf",
"fileName":"%E6%A0%B8%E5%BF%83%E4%BC%81%E4%B8%9A%E6%8E%A5%E5%8F%A3%E6%96%87%E6%A1%A3V1.0.8.pdf",
"fileSize":"1364",
"fileType":"1"
}
],
"productCode":"f61ce2c29ea14220bd943befc67d960e",
"applicantInformation":{
"pageId": "1",
"annualIncome": "50.000000",
"createByName": "史蒂夫",
"currentResidence": "[4,50]",
"createByAge": "18",
"doPlanId": "1781559011527106561"
},
"businessInformation":{
"pageId": "2",
"enterpriseIndustry": "企业行业",
"businessName": "湖北君东建设有限公司",
"businessConditions": 1,
"businessArea": "[4,49]",
"prohibitedIndustries": 1,
"businessYear": "63",
"legalChange": 1,
"doPlanId": "1781525993303343105"
},
"creditReportingInformation":{
"whiteHouseholds": 1,
"poorCreditReporting": 0,
"outsideLitigation": 1,
"litigationType": 1,
"classifyException": 1,
"overdue": 1,
"lian": 1,
"lei": 1,
"pageId": 3,
"doPlanId": "1781559011527106561",
"eliminateGoldAndSmallLoans": 1,
"totalLoan": 3,
"loanSalesRatio": "3.00",
"mortgageAmount": "2.00",
"totalUsedCredit": "3.00",
"creditCardUsageRate": 1,
"currentMouthQueryRecord": 2,
"twoMouthsQueryRecords": "100",
"threeMouthsQueryRecords": 3,
"sixMouthsQueryRecords": 3,
"yearMouthsQueryRecords": 3
},
"retapaying":{
"ratepayingLevel": 1,
"ratepayingStatus": 1,
"ratepayingMouths": 8,
"ratepayingMoney": "10.000000"
},
"invoiceInformation":{
"minimumAmount": "12.000000",
"mintStamp": 1,
"earliestDate": "2024-04-20",
"isOverdue": 1
},
"doPlanId":"1781524872560148482"
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}