GET api/Trans/TrancXCX?shopID={shopID}&flag={flag}&transR={transR}&transDt={transDt}&pageIndex={pageIndex}&pageSize={pageSize}

数据传输.接收

请求信息

URI 参数

参数参数描述类型其它信息
shopID

门店

string

Required

flag

类型【0-订单,1-退货,2-其它】

string

Required

transR

是否重传【0-按时间,1-按日期(重传)】

string

Required

transDt

重传日期

string

Required

pageIndex

页数

integer

Required

pageSize

页长度

integer

Required

Body 参数

None.

响应信息

响应描述

数据传输.接收

IHttpActionResult

None.

响应格式

application/json, text/json, text/html

Sample:

Sample not available.