文档
测试

V4获取核算情况分析表

GET
http://test.joypay.cn:9003/V4/getLiquidation?merchantId=-1&channelId=-1&startDate=-1&endDate=-1

请求头

参数名
类型
描述
必填
Channel-No
string
示例:HY
必填
Time-Stamp
int
示例:1599465055
必填
hmac
string
示例:
必填
Authorization-token
string
示例:TOKEN_07428794f9a4e3f3b096406b4f0e09f8
必填
Sign-Type
string
示例:
必填

请求参数

参数名
类型
描述
必填
merchantId
int
示例:-1 商户id -1为全部
必填
channelId
int
示例:-1 渠道id -1为全部
必填
startDate
int
示例:开始时间 空 非必填
可选
endDate
int
示例:结束时间 空 非必填
可选

响应参数

参数名
类型
描述
必填
code
int
示例:1000
必填
liquidationResp
object
核销情况分析表
必填
sales
int
示例:4623880000 销售额
必填
unwrittenAmount
int
示例:480000000 未核销额
必填
unwrittenRate
string
示例:1.04 未核销率
必填
estimatedPrecipitationAmount
int
示例:122000000 预计沉淀金额
必填
expiredUnwrittenAmount
int
示例:200000 已过期沉淀金额
必填
overduePrecipitationRate
string
示例:22.43 过期沉淀率
必填
capitalFlowDayAndWeek
string
示例: -1.3 资金流日/周k
必填
message
string
示例:成功
必填

说明 / 示例

{ "code": 1000, "liquidationResp": { "sales": 244703340, "unwrittenAmount": -14502600, "unwrittenRate": "-5.93", "estimatedPrecipitationAmount": 122000000, "expiredUnwrittenAmount": 772000, "overduePrecipitationRate": "0.32" }, "message": "成功" }