业绩相关
查询业绩分成列表
请求方式:POST
请求地址:/api/jediopenplatformopenapi/transaction/achievement/getAchievementDistributionList
请求参数:
参数名 | 描述 | 数据类型 | 必填 | 字节长度 |
---|---|---|---|---|
keyWord | 关键字(支持交易编号查询) | String | 否 | 20 |
txTypeCodes | 交易性质 详见交易性质 | List<String> | 否 | \ |
receiptCategorySettingUuidList | 科目uuid | List<String> | 否 | \ |
txEmpUuid | 交易归属人empUuid | String | 否 | 100 |
txDeptUuid | 交易归属人deptUuid | String | 否 | 100 |
signingDateStart | 签约日期开始时间 | Date | 否 | \ |
signingDateEnd | 签约日期结束时间 | Date | 否 | \ |
earnestDateStart | 转定日期开始时间 | Date | 否 | \ |
earnestDateEnd | 转定日期结束时间 | Date | 否 | \ |
请求示例:
{
"page": {
"pageNum": 1,
"pageSize": 1
},
"param": {
"keyWord": "",
"receiptCategorySettingUuidList": [],
"txDeptUuid": "",
"txEmpUuid": "",
"txTypeCodes": []
}
}
出参:
参数名 | 描述 | 数据类型 | 字节长度 |
---|---|---|---|
count | 总条数 | Long | |
list | 业绩分成列表 | List<AchievementDistributionResponseDTO> | \ |
AchievementDistributionResponseDTO | |||
transactionUuid | 交易uuid,最大长度100 | String | 100 |
txNo | 交易编号 | String | 100 |
txCategoryCode | 交易类别 | String | 100 |
txTypeCode | 交易性质 | String | 100 |
propertyUuid | 房源uuid | String | 100 |
receiptCategorySettingUuid | 业绩类目 | String | 100 |
receivableAchievement | 应收业绩 | BigDecimal | \ |
costFee | 成本 | BigDecimal | \ |
returnCommissionAmount | 返佣金额 | BigDecimal | (15,2) |
platFormFee | 平台费->管理费 | BigDecimal | (15,2) |
distributableCommission | 可分成业绩 | BigDecimal | (15,2) |
distributionRatio | 分成比例 | BigDecimal | (9,2) |
distributionAmount | 分成后业绩 | BigDecimal | (15,2) |
receiptDistributionAmount | 实收业绩 | BigDecimal | (15,2) |
distributionStatusCode | 分成状态 | String | 100 |
achievementStatusCode | 业绩状态 | String | 100 |
empUuid | 分成人uuid | String | 100 |
deptUuid | 分成人部门uuid | String | 100 |
teamAchievementDeptUuid | 团队业绩部门uuid | 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 |
返回示例
{
"responseCode": "1",
"responseMessage": "success",
"responseType": null,
"data": {
"list": [
{
"transactionUuid": "626916a57051479b8867a28e8938c14c",
"txNo": "JY953908209163366",
"txCategoryCode": "txTypeRent",
"txTypeCode": "txTypeRent",
"propertyUuid": "984be1f004d64af98290f14dc28b1a27",
"receiptCategorySettingUuid": "receiptProperty-commissionAmount",
"receivableAchievement": 5000,
"costFee": null,
"returnCommissionAmount": 0,
"platFormFee": 0,
"distributableCommission": 4700,
"distributionRatio": 70,
"distributionAmount": 3290,
"receiptDistributionAmount": 3290,
"distributionStatusCode": "distributionPlanConfirm",
"achievementStatusCode": "achievementInAudit",
"empUuid": "0129bc10-04f4-4370-8bd8-12ff9e5b37a5",
"deptUuid": "99",
"teamAchievementDeptUuid": "99",
"shopManagerUuid": "670a35bd-5bdd-481a-9130-49207de9e37b",
"shopManagerDeptUuid": "99",
"areaManagerUuid": "c326ab48-5631-4c26-81ae-27db058c8e72",
"areaManagerDeptUuid": "99",
"regionalManagerUuid": "e469a4ba-9dfe-4b8c-abeb-bf8478a768c2",
"regionalManagerDeptUuid": "99",
"viceGeneralManagerUuid": "4f566028-80a7-4a00-a055-b13b12ad12ba",
"viceGeneralManagerDeptUuid": "99",
"generalManagerUuid": "5bf22bee-db65-4d45-8e95-5214e92c1f26",
"generalManagerDeptUuid": "99"
},
{
"transactionUuid": "626916a57051479b8867a28e8938c14c",
"txNo": "JY953908209163366",
"txCategoryCode": "txTypeRent",
"txTypeCode": "txTypeRent",
"propertyUuid": "984be1f004d64af98290f14dc28b1a27",
"receiptCategorySettingUuid": "receiptProperty-commissionAmount",
"receivableAchievement": 5000,
"costFee": null,
"returnCommissionAmount": 0,
"platFormFee": 0,
"distributableCommission": 4700,
"distributionRatio": 20,
"distributionAmount": 940,
"receiptDistributionAmount": 940,
"distributionStatusCode": "distributionPlanConfirm",
"achievementStatusCode": "achievementInAudit",
"empUuid": "3e2e698e-4eab-4045-91ca-3331082132c2",
"deptUuid": "99",
"teamAchievementDeptUuid": "99",
"shopManagerUuid": "670a35bd-5bdd-481a-9130-49207de9e37b",
"shopManagerDeptUuid": "99",
"areaManagerUuid": "c326ab48-5631-4c26-81ae-27db058c8e72",
"areaManagerDeptUuid": "99",
"regionalManagerUuid": "e469a4ba-9dfe-4b8c-abeb-bf8478a768c2",
"regionalManagerDeptUuid": "99",
"viceGeneralManagerUuid": "4f566028-80a7-4a00-a055-b13b12ad12ba",
"viceGeneralManagerDeptUuid": "99",
"generalManagerUuid": "5bf22bee-db65-4d45-8e95-5214e92c1f26",
"generalManagerDeptUuid": "99"
}
],
"count": 1508
}
}
查询业绩分成明细列表
请求方式:POST
请求地址:/api/jediopenplatformopenapi/transaction/achievement/detailList
请求参数:
参数名 | 描述 | 数据类型 | 必填 | 备注 |
---|---|---|---|---|
keyWord | 关键字(支持交易编号查询) | String | 否 | |
buildingNo | 楼栋 | String | 否 | |
unitName | 单元 | String | 否 | |
roomNo | 房号 | String | 否 | |
txTypeCodes | 交易性质 | List<String> | 否 | 详见交易性质 |
phaseCodes | 交易阶段 | List<String> | 否 | 详见交易阶段 |
statusCodes | 交易状态 | List<String> | 否 | 详见交易状态 |
loanWay | 贷款方式 | List<String> | 否 | 详见贷款方式 |
signingDateStart | 签约日期开始时间 | Date | 否 | 时间戳-精确到ms |
signingDateEnd | 签约日期结束时间 | Date | 否 | 时间戳-精确到ms |
earnestDateStart | 转定日期开始时间 | Date | 否 | 时间戳-精确到ms |
earnestDateEnd | 转定日期结束时间 | Date | 否 | 时间戳-精确到ms |
changeHouseDateStart | 过户日期开始时间 | Date | 否 | 时间戳-精确到ms |
changeHouseDateEnd | 过户日期结束时间 | Date | 否 | 时间戳-精确到ms |
closeCaseDateStart | 结案日期开始时间 | Date | 否 | 时间戳-精确到ms |
closeCaseDateEnd | 结案日期结束时间 | Date | 否 | 时间戳-精确到ms |
txCreatedDateStart | 新增日期开始时间 | Date | 否 | 时间戳-精确到ms |
txCreatedDateEnd | 新增日期结束时间 | Date | 否 | 时间戳-精确到ms |
receiveAllDateStart | 收齐日期开始时间 | Date | 否 | 时间戳-精确到ms |
receiveAllDateEnd | 收齐日期结束时间 | Date | 否 | 时间戳-精确到ms |
finishedTimeStart | 结盘日期开始时间 | Date | 否 | 时间戳-精确到ms |
finishedTimeEnd | 结盘日期结束时间 | Date | 否 | 时间戳-精确到ms |
receivableAchievementDateStart | 应收日期开始时间 | Date | 否 | 时间戳-精确到ms |
receivableAchievementDateEnd | 应收日期结束时间 | Date | 否 | 时间戳-精确到ms |
achievementCreatedTimeStart | 业绩申报日期开始时间 | Date | 否 | 时间戳-精确到ms |
achievementCreatedTimeEnd | 业绩申报日期结束时间 | Date | 否 | 时间戳-精确到ms |
empUuid | 业绩归属员工uuid | String | 否 | empUuid和deptUuid不能同时传入 |
deptUuid | 业绩归属部门uuid | String | 否 | empUuid和deptUuid不能同时传入 |
achievementTypeCode | 业绩归属类型 | String | 否 | 详见业绩归属类型 |
receiptCategorySettingUuidList | 科目 | List<String> | 否 | 详见科目 |
distributionStatusCodeList | 分成状态 | List<String> | 否 | 详见分成状态 |
finishedStatus | 结盘状态 | List<String> | 否 | 详见结盘状态 |
settleCommissionStatus | 结算状态 | List<String> | 否 | 详见结算状态 |
settlementYear | 结算年份 | String | 否 | 例: "2023" |
settlementMonth | 结算月份 | String | 否 | 例: "01" |
请求示例:
{
"page": {
"pageNum": 0,
"pageSize": 10
},
"param": {
"achievementCreatedTimeEnd": 1675094400000,
"achievementCreatedTimeStart": 1672502400000,
"achievementTypeCode": "all",
"buildingNo": "N0001",
"changeHouseDateEnd": 1675094400000,
"changeHouseDateStart": 1672502400000,
"closeCaseDateEnd": 1675094400000,
"closeCaseDateStart": 1672502400000,
"distributionStatusCodeList": [
"distributionPlanInAudit", "distributionPlanConfirm", "distributionPlanReject"
],
"earnestDateEnd": 1675094400000,
"earnestDateStart": 1672502400000,
"empUuid": "2db40cb39325248a35495ed0fc379c88",
"finishedStatus": [
"finishedNot", "finishedInAudit", "cancelFinishedInAudit", "finishedConfirm"
],
"finishedTimeEnd": 1675094400000,
"finishedTimeStart": 1672502400000,
"keyWord": "167955",
"loanWay": [
"loanType-commercial", "loanType-housingProvidentFund", "loanType-housingProvidentFund",
"loanType-notLoan","7e79e9b8-45a6-4014-a228-c80c0ad61038"
],
"phaseCodes": [
"earnest", "signing", "transfer", "closeCase", "subscription"
],
"receiptCategorySettingUuidList": [
"receiptProperty-commissionAmount","franchisee_transfer_help", "franchisee_transfer_sign",
"franchisee_loanType_combination", "franchisee_loanType_commercial","franchisee_loanType_pure",
"franchisee_loanType_special","franchisee_secure_transaction"
],
"receivableAchievementDateEnd": 1675094400000,
"receivableAchievementDateStart": 1672502400000,
"receiveAllDateEnd": 1675094400000,
"receiveAllDateStart": 1672502400000,
"roomNo": "0501",
"settleCommissionStatus": [
"no_settle_commission","part_settle_commission","all_settle_commission"
],
"settlementYear": "2023",
"settlementMonth": "01",
"signingDateEnd": 1675094400000,
"signingDateStart": 1672502400000,
"statusCodes": [
"inAudit", "confirm","reject","retreating","signingDrafting",
"signingSigning", "cancel","signingFailed","retreated"
],
"txCreatedDateEnd": 1675094400000,
"txCreatedDateStart": 1672502400000,
"txTypeCodeList": [
"inAudit"
],
"unitName": "小区名称"
}
}
出参:
参数名 | 描述 | 数据类型 | 字节长度 |
---|---|---|---|
count | 总条数 | Long | |
items | 业绩分成明细列表 | List<AchievementDetailResponseDTO> | \ |
AchievementDetailResponseDTO | |||
distributionPlanUuid | 分成uuid | String | |
achievementInfoUuid | 业绩uuid | String | |
transactionUuid | 交易uuid | String | |
txNo | 交易编号 | String | 100 |
propertyName | 房源 | String | 100 |
txTypeCode | 交易性质 | String | 100 |
receiptCategorySettingUuid | 科目uuid | String | 100 |
receiptName | 科目 | String | 100 |
txStatusCode | 交易状态 | String | \ |
stakeholderUuid | 分成方uuid | String | \ |
stakeholderName | 分成方 | String | \ |
receivableAchievement | 应收业绩 | BigDecimal | \ |
receivableCommission | 净应收业绩 | BigDecimal | \ |
distributableCommission | 可分成业绩 | BigDecimal | \ |
distributionRatio | 分成比例 | BigDecimal | (9,2) |
distributionAmount | 分成后业绩 | BigDecimal | (15,2) |
receiptDistributionAmount | 实收业绩 | BigDecimal | (15,2) |
unSettleCommission | 未结算业绩 | BigDecimal | (15,2) |
settledCommission | 已结算业绩 | BigDecimal | (15,2) |
settlingCommission | 结算中业绩 | BigDecimal | (15,2) |
distributionStatusCode | 分成状态 | String | 100 |
achievementStatusCode | 业绩状态 | String | 100 |
empUuid | 个人业绩员工uuid | String | 100 |
deptUuid | 个人业绩部门uuid | String | 100 |
personalAchievement | 个人业绩 | String | 100 |
teamAchievementDeptUuid | 团队业绩部门uuid | String | 100 |
teamAchievement | 团队业绩 | String | 100 |
shopManagerUuid | 店管 | String | 100 |
shopManagerDeptUuid | 店管部门uuid | String | 100 |
shopManagerAchievement | 店管业绩 | String | 100 |
areaManagerUuid | 区管 | String | 100 |
areaManagerDeptUuid | 区管部门uuid | String | 100 |
areaManagerAchievement | 区管业绩 | String | 100 |
regionalManagerUuid | 区总 | String | 100 |
regionalManagerDeptUuid | 区总部门uuid | String | 100 |
regionalManagerAchievement | 区总业绩 | String | 100 |
viceGeneralManagerUuid | 副总 | String | 100 |
viceGeneralManagerDeptUuid | 副总部门uuid | String | 100 |
viceGeneralManagerAchievement | 副总业绩 | String | 100 |
generalManagerUuid | 总经 | String | 100 |
generalManagerDeptUuid | 总经部门uuid | String | 100 |
generalManagerAchievement | 总经业绩 | String | 100 |
earnestDate | 转定日期 | Date | 100 |
signingDate | 签约日期 | Date | 100 |
返回示例
{
"responseCode": "1",
"responseMessage": "success",
"responseType": null,
"data": {
"items": [
{
"distributionPlanUuid": "bd85cd97c9e44db4bfcc59c67454cd35",
"achievementInfoUuid": "a1fedfa1e40d4034a37d710758b8494a",
"transactionUuid": "fc15410730fa46d584c9af00c27e0ee8",
"txNo": "JY1304232656167955",
"propertyName": "唐人苑-3-102",
"txTypeCode": "txTypeSale",
"receiptName": "佣金",
"receiptCategorySettingUuid": "receiptProperty-commissionAmount",
"txStatusCode": "transferConfirm",
"stakeholderUuid": "distributionEmpType-dealEmp",
"stakeholderName": "成交方",
"receivableAchievement": 70,
"receivableCommission": 3290,
"distributableCommission": 0.3,
"distributionRatio": 100,
"distributionAmount": 0.17,
"receiptDistributionAmount": "0.17",
"unSettleCommission": 0,
"settledCommission": 0.17,
"settlingCommission": 0,
"distributionStatusCode": "distributionPlanConfirm",
"achievementStatusCode": "achievementConfirm",
"empUuid": "e469a4ba-9dfe-4b8c-abeb-bf8478a768c2",
"deptUuid": "99",
"personalAchievement": "小方-开发部门",
"teamAchievementDeptUuid": "63e6d629f491e5d765ac8128383e71e4",
"teamAchievement": "99",
"shopManagerUuid": "5a5c3ecb8ca5749519ad2a3f71ab7b3e",
"shopManagerDeptUuid": "f090aee7a88204de060a19cd0805f238",
"shopManagerAchievement": "99",
"areaManagerUuid": "d13a23d0e855f2e9640eb379f8c4ed4f",
"areaManagerDeptUuid": "a733bec27f28823597dfd0ea687b6b06",
"areaManagerAchievement": "99",
"regionalManagerUuid": "8c53146a25ed8c1c7f46bf48e21dbd00",
"regionalManagerDeptUuid": "bd57ae744a190b78bda47884ea8b8982",
"regionalManagerAchievement": "99",
"viceGeneralManagerUuid": "9c13dc1e1366f51ae531501dd7a5b5c7",
"viceGeneralManagerDeptUuid": "788d71c0fe7c9548c26898406bc60dfa",
"viceGeneralManagerAchievement": "99",
"generalManagerUuid": "31b488560f71f144b20f53012829dc37",
"generalManagerDeptUuid": "d13a23d0e855f2e9640eb379f8c4ed4f",
"generalManagerAchievement": "99",
"earnestDate": 1674886999598,
"signingDate": 1674886999598
}
],
"count": 1
}
}