POST api/LoveUser/ChangeRequirements
会员中心--更新择偶要求
Request Information
URI Parameters
None.
Body Parameters
RequirementsDto| Name | Description | Type | Additional information |
|---|---|---|---|
| FriendRequirements |
交友其他要求,文本描述 |
string |
None. |
| friendzhufangExtend |
住房要求 ---择偶要求 0不要求 |
integer |
None. |
| friendyuexinExtend |
月薪 ---择偶要求 0不要求 |
integer |
None. |
| friendxueliExtend |
学历 ---择偶要求 |
Collection of integer |
None. |
| friendheightExtend |
身高 开始 cm ---择偶要求 0不要求 |
integer |
None. |
| friendheightExtend1 |
身高 结束 cm ---择偶要求 0不要求 |
integer |
None. |
| friendchryearStart |
年龄 开始 ---择偶要求 0不要求 |
integer |
None. |
| friendchryearEnd |
年龄 结束 ---择偶要求 0不要求 |
integer |
None. |
| marriage |
婚姻状态 ---择偶要求 |
Collection of integer |
None. |
| smoke |
吸烟要求 ---择偶要求 0不要求 |
integer |
None. |
| drink |
喝酒要求 ---择偶要求 0不要求 |
integer |
None. |
| friendJobs |
理想职业 --择偶要求 |
Collection of integer |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<RequirementsDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Dto.LoveUser.Front">
<FriendRequirements>sample string 1</FriendRequirements>
<drink>9</drink>
<friendJobs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</friendJobs>
<friendchryearEnd>7</friendchryearEnd>
<friendchryearStart>6</friendchryearStart>
<friendheightExtend>4</friendheightExtend>
<friendheightExtend1>5</friendheightExtend1>
<friendxueliExtend xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</friendxueliExtend>
<friendyuexinExtend>3</friendyuexinExtend>
<friendzhufangExtend>2</friendzhufangExtend>
<marriage xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</marriage>
<smoke>8</smoke>
</RequirementsDto>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
会员中心--更新择偶要求
ObjectNone.
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />