数橙API
  1. 方案3
数橙API
  • 方案3
    • 产品申请订单接收接口
      POST
    • 申请信息上传接口
      POST
    • 申请信息数据回调
      POST
    • 获取申请链接
      POST
    • 数据资料上传
      POST
    • 获取订单信息
      POST
    • 订单更新回调接口
      POST
  • 泾渭云
    • 获取纳税采集H5页面token接口
      POST
  • 查额申请
    POST
  • 查额申请回调
    POST
  • 查额申请两次请求
    POST
  • 创建电子签约
    POST
  • 电子签约回调
    POST
  • 提交终审
    POST
  • 终审回调
    POST
  • 已签章文件接口(同步接口)
    POST
  • 订单支付凭证接口
    POST
  • 支用申请发起
    POST
  • 大额支付
    POST
  • 大额支付回调
    POST
  • 放款推送接口
    POST
  • 订单支付凭证回调
    POST
  • 还款推送回调
    POST
  • 产品申请订单接收接口
    POST
  • 获取授权链接
    POST
  • 查额申请 Copy
    POST
  • 获取联合登录链接
    POST
  • 状态提交接口
    POST
  • 税票获取
    POST
  • 知数云-慢速MJ
    POST
  • 获取电子签约授权状态接口
    POST
  1. 方案3

数据资料上传

开发中
POST
/plan3DataInfo

请求参数

Body 参数application/json

示例
{
    "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"
}

请求示例代码

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/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"
}'

返回响应

🟢200成功
application/json
Body

示例
{}
修改于 2024-05-06 09:06:30
上一页
获取申请链接
下一页
获取订单信息
Built with