PUT api/enduser/relatives
Request Information
URI Parameters
None.
Body Parameters
UserToProfileFamilyRelation| Name | Description | Type | Additional information |
|---|---|---|---|
| ProfileId | globally unique identifier |
Required |
|
| Relation | FamilyRelation |
Required |
Request Formats
application/json, text/json
Sample:
{
"ProfileId": "732fbaa0-cd59-4ad0-81ef-9c3d95057752",
"Relation": 0
}
application/xml, text/xml
Sample:
<UserToProfileFamilyRelation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebServices.Models"> <ProfileId>732fbaa0-cd59-4ad0-81ef-9c3d95057752</ProfileId> <Relation>None</Relation> </UserToProfileFamilyRelation>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.