DO.SR.05 RelatedPerson

This data object outlines the relationships among members within a group, such as a household or family.

AttributeTypeCardinalityDescription

relationship_type*

0...1

The type of relationship a member has with another member of the group

related_member_identifier*

0...1

A unique identifier assigned to the related household member

{
  "message": {
    "search_response": [
      {
        "response_entity": "related_person",
        "data": {
          "reg_records": [
            {
              "related_person": 
                "relationship_type": "Father",
                "related_member": "HS02052024011"
              }
            }
          ]
        }
      }
    ]
  }
}

Last updated