交易相关code枚举示例
txCategoryCode: 交易类别
新房交易: txTypeNewHouseSale
二手交易: txTypeSale
租赁交易: txTypeRent
其他交易: txTypeOther
txTypeCode: 交易性质
二手交易: txTypeSale
新房交易: txTypeNewHouseSale
租赁交易: txTypeRent
代办交易: txTypeProxy
车位交易: txTypeCar
律所服务: txTypeLawFirmServices
增值服务: txTypeValueAdded
合作交易: txTypeCooperation
贷款服务: txTypeLoanService
金融服务: txTypeFinancialService
违约收入: txTypeDefaultIncome
超佣收入: txTypeExcessCommissionIncome
使用权房交易: txTypeRightToUse
拍卖房交易: txTypeAuction
装修服务: txTypeDecorationService
速销赔付: txTypeQuickSaleCompensation
txStatusCode: 交易状态
新增交易: noneStatus
起草中: signingDrafting
审批中: inAudit
已驳回: reject
已取消: cancel
签署中: signingSigning
签署成功: confirm
签署失败: signingFailed
解约中: retreating
已解约: retreated
phaseCode: 交易阶段
新增交易: nonePhase
意向: intention
转定: earnest
认筹: identifyChip
认购: subscription
认筹: signing
过户: transfer
结案: closeCase
loanWay: 贷款方式
纯商业贷款: loanType-commercial
纯公积金贷款: loanType-housingProvidentFund
商业+公积金组合贷款: loanType-commercialAndHousingProvidentFund
不贷款: loanType-notLoan
自定义贷款: 用如下接口获取uuid
查询物业参数, 入参如下,获得sysConfigUuid
{
"param": {
"configNames": ["loanType"],
"includeDeleted": false
}
}
achievementTypeCode: 业绩归属类型
全部: all
个人业绩: personal
团队业绩: teamManager
店管业绩: shopManager
区管业绩: areaManager
区总业绩: regionalManager
副总业绩: viceGeneralManager
总经业绩: generalManager
receiptCategorySetting: 科目
佣金: receiptProperty-commissionAmount
过户服务费-代办: franchisee_transfer_help
过户服务费-签约: franchisee_transfer_sign
按揭服务费-组合贷: franchisee_loanType_combination
按揭服务费-纯商贷: franchisee_loanType_commercial
按揭服务费-纯公积金: franchisee_loanType_pure
按揭服务费-非标单: franchisee_loanType_special
安心交易: franchisee_secure_transaction
distributionStatusCode: 分成状态
会签中: distributionPlanInAudit
分成已确认: distributionPlanConfirm
分成已驳回: distributionPlanReject
finishedStatus: 结盘状态
未结盘: finishedNot
结盘审批中: finishedInAudit
取消结盘审批中: cancelFinishedInAudit
已结盘: finishedConfirm
settleCommissionStatus: 结算状态
未结盘: no_settle_commission
结盘审批中: part_settle_commission
取消结盘审批中: all_settle_commission