QueryById Link-Related Operations
The following code shows sample input and output XML for link-related QueryById operations.
Input
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:asi="http://example.com/asi/">
<soapenv:Header/>
<soapenv:Body>
<asi:SiebelHouseholdQueryById_Input>
<asi:PrimaryRowId>88-30D3R</asi:PrimaryRowId>
</asi:SiebelHouseholdQueryById_Input>
</soapenv:Body>
</soapenv:Envelope>
Output
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://
www.w3.org/2001/XMLSchema">
<SOAP-ENV:Body>
<ns:SiebelHouseholdQueryById_Output xmlns:ns="http://example.com/asi/">
<ListOfHouseholdInterface xmlns="http://www.example.com/xml/
Household%20Interface">
<Household>
<Category/>
<CurrencyCode>USD</CurrencyCode>
<FaxNumber/>
<HouseholdName>Aul_HouseHold</HouseholdName>
<HouseholdId>1-EKB3T1</HouseholdId>
<HouseholdSize/>
<HouseholdWealth/>
<Income/>
<IntegrationId/>
<PhoneNumber/>
<Revenue/>
<Segment/>
<Status>Active</Status>
<Type/>
<ListOfRelatedContact>
<RelatedContact EDEndDate="" IsPrimaryMVG="Y" EDStartDate="05/16/
2012">
<ContactIntegrationId/>
<FirstName>VARUN</FirstName>
<LastName>AJWANI</LastName>
<MiddleName/>
<PersonUId>0V-19GBUM</PersonUId>
<PersonalContact>N</PersonalContact>
<ContactId>0V-19GBUM</ContactId>
<DateEnteredHousehold>01/01/1857 00:00:00</DateEnteredHousehold>
<DateExitedHousehold/>
<PrimaryOrganizationId>0-R9NH</PrimaryOrganizationId>
<Relationship/>
</RelatedContact>
<RelatedContact EDEndDate="" IsPrimaryMVG="N" EDStartDate="05/16/
2012">
<ContactIntegrationId/>
<FirstName>SARVI</FirstName>
<LastName>ANANDAN</LastName>
<MiddleName/>
<PersonUId>0V-18PMMD</PersonUId>
<PersonalContact>N</PersonalContact>
<ContactId>0V-18PMMD</ContactId>
<DateEnteredHousehold>01/01/1857 00:00:00</DateEnteredHousehold>
<DateExitedHousehold/>
<PrimaryOrganizationId>0-R9NH</PrimaryOrganizationId>
<Relationship/>
</RelatedContact>
<RelatedContact EDEndDate="" IsPrimaryMVG="N" EDStartDate="05/16/
2012">
<ContactIntegrationId/>
<FirstName>Felix</FirstName>
<LastName>Aaron</LastName>
<MiddleName>Q</MiddleName>
<PersonUId>1-AJ3J</PersonUId>
<PersonalContact>N</PersonalContact>
<ContactId>1-AJ3J</ContactId>
<DateEnteredHousehold>01/01/1857 00:00:00</DateEnteredHousehold>
<DateExitedHousehold/>
<PrimaryOrganizationId>88-14P0K</PrimaryOrganizationId>
<Relationship/>
</RelatedContact>
</ListOfRelatedContact>
<ListOfRelatedOrganization>
<RelatedOrganization IsPrimaryMVG="Y">
<OrganizationName>Default Organization</OrganizationName>
<OrganizationId>0-R9NH</OrganizationId>
<OrganizationIntegrationId/>
</RelatedOrganization>
</ListOfRelatedOrganization>
<ListOfRelatedSalesRep>
<RelatedSalesRep IsPrimaryMVG="Y">
<Position>Siebel Administrator</Position>
<PositionDivision>Siebel Administration</PositionDivision>
<PositionId>0-5220</PositionId>
<PositionIntegrationId/>
<Login>SADMIN</Login>
</RelatedSalesRep>
</ListOfRelatedSalesRep>
</Household>
</ListOfHouseholdInterface>
</ns:SiebelHouseholdQueryById_Output>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>