GET api/ZhongJie/GetAgentToMendianRelation?type={type}

会员中心--普通用户的被邀请信息/申请信息

Request Information

URI Parameters

NameDescriptionTypeAdditional information
type

RelationshipType

Required

Body Parameters

None.

Response Information

Resource Description

会员中心--普通用户的被邀请信息/申请信息

Collection of ZhongJieApplyInviteEntity
NameDescriptionTypeAdditional information
MenDianName

门店名称

string

None.

Id

自增长id

integer

None.

MendianId

门店id

integer

None.

Userid

用户id

integer

None.

UserName

用户名

string

None.

CreateTime

邀请时间/申请时间

date

None.

ValidTime

有效时间

date

None.

Status

邀请状态

AuditStatusType

None.

Type

主动申请或被邀请

RelationshipType

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<ArrayOfZhongJieApplyInviteEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model.ModelAggregation">
  <ZhongJieApplyInviteEntity>
    <CreateTime xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">2024-04-16T18:56:36.2970425+08:00</CreateTime>
    <Id xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">2</Id>
    <MendianId xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">3</MendianId>
    <Status xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">TobeAgree</Status>
    <Type xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">Apply</Type>
    <UserName xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">sample string 5</UserName>
    <Userid xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">4</Userid>
    <ValidTime xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">2024-04-16T18:56:36.2970425+08:00</ValidTime>
    <MenDianName>sample string 1</MenDianName>
  </ZhongJieApplyInviteEntity>
  <ZhongJieApplyInviteEntity>
    <CreateTime xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">2024-04-16T18:56:36.2970425+08:00</CreateTime>
    <Id xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">2</Id>
    <MendianId xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">3</MendianId>
    <Status xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">TobeAgree</Status>
    <Type xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">Apply</Type>
    <UserName xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">sample string 5</UserName>
    <Userid xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">4</Userid>
    <ValidTime xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">2024-04-16T18:56:36.2970425+08:00</ValidTime>
    <MenDianName>sample string 1</MenDianName>
  </ZhongJieApplyInviteEntity>
</ArrayOfZhongJieApplyInviteEntity>