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

后台 - 搜索我的分销记录

Request Information

URI Parameters

NameDescriptionTypeAdditional information
MatchMakerId

红娘标识

integer

None.

FinItemType

服务类型

ServiceType

None.

FinItemId

服务标识

integer

None.

StartDate

起始时间

date

None.

EndDate

截止时间

date

None.

PageSize

每页条数

integer

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:

Sample not available.

text/json

Sample:

Sample not available.

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">10</Benefit>
      <BuyerUserId xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">7</BuyerUserId>
      <Content xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">sample string 9</Content>
      <CreateTime xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">2024-05-04T23:26:56.6919673+08:00</CreateTime>
      <FinItemId xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">8</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">4</Id>
      <MatchMakerId xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">5</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 3</d2p1:UserLoveName>
      <d2p1:UserName>sample string 2</d2p1:UserName>
    </d2p1:LoveDistributionRecordMore>
    <d2p1:LoveDistributionRecordMore>
      <Benefit xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">10</Benefit>
      <BuyerUserId xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">7</BuyerUserId>
      <Content xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">sample string 9</Content>
      <CreateTime xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">2024-05-04T23:26:56.6919673+08:00</CreateTime>
      <FinItemId xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">8</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">4</Id>
      <MatchMakerId xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">5</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 3</d2p1:UserLoveName>
      <d2p1:UserName>sample string 2</d2p1:UserName>
    </d2p1:LoveDistributionRecordMore>
  </Data>
  <TotalPage>2</TotalPage>
  <TotalRecord>1</TotalRecord>
</PagedOfLoveDistributionRecordMoreVWh1Uwy7>