POST api/LovePartner/BindPartnerMemeber
绑定成员到合伙人
Request Information
URI Parameters
None.
Body Parameters
BindPartnerMemberDtoName | Description | Type | Additional information |
---|---|---|---|
UserName |
用户账号 |
string |
None. |
PartnerId |
合伙人id |
integer |
None. |
PopMatcherId |
推广红娘Id |
integer |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<BindPartnerMemberDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.LovePartner.Service.Dto"> <PartnerId>2</PartnerId> <PopMatcherId>3</PopMatcherId> <UserName>sample string 1</UserName> </BindPartnerMemberDto>
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/" />