GET api/MallClient/GetClientRelation?MasterUserId={MasterUserId}&MasterUserName={MasterUserName}&SlaveUserId={SlaveUserId}&SlaveUserName={SlaveUserName}&PageSize={PageSize}&Search={Search}&PageID={PageID}

会员中心 - 获取用户关系

Request Information

URI Parameters

NameDescriptionTypeAdditional information
MasterUserId

主人用户标识

integer

None.

MasterUserName

主人用户名

string

None.

SlaveUserId

被绑定用户标识

integer

None.

SlaveUserName

被绑定用户名

string

None.

PageSize

每页条数

integer

None.

Search

关键字

string

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

会员中心 - 获取用户关系

PagedOfMallDistributeClientMore
NameDescriptionTypeAdditional information
Data

Collection of MallDistributeClientMore

None.

TotalRecord

integer

None.

TotalPage

integer

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:
<PagedOfMallDistributeClientMoreReSHk9r4 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Infrastructure.Pages">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model.ModelAggregation">
    <d2p1:MallDistributeClientMore>
      <CreateTime xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">2024-05-03T07:29:22.7980139+08:00</CreateTime>
      <DataStatus xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">Effective</DataStatus>
      <EffectiveTime xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">2024-05-03T07:29:22.7980139+08:00</EffectiveTime>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">4</Id>
      <IsEffective xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">true</IsEffective>
      <MasterUserId xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">5</MasterUserId>
      <SlaveUserId xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">6</SlaveUserId>
      <UnEffectiveTime xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">2024-05-03T07:29:22.7980139+08:00</UnEffectiveTime>
      <d2p1:MasterName>sample string 3</d2p1:MasterName>
      <d2p1:SlaveImgUrl>sample string 2</d2p1:SlaveImgUrl>
      <d2p1:SlaveName>sample string 1</d2p1:SlaveName>
    </d2p1:MallDistributeClientMore>
    <d2p1:MallDistributeClientMore>
      <CreateTime xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">2024-05-03T07:29:22.7980139+08:00</CreateTime>
      <DataStatus xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">Effective</DataStatus>
      <EffectiveTime xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">2024-05-03T07:29:22.7980139+08:00</EffectiveTime>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">4</Id>
      <IsEffective xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">true</IsEffective>
      <MasterUserId xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">5</MasterUserId>
      <SlaveUserId xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">6</SlaveUserId>
      <UnEffectiveTime xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">2024-05-03T07:29:22.7980139+08:00</UnEffectiveTime>
      <d2p1:MasterName>sample string 3</d2p1:MasterName>
      <d2p1:SlaveImgUrl>sample string 2</d2p1:SlaveImgUrl>
      <d2p1:SlaveName>sample string 1</d2p1:SlaveName>
    </d2p1:MallDistributeClientMore>
  </Data>
  <TotalPage>2</TotalPage>
  <TotalRecord>1</TotalRecord>
</PagedOfMallDistributeClientMoreReSHk9r4>