文档
测试

费项申请

POST
localhost:8007/agent/ruleApply/apply

接口描述

费用协议申请接口,每次进入合同申请后都会新增新的费用协议记录,历史纪录不允许修改

请求头

参数名
类型
描述
必填
token
string
校验Token
必填

请求参数

参数名
类型
描述
必填
agentContract
int
合同ID
必填
agentContractCode
string
合同编码
必填
agentContractName
string
合同名称
必填
startDate
string
开始时间
必填
endDate
string
结束时间
必填
customerCheck
int
商户号
必填
customer
int
客户ID
必填
customerId
string
客户序号
必填
customerName
string
客户名称
必填
feeCycle
int
费用周期ID
必填
feeCycleCode
string
费用周期编码
必填
feeCycleName
string
费用周期名称
必填
deadline
int
对账期限
必填
remark
string
备注
必填
details
array
费用协议详情列表
必填
agentContract
int
合同ID
必填
agentRuleApply
int
费用协议ID
必填
feeItem
int
费用项ID
必填
feeItemCode
string
费用项编码
必填
feeItemName
string
费用项名称
必填
productType
int
产品类型ID
必填
productTypeCode
string
产品类型编码
必填
productTypeName
string
产品类型名称
必填
unit
int
单位ID
必填
unitName
string
单位名称
必填
countType
int
比例类型
必填
price
double
价格
必填
marketLot
double
市场比例
必填
customerLot
double
客户比例
必填
payeeCustomer
int
支付客户ID
必填
payeeCustomerId
string
支付客户序号
必填
payeeCustomerName
string
支付客户名称
必填
agentRule
int
费用标准ID
必填

响应参数

参数名
类型
描述
必填
success
boolean
返回结果:true
必填
code
int
返回编码:1
必填
msg
object
返回消息:申请成功
必填
data
object
示例:null
必填
timestamp
string
示例:1619761639831
必填