修改路线规则表启用状态
POST
/web/{version}/tRouteRule/enableRouteRule
接口描述
需传id,enableStatus
请求参数
参数名
类型
描述
必填
routeSectionList[0].id
integer
路线分段id
可选
routeSectionList[0].ruleId
integer
路线规则id
可选
routeSectionList[0].orgId
integer
机构id
可选
routeSectionList[0].sectionType
string
分段类型sectionType:1提货2配送3中转干线
可选
routeSectionList[0].transportationModeId
integer
运输模式id
可选
routeSectionList[0].transportationModeName
string
运输模式名称 冗余
可选
routeSectionList[0].locationBeginId
integer
发货点或中转点
可选
routeSectionList[0].locationBeginName
string
发货点或中转点 冗余
可选
routeSectionList[0].locationBeginAddress
string
发货点或中转点地址 冗余
可选
routeSectionList[0].locationEndName
string
中转点或收货点 冗余
可选
routeSectionList[0].locationEndAddress
string
发货点或中转点地址 冗余
可选
routeSectionList[0].locationEndId
integer
中转点或收货点
可选
routeSectionList[0].sectionSort
integer
路线分段顺序,插入递增即可
可选
routeSectionList[0].intransitTime
integer
预计在途时间(小时)
可选
routeSectionList[0].residenceTime
integer
预计中转点停留时间(小时)
可选
routeSectionList[0].createTime
string
创建时间
可选
routeSectionList[0].deliveryWay
string
提货类型 字典deliveryWay 1-提货 2-自送 3-直送 4-直送
可选
id
integer
路线规则id
可选
orgId
integer
机构id
可选
ruleName
string
路线规则名称
可选
ruleObject
string
规则对象,默认1订单
可选
priorityLevel
integer
优先等级1到10
可选
locationBeginId
integer
始发地id
可选
locationEndId
integer
收货地id
可选
beginDate
string
生效日期
可选
endTime
string
失效日期
可选
enableStatus
string
是否启用 默认0启用、1不启用
可选
remarks
string
备注
可选
createName
string
创建者
可选
createTime
string
创建时间
可选
updateTime
string
更新时间
可选