GET api/SSKillDC?shopid={shopid}&sskillID={sskillID}&pageIndex={pageIndex}&pageSize={pageSize}

特价商品订货门店列表.前

请求信息

URI 参数

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

店代码

string

Required

sskillID

特价号

integer

Required

pageIndex

integer

Required

pageSize

页长度

integer

Required

Body 参数

None.

响应信息

响应描述

特价商品订货门店列表

Collection of cSSKillShopDC
参数参数描述类型其它信息
sskillshopid

integer

None.

oshopid

string

None.

shopnm

string

None.

userid

string

None.

orderdt

string

None.

snum

decimal number

None.

bnum

decimal number

None.

响应格式

application/json, text/json

Sample:
[
  {
    "_SSKillShopid": 1,
    "_OShopID": "sample string 2",
    "_ShopNM": "sample string 3",
    "_UserID": "sample string 4",
    "_OrderDt": "sample string 5",
    "_SNum": 6.0,
    "_BNum": 7.0
  },
  {
    "_SSKillShopid": 1,
    "_OShopID": "sample string 2",
    "_ShopNM": "sample string 3",
    "_UserID": "sample string 4",
    "_OrderDt": "sample string 5",
    "_SNum": 6.0,
    "_BNum": 7.0
  }
]

text/html

Sample:
[{"_SSKillShopid":1,"_OShopID":"sample string 2","_ShopNM":"sample string 3","_UserID":"sample string 4","_OrderDt":"sample string 5","_SNum":6.0,"_BNum":7.0},{"_SSKillShopid":1,"_OShopID":"sample string 2","_ShopNM":"sample string 3","_UserID":"sample string 4","_OrderDt":"sample string 5","_SNum":6.0,"_BNum":7.0}]