GET api/MallGShopWriteoffUser/GetGShopWriteoffUserInfo?shopId={shopId}

后台--获取商家核销员工信息 返回list 核销员信息

Request Information

URI Parameters

NameDescriptionTypeAdditional information
shopId

商家id

integer

Required

Body Parameters

None.

Response Information

Resource Description

后台--获取商家核销员工信息 返回list 核销员信息

Collection of GShopWriteoffUserDto
NameDescriptionTypeAdditional information
Id

核销员id

integer

None.

ShopId

商家id

integer

None.

UserId

用户id

integer

None.

UserName

用户名

string

None.

IsWriteoffOrder

是否能核销订单

boolean

None.

IsOrderManage

是否显示订单管理

boolean

None.

IsSettlementManage

是否显示结算管理

boolean

None.

IsCommdityManage

是否可以商品管理

boolean

None.

IsUpdateGShopInfo

是否能更维护资料

boolean

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<ArrayOfGShopWriteoffUserDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Dto.GShop">
  <GShopWriteoffUserDto>
    <Id>1</Id>
    <IsCommdityManage>true</IsCommdityManage>
    <IsOrderManage>true</IsOrderManage>
    <IsSettlementManage>true</IsSettlementManage>
    <IsUpdateGShopInfo>true</IsUpdateGShopInfo>
    <IsWriteoffOrder>true</IsWriteoffOrder>
    <ShopId>2</ShopId>
    <UserId>3</UserId>
    <UserName>sample string 4</UserName>
  </GShopWriteoffUserDto>
  <GShopWriteoffUserDto>
    <Id>1</Id>
    <IsCommdityManage>true</IsCommdityManage>
    <IsOrderManage>true</IsOrderManage>
    <IsSettlementManage>true</IsSettlementManage>
    <IsUpdateGShopInfo>true</IsUpdateGShopInfo>
    <IsWriteoffOrder>true</IsWriteoffOrder>
    <ShopId>2</ShopId>
    <UserId>3</UserId>
    <UserName>sample string 4</UserName>
  </GShopWriteoffUserDto>
</ArrayOfGShopWriteoffUserDto>