Die folgenden Beispieldaten sind das Ergebnis einer Abfrage der Kategorie 'Einkommen' für die Feststellung eines bestimmten Falls an einem bestimmten Datum:
<Display>
<IncomeCategory>
<familyTotalIncome domain="CURAM_MONEY">250</familyTotalIncome>
<familyMemberList>
<Item>
<concernRoleID>1234</concernRoleID>
<participantFullName>James Smith</participantFullName>
<participantTotalIncome domain="CURAM_AMOUNT">100
</participantTotalIncome>
</Item>
<Item>
<concernRoleID>5674</concernRoleID>
<participantFullName>Jane Smith</participantFullName>
<participantTotalIncome domain="CURAM_AMOUNT">150
</participantTotalIncome>
</Item>
</familyMemberList>
</IncomeCategory>
</Display>
Die folgenden Beispieldaten sind das Ergebnis einer Abfrage der Kategorie 'Einkommen' für die Feststellung eines bestimmten Falls an einem bestimmten Datum und die Geschäftsobjekt-ID (1234):
<Display>
<CaseParticipantFullIncomeClass>
<businessObjectID>1234</businessObjectID>
<participantFullName>James Smith</participantFullName>
<participantIncomeList>
<Item>
...
</Item>
<Item>
...
</Item>
</participantIncomeList>
</CaseParticipantFullIncomeClass>
</Display>