Individuals Add Relationship

Description

Adds a releationship between two individuals (i.e. father, mother, spouse, child or sibiling).

Version

2011-02-02

URI

REST URI [POST]:
/v11.02/Indi.svc/AddIndiAsRelation?SessionId={SessionId}

Content-Type: Application/xml

Example

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>

Query String Parameters

Name Description Required

SessionId

The current session Id

Type: string

Default: None

Yes

POST Payload

Name Description Required

Relationship

The relationshp aggregate for the relationship to create

Type: Relationship

Default: None

Constraints:

Yes

Response Elements

Name Description

Individual

This operation returns a Indi aggregate upon success. It is the aggregate for the Indi for which a relationship was being added.

Type: Indi

HTTP Status Code

The Web Server returns a status code which indicates if the operation was successful. Anything other than 200 should be regarded as a failure.

HTTP Status Code of 417

The Web Server threw an exception and contains a RestFault aggregate. Retrieve the RestFault from the Webexception response property.