GET api/LoveUser/GetMyLoveUserInfoIntegretion

会员中心--获取我的相亲会员资料完整度

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

会员中心--获取我的相亲会员资料完整度

ObjectValueResult
NameDescriptionTypeAdditional information
IntergrationPercent

完整度

integer

None.

PropertyValueResults

属性判断结果

Collection of PropertyValueResult

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:
<ObjectValueResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Infrastructure.Extensive">
  <IntergrationPercent>1</IntergrationPercent>
  <PropertyValueResults>
    <PropertyValueResult>
      <HasPassed>true</HasPassed>
      <NotPassReason>sample string 3</NotPassReason>
      <PropertyName>sample string 1</PropertyName>
    </PropertyValueResult>
    <PropertyValueResult>
      <HasPassed>true</HasPassed>
      <NotPassReason>sample string 3</NotPassReason>
      <PropertyName>sample string 1</PropertyName>
    </PropertyValueResult>
  </PropertyValueResults>
</ObjectValueResult>