GET api/MallGShopWriteoffUser/GetMyWriteoffUser

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

mh163k_Mall_GShop_NewWriteoffUser
NameDescriptionTypeAdditional information
Id

自增长id

integer

None.

ShopId

商家id

integer

None.

UserId

用户id

integer

None.

IsWriteoffOrder

是否能核销订单

boolean

None.

IsOrderManage

是否显示订单管理

boolean

None.

IsSettlementManage

是否显示结算管理

boolean

None.

IsCommdityManage

是否可以商品管理

boolean

None.

IsUpdateGShopInfo

是否能更维护资料

boolean

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: 无法访问已关闭的流。

text/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: 无法访问已关闭的流。

application/xml, text/xml

Sample:
<mh163k_Mall_GShop_NewWriteoffUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">
  <Id>1</Id>
  <IsCommdityManage>true</IsCommdityManage>
  <IsOrderManage>true</IsOrderManage>
  <IsSettlementManage>true</IsSettlementManage>
  <IsUpdateGShopInfo>true</IsUpdateGShopInfo>
  <IsWriteoffOrder>true</IsWriteoffOrder>
  <ShopId>2</ShopId>
  <UserId>3</UserId>
</mh163k_Mall_GShop_NewWriteoffUser>