PUT api/enduser/relatives

Request Information

URI Parameters

None.

Body Parameters

UserToProfileFamilyRelation
NameDescriptionTypeAdditional information
ProfileId

globally unique identifier

Required

Relation

FamilyRelation

Required

Request Formats

application/json, text/json

Sample:
{
  "ProfileId": "f5434977-9ec6-44b6-a141-21d6be57c16b",
  "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>f5434977-9ec6-44b6-a141-21d6be57c16b</ProfileId>
  <Relation>None</Relation>
</UserToProfileFamilyRelation>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.