Display Data Samples

Here is sample data which is the result of querying the Income category for a particular case's determination on a given date:

<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>

Here is sample data which is the result of querying the Income category for a particular case's determination on a given date and the business object id (1234) and subscreen type:

<Display> 
  <CaseParticipantFullIncomeClass> 
    <businessObjectID>1234</businessObjectID> 
    <participantFullName>James Smith</participantFullName> 
    <participantIncomeList> 
      <Item> 
        ... 
      </Item> 
      <Item> 
        ... 
      </Item> 
    </participantIncomeList> 
  </CaseParticipantFullIncomeClass> 
</Display>