交易
新增认购
请求方式:POST
请求地址:/api/jediopenplatformopenapi/transaction/subscription/addSubscription
请求参数:
参数名 | 描述 | 数据类型 | 必填 | 字节长度 |
---|---|---|---|---|
txStatusCode | 交易状态 | String | 是 | 100 |
estateName | 楼盘名称 | String | 是 | 100 |
buildingNo | 栋座 | String | 否 | 100 |
unitName | 单元 | String | 否 | 100 |
roomNo | 房号 | String | 否 | 100 |
districtName | 城区 | String | 否 | 100 |
areaName | 商圈 | String | 否 | 100 |
propertyPurposeCode | 房屋用途 | String | 否 | 100 |
buildingArea | 建筑面积 | String | 否 | 100 |
customerUuid | 客户uuid | String | 否 | 100 |
customerName | 客户名称 | String | 否 | 100 |
customerCertificateType | 客户证件类型 | String | 否 | 100 |
customerCertificateNo | 客户证件号码 | String | 否 | 500 |
customerCertificateFileList | 客户证件附件 | List<String> | 否 | \ |
subscribeDate | 认购日期 | Date | 是 | \ |
dealAmount | 成交价格 | BigDecimal | 否 | (15,2) |
customerPhoneContactUuid | 客户:选中的手机号所属的联系人uuid | String | 否 | \ |
customerPhoneCode | 选中的手机号对应code | String | 否 | \ |
scheduledSigningDate | 预约签约日 | Date | 否 | \ |
subscriptionAgreeAffix | 认购合同 | List<String> | 否 | \ |
inspectConfirmSheetAffix | 带看确认单 | List<String> | 否 | \ |
daiketongId | 带看通ID | Long | 否 | 19 |
txCreatedDate | 交易创建日期 | Date | 否 | \ |
txEmpUuid | 交易归属人uuid | String | 否 | 100 |
daiketongEstateId | 带看通楼盘ID | Long | 否 | \ |
developers | 开发商 | String | 否 | 1000 |
organizationName | 机构名称 | String | 否 | 1000 |
houseType | 房屋类型 | String | 否 | 1000 |
subscribePrice | 认购价格 | BigDecimal | 是 | (15,2) |
outsideOrderId | 外部订单ID (与daiketongId选填一个) |
String | 否 | 1000 |
outsideEstateId | 外部楼盘ID (与daiketongEstateId选填一个) |
String | 否 | \ |
请求示例:
{
"param": {
"areaName": "彭浦",
"buildingArea": "122",
"buildingNo": "1",
"customerCertificateFileList": [
"https://image.qfstatic.com/ceshituanduizhuanyon_saas2_2efa5e332/2021/09/20210924/cf751199-f23a-4c54-af24-d7f9ab48be45.jpeg"
],
"customerCertificateNo": "432332202002020823",
"customerCertificateType": "IDARD",
"customerName": "小乔测试房客",
"customerPhoneCode": "PHONE_1",
"customerPhoneContactUuid": "18100000222",
"customerUuid": "6d9404b379a647dbaed25c5dce2fc84f",
"daiketongEstateId": 0,
"daiketongId": 0,
"dealAmount": 1300,
"developers": "西安万科开发商-修改",
"districtName": "浦东新区",
"estateName": "友谊四村",
"houseType": "平层",
"inspectConfirmSheetAffix": [
"https://image.qfstatic.com/ceshituanduizhuanyon_saas2_2efa5e332/2021/09/20210924/cf751199-f23a-4c54-af24-d7f9ab48be45.jpeg"
],
"organizationName": "如是房产",
"propertyPurposeCode": "HOUSE",
"roomNo": "302",
"scheduledSigningDate": 1632469768992,
"subscribeDate": 1632469768992,
"subscribePrice": 1234,
"subscriptionAgreeAffix": [
"https://image.qfstatic.com/ceshituanduizhuanyon_saas2_2efa5e332/2021/09/20210924/cf751199-f23a-4c54-af24-d7f9ab48be45.jpeg"
],
"txCreatedDate": 1632469768992,
"txEmpUuid": "3d365dd9-a989-493f-99f3-c544c8df6e71",
"txStatusCode": "identifyChipConfirm",
"unitName": "3",
"outsideEstateId": "1234316"
}
}
返回参数:
参数名 | 描述 | 数据类型 | 字节长度 |
---|---|---|---|
transactionUuid | 交易uuid | String | 100 |
返回示例:
{
"responseCode": "1",
"responseMessage": "success",
"responseType": null,
"data": "eb12689bec9441718f87d52d7a30987e"
}
编辑认购
请求方式:POST
请求地址:/api/jediopenplatformopenapi/transaction/subscription/editSubscription
请求参数:
参数名 | 描述 | 数据类型 | 必填 | 字节长度 |
---|---|---|---|---|
transactionUuid | 交易uuid | String | 是 | 100 |
txStatusCode | 交易状态 | String | 是 | 100 |
estateName | 楼盘名称 | String | 是 | 100 |
buildingNo | 栋座 | String | 否 | 100 |
unitName | 单元 | String | 否 | 100 |
roomNo | 房号 | String | 否 | 100 |
districtName | 城区 | String | 否 | 100 |
areaName | 商圈 | String | 否 | 100 |
propertyPurposeCode | 房屋用途 | String | 否 | 100 |
buildingArea | 建筑面积 | String | 否 | 100 |
customerUuid | 客户uuid | String | 否 | 100 |
customerName | 客户名称 | String | 否 | 100 |
customerCertificateType | 客户证件类型 | String | 否 | 100 |
customerCertificateNo | 客户证件号码 | String | 否 | 500 |
customerCertificateFileList | 客户证件附件 | List<String> | 否 | \ |
subscribeDate | 认购日期 | Date | 是 | \ |
dealAmount | 成交价格 | BigDecimal | 否 | (15,2) |
customerPhoneContactUuid | 客户:选中的手机号所属的联系人uuid | String | 否 | \ |
customerPhoneCode | 选中的手机号对应code | String | 否 | \ |
scheduledSigningDate | 预约签约日 | Date | 否 | \ |
subscriptionAgreeAffix | 认购合同 | List<String> | 否 | \ |
inspectConfirmSheetAffix | 带看确认单 | List<String> | 否 | \ |
daiketongId | 带看通ID | Long | 是 | 19 |
txCreatedDate | 交易创建日期 | Date | 否 | \ |
txEmpUuid | 交易归属人uuid | String | 否 | 100 |
daiketongEstateId | 带看通楼盘ID | Long | 是 | \ |
developers | 开发商 | String | 否 | 1000 |
organizationName | 机构名称 | String | 否 | 1000 |
houseType | 房屋类型 | String | 否 | 1000 |
subscribePrice | 认购价格 | BigDecimal | 是 | (15,2) |
outsideOrderId | 外部订单ID | String | 是 | 1000 |
outsideEstateId | 外部楼盘ID | String | 是 | \ |
请求示例:
{
"param": {
"areaName": "彭浦",
"buildingArea": "122",
"buildingNo": "1",
"customerCertificateFileList": [
"https://image.qfstatic.com/ceshituanduizhuanyon_saas2_2efa5e332/2021/09/20210924/cf751199-f23a-4c54-af24-d7f9ab48be45.jpeg"
],
"customerCertificateNo": "432332202002020823",
"customerCertificateType": "IDARD",
"customerName": "小乔测试房客",
"customerPhoneCode": "PHONE_1",
"customerPhoneContactUuid": "18100000222",
"customerUuid": "6d9404b379a647dbaed25c5dce2fc84f",
"daiketongEstateId": 0,
"daiketongId": 0,
"dealAmount": 1300,
"developers": "西安万科开发商-修改",
"districtName": "浦东新区",
"estateName": "友谊四村",
"houseType": "平层",
"inspectConfirmSheetAffix": [
"https://image.qfstatic.com/ceshituanduizhuanyon_saas2_2efa5e332/2021/09/20210924/cf751199-f23a-4c54-af24-d7f9ab48be45.jpeg"
],
"organizationName": "如是房产",
"propertyPurposeCode": "HOUSE",
"roomNo": "302",
"scheduledSigningDate": 1632469768992,
"subscribeDate": 1632469768992,
"subscribePrice": 1234,
"subscriptionAgreeAffix": [
"https://image.qfstatic.com/ceshituanduizhuanyon_saas2_2efa5e332/2021/09/20210924/cf751199-f23a-4c54-af24-d7f9ab48be45.jpeg"
],
"transactionUuid": "35f0505de0bd421babad9fd684dcf54f",
"txCreatedDate": 1632469768992,
"txEmpUuid": "3d365dd9-a989-493f-99f3-c544c8df6e71",
"txStatusCode": "identifyChipConfirm",
"unitName": "3",
"outsideEstateId": "1234316"
}
}
出参:无 返回示例:
{
"responseCode": "1",
"responseMessage": "success",
"responseType": null,
"data": null
}
新增签约
请求方式:POST
请求地址:/api/jediopenplatformopenapi/transaction/subscription/addSigning
请求参数:
参数名 | 描述 | 数据类型 | 必填 | 字节长度 |
---|---|---|---|---|
transactionUuid | 交易uuid | String | 是 | 100 |
txStatusCode | 交易状态 | String | 是 | 100 |
propertyPurposeCode | 房屋用途 | String | 否 | 100 |
buildingArea | 建筑面积 | String | 否 | 100 |
customerCertificateType | 客户证件类型 | String | 否 | 100 |
customerCertificateNo | 客户证件号码 | String | 否 | 500 |
customerCertificateFileList | 客户证件 | List<String> | 否 | \ |
signingDate | 签约日期 | Date | 是 | \ |
dealAmount | 成交价格 | BigDecimal | 是 | (15,2) |
salesContractNotarizationAffix | 买卖合同 | List<String> | 否 | \ |
inspectConfirmSheetAffix | 带看确认单 | List<String> | 否 | \ |
daiketongId | 带客通ID | Long | 否 | 19 |
developers | 开发商 新加 | String | 否 | 1000 |
organizationName | 机构名称 新加 | String | 否 | 1000 |
houseType | 房屋类型 新加 | String | 否 | 1000 |
subscribeDate | 认购日期 新加 | Date | 否 | \ |
subscribePrice | 认购价格 新加 | BigDecimal | 否 | (15,2) |
subscriptionAgreeAffix | 认购合同 新加 | List<String> | 否 | \ |
1000 | ||||
customerUuid | 客户uuid | String | 否 | 100 |
customerName | 客户姓名 | String | 否 | 100 |
请求示例:
{
"param": {
"buildingArea": "123",
"customerCertificateFileList": [
"https://image.qfstatic.com/ceshituanduizhuanyon_saas2_2efa5e332/2021/09/20210924/258a3a91-323e-4c3c-b670-908d43081cb5.jpg"
],
"customerCertificateNo": "432332202002020823",
"customerCertificateType": "IDARD",
"customerName": "test7",
"customerUuid": "f7096c2a0fc8438781ac18ace445132b",
"daiketongId": 0,
"dealAmount": 1230,
"developers": "中建开元壹号西安的",
"houseType": "平层",
"inspectConfirmSheetAffix": [
"https://image.qfstatic.com/ceshituanduizhuanyon_saas2_2efa5e332/2021/09/20210924/258a3a91-323e-4c3c-b670-908d43081cb5.jpg"
],
"organizationName": "中建开元壹号西安的",
"propertyPurposeCode": "HOUSE",
"salesContractNotarizationAffix": [
"https://image.qfstatic.com/ceshituanduizhuanyon_saas2_2efa5e332/2021/09/20210924/258a3a91-323e-4c3c-b670-908d43081cb5.jpg"
],
"signingDate": 1632466985119,
"subscribeDate": 1632466985119,
"subscribePrice": 1234,
"subscriptionAgreeAffix": [
"https://image.qfstatic.com/ceshituanduizhuanyon_saas2_2efa5e332/2021/09/20210924/9b9eaaa6-cd24-415f-83ba-68fe68154b8c.jpeg"
],
"transactionUuid": "759774e535124d47b7aa652dd195ff8c",
"txStatusCode": "signingConfirm"
}
}
出参:无
返回示例:
{
"responseCode": "1",
"responseMessage": "success",
"responseType": null,
"data": null
}
编辑签约
请求方式:POST
请求地址:/api/jediopenplatformopenapi/transaction/subscription/editSigning
请求参数:
参数名 | 描述 | 数据类型 | 必填 | 字节长度 |
---|---|---|---|---|
transactionUuid | 交易uuid | String | 是 | 100 |
txStatusCode | 交易状态 | String | 是 | 100 |
propertyPurposeCode | 房屋用途 | String | 否 | 100 |
buildingArea | 建筑面积 | String | 否 | 100 |
customerCertificateType | 客户证件类型 | String | 否 | 100 |
customerCertificateNo | 客户证件号码 | String | 否 | 500 |
customerCertificateFileList | 客户证件 | List<String> | 否 | \ |
signingDate | 签约日期 | Date | 是 | \ |
dealAmount | 成交价格 | BigDecimal | 是 | (15,2) |
salesContractNotarizationAffix | 买卖合同 | List<String> | 否 | \ |
inspectConfirmSheetAffix | 带看确认单 | List<String> | 否 | \ |
daiketongId | 带客通ID | Long | 否 | 19 |
developers | 开发商 新加 | String | 否 | 1000 |
organizationName | 机构名称 新加 | String | 否 | 1000 |
houseType | 房屋类型 新加 | String | 否 | 1000 |
subscribeDate | 认购日期 新加 | Date | 否 | \ |
subscribePrice | 认购价格 新加 | BigDecimal | 否 | (15,2) |
subscriptionAgreeAffix | 认购合同 新加 | List<String> | 否 | \ |
1000 | ||||
customerUuid | 客户uuid | String | 否 | 100 |
customerName | 客户姓名 | String | 否 | 100 |
请求示例:
{
"param": {
"buildingArea": "123",
"customerCertificateFileList": [
"https://image.qfstatic.com/ceshituanduizhuanyon_saas2_2efa5e332/2021/09/20210924/258a3a91-323e-4c3c-b670-908d43081cb5.jpg"
],
"customerCertificateNo": "432332202002020823",
"customerCertificateType": "IDARD",
"customerName": "test7",
"customerUuid": "f7096c2a0fc8438781ac18ace445132b",
"daiketongId": 0,
"dealAmount": 1230,
"developers": "中建开元壹号西安的",
"houseType": "平层",
"inspectConfirmSheetAffix": [
"https://image.qfstatic.com/ceshituanduizhuanyon_saas2_2efa5e332/2021/09/20210924/258a3a91-323e-4c3c-b670-908d43081cb5.jpg"
],
"organizationName": "中建开元壹号西安的",
"propertyPurposeCode": "HOUSE",
"salesContractNotarizationAffix": [
"https://image.qfstatic.com/ceshituanduizhuanyon_saas2_2efa5e332/2021/09/20210924/258a3a91-323e-4c3c-b670-908d43081cb5.jpg"
],
"signingDate": 1632466985119,
"subscribeDate": 1632466985119,
"subscribePrice": 1234,
"subscriptionAgreeAffix": [
"https://image.qfstatic.com/ceshituanduizhuanyon_saas2_2efa5e332/2021/09/20210924/9b9eaaa6-cd24-415f-83ba-68fe68154b8c.jpeg"
],
"transactionUuid": "759774e535124d47b7aa652dd195ff8c",
"txStatusCode": "signingConfirm"
}
}
返回示例:
{
"responseCode": "1",
"responseMessage": "success",
"responseType": null,
"data": null
}
解约
请求方式:POST
请求地址:/api/jediopenplatformopenapi/transaction/subscription/cancelTransaction
请求参数:
参数名 | 描述 | 数据类型 | 必填 | 字节长度 |
---|---|---|---|---|
transactionUuid | 交易uuid | String | 是 | 100 |
backReasonCode | 解约原因 VIOLATER_BY_CUSTOMER:客户违约 LIMIT_BY_CUSTOMER:客户限购/限贷 |
枚举 | 是 | 100 |
rescissionDate | 解约日期 | Date | 是 | \ |
affixList | 解约协议 | List<String> | 否 | \ |
backReasonDescription | 描述 | String | 否 | 1000 |
请求示例:
{
"param": {
"addAffixList": [
{
"transactionUuid": "e3b6e76f335f4d33a1aa3929c26100fe",
"affixName": "444bbddd916ffa759bb4e8439f3e54d4.jpg",
"affixUrl": "//image.qfstatic.com/ceshituanduizhuanyon_saas2_2efa5e332/2021/09/20210924/258a3a91-323e-4c3c-b670-908d43081cb5.jpg",
"meta": "image/jpeg",
"affixTypeCfgUuid": "txAffixType-breakAgree"
}
],
"backReasonCode": "LIMIT_BY_CUSTOMER",
"backReasonDescription": "呵呵",
"rescissionDate": 1632463901719,
"transactionUuid": "e3b6e76f335f4d33a1aa3929c26100fe"
}
}
返回示例:
{
"responseCode": "1",
"responseMessage": "success",
"responseType": null,
"data": null
}
搜索交易列表️
请求方式:POST
请求地址:/api/jediopenplatformopenapi/transaction/subscription/searchTransaction
请求参数:
参数名 | 描述 | 数据类型 | 必填 | 字节长度 |
---|---|---|---|---|
txTypeCodes | 交易性质 详见交易性质 | List<String> | 否 | \ |
txEmpUuid | 交易归属人uuid | String | 否 | 100 |
txDeptUuid | 交易归属人部门uuid | String | 否 | 100 |
phaseCodes | 阶段 详见交易阶段 | List<String> | 否 | \ |
keywords | 关键字(交易编号/合同编号/客户/业主/房源产证地址/楼盘地址) | String | 否 | 2000 |
txCreatedDateStart | 创建时间-开始 | Date | 否 | \ |
txCreatedDateEnd | 创建时间-结束 | Date | 否 | \ |
txUpdatedDateStart | 更新时间-开始(4:00-5:00为定时任务更新建议此时间锻不获取更新数据) | Date | 否 | \ |
txUpdatedDateEnd | 更新时间-结束(4:00-5:00为定时任务更新建议此时间锻不获取更新数据) | Date | 否 | \ |
txCategoryCodes | 交易类别 | List<String> | 否 | \ |
statusCodes | 状态 详见交易状态 | List<String> | 否 | \ |
intentionDateStart | 意向日期-开始 | Date | 否 | \ |
intentionDateEnd | 意向日期-结束 | Date | 否 | \ |
earnestDateStart | 转定日期-开始 | Date | 否 | \ |
earnestDateEnd | 转定日期-结束 | Date | 否 | \ |
signingDateStart | 签约日期-开始 | Date | 否 | \ |
signingDateEnd | 签约日期-结束 | Date | 否 | \ |
changeHouseDateStart | 过户日期-开始 | Date | 否 | \ |
changeHouseDateEnd | 过户日期-结束 | Date | 否 | \ |
closeCaseDateStart | 结案日期-开始 | Date | 否 | \ |
closeCaseDateEnd | 结案日期-结束 | Date | 否 | \ |
isAiFang | 是否爱房交易 | boolean | 否 | 不传查所有交易, true: 查询爱房交易, false: 查询非爱房交易 |
请求示例:
{
"page": {
"desc": "",
"offset": 0,
"pageNum": 1,
"pageSize": 20,
"sortBy": ""
},
"param": {
"keywords": "JY946767171045751",
"statusCodes": [],
"txCategoryCodes": [],
"txTypeCodes": [
"txTypeSale",
"txTypeNewHouseSale",
"txTypeRent",
"txTypeAuction",
"txTypeRightToUse",
"txTypeCooperation",
"txTypeQuickSaleCompensation",
"txTypeDefaultIncome",
"txTypeFinancialService",
"txTypeLoanService",
"txTypeDecorationService",
"txTypeExcessCommissionIncome"
]
}
}
出参:
参数名 | 描述 | 数据类型 | 字节长度 |
---|---|---|---|
count | 总条数 | Long | |
transactionList | 交易列表 | List<OutsideApiTransactionDTO> | \ |
OutsideApiTransactionDTO | |||
transactionUuid | 交易uuid | String | 100 |
txNo | 交易编号 | String | 100 |
txTypeCode | 交易性质 | String | 100 |
txStatusCode | 交易状态 | String | 100 |
dealDate | 成交日期 | Date | \ |
dealAmount | 成交价 | BigDecimal | (15,2) |
txEmpUuid | 归属人uuid | String | 100 |
txDeptUuid | 归属人部门uuid | String | 100 |
txEmpName | 归属人 | String | 100 |
txDeptName | 归属人部门 | String | 100 |
txCreatedDate | 交易创建日期 | Date | \ |
propertyUuid | 房源uuid | String | 100 |
propertyNo | 房源编号 | String | 100 |
districtName | 城区 | String | 100 |
areaName | 商圈 | String | 100 |
estateName | 楼盘名称 | String | 100 |
buildingNo | 栋座 | String | 100 |
unitName | 单元 | String | 100 |
roomNo | 房号 | String | 100 |
identifyChipDate | 认筹日期 | Date | \ |
subscribeDate | 认购日期 | Date | \ |
intentionDate | 意向日期 | Date | \ |
earnestDate | 转定日期 | Date | \ |
signingDate | 签约日期 | Date | \ |
receiveStatusCode | 收齐状态 | String | 100 |
customerUuid | 客户uuid | String | 100 |
customerNo | 客户编号 | String | 100 |
ownerName | 业主姓名 | String | 100 |
customerName | 客户名称 | String | 100 |
certificateAddress | 产证地址 | String | 1000 |
ownerPhone | 业主电话 | String | 100 |
ownerCertificateType | 业主证件类型 | String | 100 |
ownerCertificateNo | 业主证件号 | String | 500 |
customerPhone | 客户电话 | String | 100 |
customerCertificateType | 客户证件类型 | String | 100 |
customerCertificateNo | 客户证件号 | String | 500 |
changeHouseDate | 过户日期 | Date | \ |
closeCaseDate | 结案日期 | Date | \ |
isAiFang | 是否爱房交易 | boolean | true: 爱房, false: 非爱房 |
返回示例:
{
"responseCode": "1",
"responseMessage": "success",
"responseType": null,
"data": {
"transactionList": [
{
"transactionUuid": "8059e68ba72146789571cdc0440fb287",
"txNo": "JY946767171045751",
"txTypeCode": "txTypeSale",
"txStatusCode": "signingConfirm",
"dealDate": 1631687723387,
"dealAmount": 5500000,
"txEmpUuid": "8a61b682-42e0-40bd-b78e-ebd214a10eda",
"txDeptUuid": "99",
"txEmpName": "张三",
"txDeptName": "系统管理组",
"txCreatedDate": 1630308164433,
"propertyUuid": "5fba8ac935334fa7b0ae1181ddb59aa0",
"propertyNo": "808267AE450B3",
"districtName": null,
"areaName": "碧云",
"estateName": "金桥路2346弄小区",
"buildingNo": "101",
"unitName": "11",
"roomNo": "1",
"identifyChipDate": null,
"subscribeDate": null,
"intentionDate": 1629705401503,
"earnestDate": 1629878427890,
"signingDate": 1631687723387,
"receiveStatusCode": "no_receive",
"customerUuid": null,
"customerNo": null,
"ownerName": "233",
"customerName": "傅国生",
"certificateAddress": "望峰楼-A-1-101",
"ownerPhone": "18646082924",
"ownerCertificateType": "certificateType-idard",
"ownerCertificateNo": "372132199302139091",
"customerPhone": "13472805745",
"customerCertificateType": "certificateType-idard",
"customerCertificateNo": "372132199302139090",
"changeHouseDate": null,
"closeCaseDate": null
}
],
"count": 1
}
}
根据交易uuid查询交易信息️
请求方式:POST
请求地址:/api/jediopenplatformopenapi/transaction/subscription/getTransactionByTransactionUuid
请求参数:
参数名 | 描述 | 数据类型 | 必填 | 字节长度 |
---|---|---|---|---|
transactionUuid | 交易uuid | String | 是 | 100 |
请求示例:
{
"param": "8059e68ba72146789571cdc0440fb287"
}
出参:
参数名 | 描述 | 数据类型 | 字节长度 |
---|---|---|---|
transactionUuid | 交易uuid | String | 100 |
txNo | 交易编号 | String | 100 |
txTypeCode | 交易性质 | String | 100 |
txStatusCode | 交易状态 | String | 100 |
dealDate | 成交日期 | Date | \ |
dealAmount | 成交价 | BigDecimal | (15,2) |
txEmpUuid | 归属人 | String | 100 |
txDeptUuid | 归属人部门 | String | 100 |
txCreatedDate | 交易创建日期 | Date | \ |
propertyUuid | 房源uuid | String | 100 |
propertyNo | 房源编号 | String | 100 |
districtName | 城区 | String | 100 |
areaName | 商圈 | String | 100 |
estateName | 楼盘名称 | String | 100 |
buildingNo | 栋座 | String | 100 |
unitName | 单元 | String | 100 |
roomNo | 房号 | String | 100 |
identifyChipDate | 认筹日期 | Date | \ |
subscribeDate | 认购日期 | Date | \ |
intentionDate | 意向日期 | Date | \ |
earnestDate | 转定日期 | Date | \ |
signingDate | 签约日期 | Date | \ |
receiveStatusCode | 收齐状态 | String | 100 |
customerUuid | 客户uuid | String | 100 |
customerNo | 客户编号 | String | 100 |
ownerName | 业主姓名 | String | 100 |
customerName | 客户名称 | String | 100 |
certificateAddress | 产证地址 | String | 1000 |
ownerPhone | 业主电话 | String | 100 |
ownerCertificateType | 业主证件类型 | String | 100 |
ownerCertificateNo | 业主证件号 | String | 500 |
customerPhone | 客户电话 | String | 100 |
customerCertificateType | 客户证件类型 | String | 100 |
customerCertificateNo | 客户证件号 | String | 500 |
changeHouseDate | 过户日期 | Date | \ |
closeCaseDate | 结案日期 | Date | \ |
achievementAmount | 业绩金额 | BigDecimal | (15,2) |
reprieveFlag | 是否暂缓 | Boolean | \ |
certificateNo | 产证编号 | String | 500 |
housingRiskCode | 房屋风险 | String | 4000 |
customerQualificationCode | 客户资质 | String | 4000 |
propertyPurposeCode | 房源用途 | String | 100 |
buildingArea | 建筑面积 | String | 100 |
backReasonCode | 原因 【退认筹/退认购/退意向/退定/解约】 |
String | 100 |
backReasonDescription | 描述 【退..的原因描述】 |
String | 1000 |
rescissionDate | 解约日期 | Date | \ |
phaseCode | 当前交易所处售前阶段 | String | 100 |
identifyChipAmount | 认筹金额 | BigDecimal | (15,2) |
intentionPrice | 意向价格 | BigDecimal | (15,2) |
intentionAmount | 意向金 | BigDecimal | (15,2) |
earnestPrice | 转定价格 | BigDecimal | (15,2) |
earnestAmount | 定金 | BigDecimal | (15,2) |
rentTimeLimitStart | 租赁期限-开始 | Date | \ |
rentTimeLimitEnd | 租赁期限-结束 | Date | \ |
agreementNo | 合同编号 | String | 100 |
agreementPrice | 合同价格 | BigDecimal | (15,2) |
whetherLoan | 是否贷款 | String | 100 |
firstPayRate | 首付比例 | BigDecimal | (15,2) |
signingEmpUuid | 签约专员uuid | String | 100 |
signingEmpDeptUuid | 签约专员所属部门uuid | String | 100 |
signingKey | 签约秘钥 | String | 100 |
notarizationType | 公证信息 | String | 100 |
lastDayToTransferTrade | 最晚过户日 | Date | \ |
handoverDate | 预计交房日期 | Date | \ |
payType | 付款方式 | String | 100 |
deposit | 押金金额 | BigDecimal | (15,2) |
scheduledOpeningDate | 预计开盘日 | Date | \ |
scheduledSigningDate | 预计签约日 | Date | \ |
intentionEndDate | 意向截止日期 | Date | \ |
depositOfThirdParty | 代收定金 | String | 100 |
loanWay | 贷款方式 | String | 100 |
evidenceDate | 取证日期 | Date | \ |
migspFlag | 是否为迁移过来的交易 | Boolean | \ |
remark | 备注 | String | 4000 |
daiketongFlag | 交易是否是带客通过来 true:是 false:否 |
Boolean | \ |
daiketongId | 带客通ID | Long | \ |
txCategoryCode | 交易类别 | String | 100 |
finishedStatus | 结盘状态 | String | 100 |
finishedTime | 结盘时间 | Date | \ |
txCreatedUserId | 创建用户id | Long | \ |
receiveAllDate | 收齐日期 | Date | \ |
commissionStatusCode | 结算状态 | String | 100 |
openAfterSaleFlag | 已预约标识 | Boolean | \ |
afterSaleStatusCode | 售后状态 | String | 100 |
developers | 开发商 | String | 1000 |
organizationName | 机构名称 | String | 1000 |
houseType | 房屋类型 | String | 1000 |
checkDate | 核实日期 | Date | \ |
checkStatus | 核实状态 | String | 100 |
subscribePrice | 认购价格 | BigDecimal | (15,2) |
salesDate | 成销日期 | Date | \ |
salesPrice | 成销价格 | BigDecimal | (15,2) |
outsideOrderId | 外部交易id | String | 1000 |
返回示例:
{
"responseCode": "1",
"responseMessage": "success",
"responseType": null,
"data": {
"transactionUuid": "421f1ce0cb104700b185ef2461efa7be",
"txNo": "JY884612687235959",
"txTypeCode": "txTypeSale",
"propertyUuid": "9f74a9d24f69426c8bcd8fd0a38009d4",
"propertyNo": "80603C7411CA4",
"districtName": "长宁区",
"areaName": "古美罗阳",
"estateName": "康健丽都",
"buildingNo": "11",
"unitName": "2",
"roomNo": "101",
"ownerName": "2",
"ownerPhone": "2",
"certificateAddress": "我是测试地址",
"customerUuid": "21ae73f93fb442d4b092658dbe9fbed1",
"customerNo": "612048ADA4CAC",
"customerName": "拨打测试",
"customerPhone": "186******03",
"txEmpUuid": "7e78d785-e97b-4314-a03f-fd079931ec30",
"txDeptUuid": "3cfdb51d1dec4fe69b47090eecae4ccc",
"txStatusCode": "closeCaseConfirm",
"achievementAmount": 3000000,
"txCreatedDate": 1622720947173,
"reprieveFlag": false,
"dealAmount": 3000000,
"dealDate": 1622721020990,
"identifyChipDate": 1622721020990,
"subscribeDate": 1622721020990,
"intentionDate": 1622721020990,
"earnestDate": 1622721020990,
"signingDate": 1622721020990,
"receiveStatusCode": "part_receive",
"customerCertificateType": "certificateType-idard",
"customerCertificateNo": "412825198012127419",
"ownerCertificateType": "certificateType-idard",
"ownerCertificateNo": "370883198603280916",
"certificateNo": "456775433",
"housingRiskCode": "housingRisk-highMortgage",
"customerQualificationCode": "customerRisk-loanLimit",
"propertyPurposeCode": "systemPrimayUsage-shopsHouseUsage-00",
"buildingArea": "222",
"backReasonCode": "reasonOfCancelEarnest-violateByCustomer",
"backReasonDescription": "签署方退回",
"rescissionDate": 1622721020990,
"phaseCode": "closeCase",
"identifyChipAmount": 3000000,
"intentionPrice": 3000000,
"intentionAmount": 3000000,
"earnestPrice": 3000000,
"earnestAmount": 3000000,
"rentTimeLimitStart": 1622721020990,
"rentTimeLimitEnd": 1622721020990,
"agreementNo": "hetongbianhao112",
"agreementPrice": 3000000,
"whetherLoan": "1",
"firstPayRate": 30,
"signingEmpUuid": "7e78d785-e97b-4314-a03f-fd079931ec30",
"signingEmpDeptUuid": "3cfdb51d1dec4fe69b47090eecae4ccc",
"signingKey": "7036e605-4a4b-4744-bd1d-ab445298fbff",
"notarizationType": "notarizationType-entrustNotarization",
"lastDayToTransferTrade": 1622721020990,
"handoverDate": 1622721020990,
"payType": "paymentWayForRent-onePayThree",
"deposit": 20000,
"scheduledOpeningDate": 1622721020990,
"scheduledSigningDate": 1622721020990,
"intentionEndDate": 1622721020990,
"depositOfThirdParty": 20000,
"loanWay": "loanType-commercialAndHousingProvidentFund",
"changeHouseDate": 1622721779457,
"closeCaseDate": 1622894601790,
"evidenceDate": 1622894601790,
"migspFlag": false,
"remark": "有产证地址",
"daiketongFlag": true,
"daiketongId": 33975,
"txCategoryCode": "txTypeSale",
"finishedStatus": "finishedConfirm",
"finishedTime": 1622894601790,
"txCreatedUserId": 10852,
"receiveAllDate": 1622894601790,
"commissionStatusCode": "no_settle_commission",
"openAfterSaleFlag": true,
"afterSaleStatusCode": "finished",
"developers": "万科开发商",
"organizationName": "如是房产",
"houseType": "高层",
"checkDate": 1622894601790,
"checkStatus": "是",
"subscribePrice": 3000000,
"salesDate": 1622894601790,
"salesPrice": 3000000,
"outsideOrderId": "33867"
}
}
查询售后节点信息
请求方式:POST
请求地址:/api/jediopenplatformopenapi/transaction/subscription/getOrderFlowNodes
请求参数:
参数名 | 描述 | 数据类型 | 必填 | 字节长度 |
---|---|---|---|---|
param | 交易uuid | String | 是 | 100 |
请求示例:
{
"param": "8059e68ba72146789571cdc0440fb287"
}
出参:
参数名 | 描述 | 数据类型 | 字节长度 |
---|---|---|---|
nodeUuid | 节点uuid | String | 100 |
nodeName | 节点名称 | String | 100 |
nodeStatus | 节点状态 | String | 100 |
nodeStatusName | 节点状态名称 | String | 100 |
actualHandleTime | 办理日期 | Date |
返回示例:
{
"responseCode": "1",
"responseMessage": "success",
"responseType": null,
"data": [
{
"nodeUuid": "a1ae93cc6b0e4fea89d8ac7fc154ba0d",
"nodeName": "过户",
"nodeStatus": "FINISHED",
"nodeStatusName": "完成",
"actualHandleTime": 1680796800000
}
]
}
请求方式:POST
请求地址:/api/jediopenplatformopenapi/transaction/subscription/searchShareTransaction
请求参数:
参数名 | 描述 | 数据类型 | 必填 | 字节长度 |
---|---|---|---|---|
pageNum | 页码 | int | 是 | \ |
pageSize | 页大小 | int | 是 | \ |
sortBy | 排序字段 | String | 否 | 100 |
transactionUuid | 交易uuid | String | 否 | 100 |
txCategoryCodes | 交易类别 详见交易类别 | List<String> | 否 | \ |
txTypeCodes | 交易性质 详见交易性质 | List<String> | 否 | \ |
receiptCategorySettingUuidList | 科目uuid | List<String> | 否 | \ |
distributionStatusCodes | 分成状态 | List<String> | 否 | \ |
keywords | 关键字(交易编号等) | String | 否 | 2000 |
signingDateStart | 签约日期开始时间 | Date | 否 | \ |
signingDateEnd | 签约日期结束时间 | Date | 否 | \ |
earnestDateStart | 转定日期开始时间 | Date | 否 | \ |
earnestDateEnd | 转定日期结束时间 | Date | 否 | \ |
请求示例:
{
"page": {
"pageNum": 1,
"pageSize": 20,
"sortBy": ""
},
"param": {
"distributionStatusCodes": [],
"keywords": "",
"receiptCategorySettingUuidList": [],
"transactionUuid": "",
"txCategoryCodes": [],
"txTypeCodes": []
}
}
出参:
参数名 | 描述 | 数据类型 | 字节长度 |
---|---|---|---|
count | 总条数 | Long | |
transactionList | 交易列表 | List<BeDividedIntoTransactionListDTO> | \ |
BeDividedIntoTransactionListDTO | |||
transactionUuid | 交易uuid | String | 100 |
txNo | 交易编号 | String | 100 |
txCategoryCode | 交易类别 | String | 100 |
txTypeCode | 交易性质 | String | 100 |
propertyUuid | 房源uuid | String | 100 |
receiptCategorySettingUuid | 业绩类目 | String | 100 |
stakeholderName | 相关方(分成方) | String | 100 |
empUuid | 分成归属人 | String | 100 |
distributionRatio | 分成比例 | BigDecimal | (9,2) |
beDividedIntoAchievementAmount | 分成后业绩 | BigDecimal | (15,2) |
deptUuid | 分成归属人部门 | String | 100 |
txStatusCode | 交易状态 | String | 100 |
achievementAmount | 业绩金额 | BigDecimal | (15,2) |
txCreatedDate | 交易创建日期 | Date | \ |
propertyNo | 房源编号 | String | 100 |
shopManagerUuid | 店管 | String | 100 |
shopManagerDeptUuid | 店管部门uuid | String | 100 |
areaManagerUuid | 区管 | String | 100 |
areaManagerDeptUuid | 区管部门uuid | String | 100 |
regionalManagerUuid | 区总 | String | 100 |
regionalManagerDeptUuid | 区总部门uuid | String | 100 |
viceGeneralManagerUuid | 副总 | String | 100 |
viceGeneralManagerDeptUuid | 副总部门uuid | String | 100 |
generalManagerUuid | 总经 | String | 100 |
generalManagerDeptUuid | 总经部门uuid | String | 100 |
distributionStatusCode | 分成状态 | String | 100 |
返回示例:
{
"responseCode": "1",
"responseMessage": "success",
"responseType": null,
"data": {
"transactionList": [
{
"transactionUuid": "46568732a96d4b058cb86e0ff9913047",
"txNo": "JY923470063109377",
"txCategoryCode": "txTypeSale",
"txTypeCode": "txTypeSale",
"propertyUuid": "e361fff8651e45dd852c3db15ec03e77",
"receiptCategorySettingUuid": "receiptProperty-commissionAmount",
"stakeholderName": "成交方",
"empUuid": "7e78d785-e97b-4314-a03f-fd079931ec30",
"distributionRatio": 100,
"beDividedIntoAchievementAmount": 10578,
"deptUuid": "3cfdb51d1dec4fe69b47090eecae4ccc",
"txStatusCode": "earnestConfirm",
"achievementAmount": 12900,
"txCreatedDate": 1627464279187,
"propertyNo": "80728B6F4F8A1",
"shopManagerUuid": "7e78d785-e97b-4314-a03f-fd079931ec30",
"shopManagerDeptUuid": "3cfdb51d1dec4fe69b47090eecae4ccc",
"areaManagerUuid": "8ed6a2ba-733e-4dca-ac14-ca81cf0f82a6",
"areaManagerDeptUuid": "0cf39e3edaa84deb9836ff5a70eaf5b7",
"regionalManagerUuid": "1d99d7f3-cbc1-4b71-9232-ab25d79fe72d",
"regionalManagerDeptUuid": "5afbb8ee34fd4a2190c6bc540d87faa3",
"viceGeneralManagerUuid": "790a2d26-dd1a-40f5-aa91-ddcd03564a03",
"viceGeneralManagerDeptUuid": "5afbb8ee34fd4a2190c6bc540d87faa3",
"generalManagerUuid": "eb922026-1acc-4e4b-ab6f-aecc6cbc5a3b",
"generalManagerDeptUuid": "21b632e1db2148d79b2b8a74642d83ba",
"distributionStatusCode": "distributionPlanConfirm"
}
],
"count": 2129
}
}
根据时间范围查询变动交易
- 根据时间范围查询变动交易 (越秀专用,分页,返回未去重,一次最多查100)
- 这个接口有新公司申请时,需要交易这边再开权限
请求方式:POST
请求地址:/api/jediopenplatformopenapi/transaction/subscription/getTransactionByChangeTime
请求参数:
参数名 | 描述 | 数据类型 | 必填 | 字节长度 |
---|---|---|---|---|
startTime | 开始时间 | Date | 是 | \ |
endTime | 结束时间(时间间隔不能超过3个月) | Date | 是 | \ |
请求示例:
{
"page": {
"pageNum": 1,
"pageSize": 1
},
"param": {
"startTime": 1632469768992,
"endTime": 1732469768992
}
}
出参:
参数名 | 描述 | 数据类型 | 字节长度 |
---|---|---|---|
count | 总条数 | Long | |
transactionChangeInfoList | 交易变更信息 | List |
|
TransactionChangeInfoDTO | |||
txNo | 交易编号 | String | 100 |
txTypeCode | 交易类型 | String | 100 |
changeTime | 变化时间 | Date | \ |
changeSource | 变化来源 | String | 100 |
changeInfo | 变化说明 | String | 100 |
返回示例:
{
"responseCode": "1",
"responseMessage": "success",
"responseType": null,
"data": {
"transactionChangeInfoList":[
{
"transactionUuid": "421f1ce0cb104700b185ef2461efa7be",
"txNo": "JY884612687235959",
"txTypeCode": "txTypeSale",
"changeTime": 1622720947173,
"changeSource": "capitalRecordChange",
"changeInfo": "新增收款单"
},
{
"transactionUuid": "421f1ce0cb104700b185ef2461efa7be",
"txNo": "JY78292687235100",
"txTypeCode": "txTypeSale",
"changeTime": 1922720942200,
"changeSource": "changeAchievement",
"changeInfo": "删除分成方案"
}
],
"count": 1508
}
}
搜索交易阶段
请求方式:POST
请求地址:/api/jediopenplatformopenapi/transaction/subscription/searchPhase
请求参数:
参数名 | 描述 | 数据类型 | 必填 | 字节长度 |
---|---|---|---|---|
txTypeCodeList | 交易性质 详见交易性质 | List<String> | 否 | \ |
txEmpUuid | 交易归属人uuid | String | 否 | 100 |
txDeptUuid | 交易归属人部门uuid | String | 否 | 100 |
keywords | 关键字 | String | 否 | 2000 |
txCategoryCodeList | 交易类别 详见交易类别 | List<String> | 否 | \ |
phaseCreatedTimeStart | 阶段创建日期-开始 | Date | 否 | \ |
phaseCreatedTimeEnd | 阶段创建日期-结束 | Date | 否 | \ |
phaseStatusList | 阶段状态 | List<String> | 否 | \ |
nodeName | 阶段名称 | String | 否 | 100 |
请求示例:
{
"page": {
"pageNum": 1,
"pageSize": 1,
"sortBy": "string"
},
"param": {
"keywords": "",
"nodeName": ""
}
}
出参:
参数名 | 描述 | 数据类型 | 字节长度 |
---|---|---|---|
count | 总条数 | Long | |
phaseList | 交易各阶段 | List<OutsideApiPhaseDTO> | \ |
OutsideApiPhaseDTO | |||
phaseUuid | 交易uuid | String | 100 |
applicationFlowNodeUuid | 环节uuid | String | 100 |
transactionUuid | 交易uuid | String | 100 |
txStatusCode | 阶段状态 | String | 100 |
flowNodeUuid | 预制环节uuid | String | 100 |
nodeName | 环节名称 | String | 100 |
nodeExecutorDate | 计划执行时间 | Date | \ |
nodeExecutorEmpUuid | 计划执行人 | String | 100 |
nodeExecutorDeptUuid | 计划执行人部门 | String | 100 |
actualExecutorDate | 实际执行时间 | Date | \ |
actualExecutorEmpUuid | 实际执行人 | String | 100 |
actualExecutorDeptUuid | 实际执行人部门 | String | 100 |
返回示例:
{
"responseCode": "1",
"responseMessage": "success",
"responseType": null,
"data": {
"phaseList": [
{
"phaseUuid": "6d8fd1b257cb494e869bd7198ee0ab1a",
"applicationFlowNodeUuid": "3d819b33f9674b4f83005a38e08c136c",
"transactionUuid": "d4b7e8590f1e4072a2d525639594986e",
"txStatusCode": "intentionConfirm",
"flowNodeUuid": "flowNodeUuid_secondTx_intention",
"nodeName": "意向",
"nodeExecutorDate": null,
"nodeExecutorEmpUuid": null,
"nodeExecutorDeptUuid": null,
"actualExecutorDate": null,
"actualExecutorEmpUuid": null,
"actualExecutorDeptUuid": null,
"createdTime": 1627461064800
}
],
"count": 2736
}
}
修改核实信息 新加接口
请求方式:POST
请求地址:/api/jediopenplatformopenapi/transaction/subscription/updateCheckInfo
请求参数:
参数名 | 描述 | 数据类型 | 必填 | 字节长度 |
---|---|---|---|---|
transactionUuid | 交易uuid | String | 是 | 100 |
checkDate | 核实日期 | Date | 是 | \ |
checkStatus | 核实状态 需要带客通给出枚举值 | String | 是 | 100 |
请求示例:
{
"param": {
"checkDate": 1632469768992,
"checkStatus": "是",
"transactionUuid": "759774e535124d47b7aa652dd195ff8c"
}
}
出参:无
返回示例:
{
"responseCode": "1",
"responseMessage": "success",
"responseType": null,
"data": null
}
修改成销信息 新加接口
请求方式:POST
请求地址:/api/jediopenplatformopenapi/transaction/subscription/updateSalesInfo
请求参数:
参数名 | 描述 | 数据类型 | 必填 | 字节长度 |
---|---|---|---|---|
transactionUuid | 交易uuid | String | 是 | 100 |
salesDate | 成销日期 | Date | 是 | \ |
salesPrice | 成销价格 | BigDecimal | 是 | 15,2 |
settlePattern | 结佣方式 { settleNormal: 正常结佣, settleWuBaCommission: 58金融结佣, settleSelfCapital: 自有资金结佣, settleAdvanceCommission: 前置佣结佣, settleNoPlan: 无应结方案, settleUnknownPattern: 未知结佣方式 } |
String | 是 | 100 |
请求示例:
{
"param": {
"salesDate": 1632469768992,
"salesPrice": 1562.00,
"transactionUuid": "759774e535124d47b7aa652dd195ff8c",
"settlePattern": "settleNormal"
}
}
出参:无
返回示例:
{
"responseCode": "1",
"responseMessage": "success",
"responseType": null,
"data": null
}