售票员销售汇总
POST
https://apidev.soetong.com/ScenicMultManagesSDK/soe.v1.Analysis.OperTicketSummaryList
请求头
参数名
类型
描述
必填
Authorization
String
Bearer+空格+Token
必填
请求参数
参数名
类型
描述
必填
ProjectScenicID
String
景区代码
必填
SaleDateStart
String
开始日期,YYYY-MM-DD
必填
SaleDateEnd
String
结束日期,YYY-MM-DD
必填
OperCode
Integer
操作员代码,没有条件就填-1
必填
响应参数
参数名
类型
描述
必填
ResultCode
Integer
必填
ResultMsg
String
必填
OperDescription
String
售票员
必填
SalesCount
Integer
销售数量
必填
SalesStat
Number
销售合计
必填
CashCount
Integer
现金销售数量
必填
CashStat
Number
现金销售合计
必填
MobileCount
Integer
移动端销售数量
必填
MobileStat
Number
移动端销售合计
必填
RefundCount
Integer
退票数量
必填
RefundStat
Number
退票合计
必填
RefundCashCount
Integer
现金退票数量
必填
RefundCashStat
Number
现金退票合计
必填
RefundMobileCount
Integer
移动端退票数量
必填
RefundMobileStat
Number
移动退票合计
必填
ClearingCount
Integer
结算数量
必填
ClearingTotal
Number
结算合计
必填
ClearingCashCount
Integer
现金结算数量
必填
ClearingCashTotal
Number
现金结算合计
必填
ClearingMobileCount
Integer
移动结算数量
必填
ClearingMobileTotal
Number
移动结算合计
必填