GET api/LoveDistributionRecord/SearchMatcherDistributionRecord?MatchMakerId={MatchMakerId}&IsPopMatchmaker={IsPopMatchmaker}&FinItemType={FinItemType}&FinItemId={FinItemId}&StartDate={StartDate}&EndDate={EndDate}&PageSize={PageSize}&Search={Search}&PageID={PageID}

后台 - 搜索分销记录

Request Information

URI Parameters

NameDescriptionTypeAdditional information
MatchMakerId

红娘标识

integer

None.

IsPopMatchmaker

是否推广红娘

boolean

None.

FinItemType

服务类型

ServiceType

None.

FinItemId

服务标识

integer

None.

StartDate

起始时间

date

None.

EndDate

截止时间

date

None.

PageSize

每页条数

integer

None.

Search

关键字

string

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

后台 - 搜索分销记录

PagedOfLoveDistributionRecordMore
NameDescriptionTypeAdditional information
Data

Collection of LoveDistributionRecordMore

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:
<PagedOfLoveDistributionRecordMoreVWh1Uwy7 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.Love.Service.Model.ModelAggregation">
    <d2p1:LoveDistributionRecordMore>
      <Benefit xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">12</Benefit>
      <BuyerUserId xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">9</BuyerUserId>
      <Content xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">sample string 11</Content>
      <CreateTime xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">2024-04-30T15:44:45.4416614+08:00</CreateTime>
      <FinItemId xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">10</FinItemId>
      <FinItemType xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">XX_InfoRefresh</FinItemType>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">5</Id>
      <IsPopMatchmaker xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">true</IsPopMatchmaker>
      <MatchMakerId xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">6</MatchMakerId>
      <TransferType xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">Underline</TransferType>
      <d2p1:MatcherName>sample string 1</d2p1:MatcherName>
      <d2p1:UserLoveName>sample string 4</d2p1:UserLoveName>
      <d2p1:UserName>sample string 2</d2p1:UserName>
      <d2p1:UserPic>sample string 3</d2p1:UserPic>
    </d2p1:LoveDistributionRecordMore>
    <d2p1:LoveDistributionRecordMore>
      <Benefit xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">12</Benefit>
      <BuyerUserId xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">9</BuyerUserId>
      <Content xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">sample string 11</Content>
      <CreateTime xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">2024-04-30T15:44:45.4416614+08:00</CreateTime>
      <FinItemId xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">10</FinItemId>
      <FinItemType xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">XX_InfoRefresh</FinItemType>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">5</Id>
      <IsPopMatchmaker xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">true</IsPopMatchmaker>
      <MatchMakerId xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">6</MatchMakerId>
      <TransferType xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">Underline</TransferType>
      <d2p1:MatcherName>sample string 1</d2p1:MatcherName>
      <d2p1:UserLoveName>sample string 4</d2p1:UserLoveName>
      <d2p1:UserName>sample string 2</d2p1:UserName>
      <d2p1:UserPic>sample string 3</d2p1:UserPic>
    </d2p1:LoveDistributionRecordMore>
  </Data>
  <TotalPage>2</TotalPage>
  <TotalRecord>1</TotalRecord>
</PagedOfLoveDistributionRecordMoreVWh1Uwy7>