Request POST
http://wsdev.onegreatfamily.com/v11.02/Indi.svc/AddIndiAsRelation?SessionId=gl4q23cwofpshi55sg1dvc3o
Request Headers
Content-Type: Application/xml
Request Payload
<Relationship xmlns="http://schemas.datacontract.org/2004/07/OGF.WS.Data">
<IndiOgfn>12345</IndiOgfn>
<RelatedIndiOgfn>67890</RelatedIndiOgfn>
<FamOgfn>0</FamOgfn>
<RelationshipType>SIBLING_RELATIONSHIP</RelationshipType>
</Relationship>
Success Response Payload
<Indi xmlns="http://schemas.datacontract.org/2004/07/OGF.WS.Data">
<BirthDate>1 Jan 1950</BirthDate>
<BirthPlace>Springfield, UT, UT, USA</BirthPlace>
<BurialDate>20 Jan 1976<BurialDate>
<BurialPlace>Springfield, UT, UT, USA</BurialPlace>
<ChildFamilyOgfn>0</ChildFamilyOgfn>
<ChristeningDate>5 September 1950</ChristeningDate>
<ChristeningPlace>Springfield, UT, UT, USA</ChristeningPlace>
<ConflictsExist>false</ConflictsExist>
<DeathDate>10 Jan 1976</DeathDate>
<DeathPlace>Springfield, UT, UT, USA</DeathPlace>
<Email>support@onegreatfamily.com</Email>
<Gender>Male</Gender>
<HintsExist>false</HintsExist>
<MergesExist>false</MergesExist>
<Name>Bill /Smith/</Name>
<Ogfn>189755608</Ogfn>
<SpouseFamilyOgfns />
<lockId>0</lockId>
</Indi>
Fault Response Payload
<RestFault xmlns="http://schemas.datacontract.org/2004/07/OGF.WS.Data">
<ErrorCode>551</ErrorCode>
<FaultMessage>An unhandled exception has occurred</FaultMessage>
</RestFault>