GET api/Sites/{SiteId}/StudentPrimaryGuardians
Returns the primary guardian Student Relationships for a Site. The primary guardian is a specific type of Student Relationship with the following indicators: ParentLegalGuardian or HasCustody = True, AccessToRecords = True.
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| SiteId | 
                         Application identifier for the Site  | 
                    globally unique identifier | 
                                 Required  | 
                
Body Parameters
None.
Response Information
Resource Description
Collection of StudentRelationship objects for the specified SiteId
Collection of StudentRelationship| Name | Description | Type | Additional information | 
|---|---|---|---|
| StudentId | 
                         The application identifier of the Student for the Student Relationship.  | 
                    globally unique identifier | 
                             None.  | 
                
| StudentRelationshipPerson | 
                         The Person for the Student Relationship.  | 
                    Person | 
                             None.  | 
                
| RelationshipType | 
                         The Relationship Type user identifier for the Student Relationship.  | 
                    string | 
                             None.  | 
                
| RelationshipDescription | 
                         The Relationship Type description for the Student Relationship.  | 
                    string | 
                             None.  | 
                
| ContactSequence | 
                         The contact sequence for the Student Relationship. This is the order in which Student Relationships should be contacted.  | 
                    integer | 
                             None.  | 
                
| ParentLegalGuardian | 
                         The indicator for whether the Student Relationship is a parent or legal guardian for the Student.  | 
                    boolean | 
                             None.  | 
                
| HasCustody | 
                         The indicator for whether the Student Relationship has custody for the Student.  | 
                    boolean | 
                             None.  | 
                
| AccessToRecords | 
                         The indicator for whether the Student Relationship has access to records for the Student.  | 
                    boolean | 
                             None.  | 
                
| PickupRights | 
                         The indicator for whether the Student Relationship has pickup rights for the Student.  | 
                    boolean | 
                             None.  | 
                
| LivesWith | 
                         The indicator for whether the Student Relationship lives with the Student.  | 
                    boolean | 
                             None.  | 
                
| EmergencyContact | 
                         The indicator for whether the Student Relationship is an emergency contact for the Student.  | 
                    boolean | 
                             None.  | 
                
| DefaultAddress | 
                         The default address for the Student Relationship.  | 
                    Address | 
                             None.  | 
                
| AddressList | 
                         The addresses for the Student Relationship. This list includes the default address for the Student Relationship.  | 
                    Collection of Address | 
                             None.  | 
                
| DefaultPhone | 
                         The default phone for the Student Relationship.  | 
                    Phone | 
                             None.  | 
                
| PhoneList | 
                         The phones for the Student Relationship. This list includes the default phone for the Student Relationship.  | 
                    Collection of Phone | 
                             None.  | 
                
| DefaultEmail | 
                         The default email for the Student Relationship.  | 
                    
                             None.  | 
                |
| EmailList | 
                         The emails for the Student Relationship. This list includes the default email for the Student Relationship.  | 
                    Collection of Email | 
                             None.  | 
                
| SIFRefId | 
                         The SIFRefID for the Student Relationship.  | 
                    globally unique identifier | 
                             None.  | 
                
| Id | 
                         The application identifier for the object. This cannot be changed by the user.  | 
                    globally unique identifier | 
                             None.  | 
                
| DataVersion | 
                         The version of the API data  | 
                    string | 
                             None.  | 
                
| ApiName | 
                         The name of the object without the Api suffix  | 
                    string | 
                             None.  | 
                
Response Formats
application/json, text/json
[
  {
    "StudentId": "5ecaf3d0-3607-4b98-9967-7af129a7c775",
    "StudentRelationshipPerson": {
      "Title": "sample string 1",
      "FirstName": "sample string 2",
      "MiddleName": "sample string 3",
      "LastName": "sample string 4",
      "Suffix": "sample string 5",
      "AlternateFirstName": "sample string 6",
      "AlternateLastName": "sample string 7",
      "SSN": "sample string 8",
      "Gender": "sample string 9",
      "BirthDate": "2025-11-04T09:01:19.5550481-06:00",
      "HispanicLatino": true,
      "AmericanIndian": true,
      "White": true,
      "Asian": true,
      "PacificIslander": true,
      "Black": true,
      "UnknownRace": true,
      "EmployerName": "sample string 18",
      "LanguageCodeUid": "sample string 19",
      "LanguageCodeDescription": "sample string 20",
      "Id": "f2b7892c-f84d-4307-a117-f8bd38277e8f",
      "DataVersion": "sample string 22",
      "ApiName": ""
    },
    "RelationshipType": "sample string 2",
    "RelationshipDescription": "sample string 3",
    "ContactSequence": 4,
    "ParentLegalGuardian": true,
    "HasCustody": true,
    "AccessToRecords": true,
    "PickupRights": true,
    "LivesWith": true,
    "EmergencyContact": true,
    "DefaultAddress": {
      "AddressType": "sample string 1",
      "AddressTypeDescription": "sample string 2",
      "Line1": "sample string 3",
      "Line2": "sample string 4",
      "Line3": "sample string 5",
      "Apartment": "sample string 6",
      "City": "sample string 7",
      "State": "sample string 8",
      "Country": "sample string 9",
      "PostalCode": "sample string 10",
      "Zip": "sample string 11",
      "ZipPlusFour": "sample string 12",
      "RoomNumber": "sample string 13",
      "Id": "db3df792-cb25-4d48-84da-908e55d11558",
      "DataVersion": "sample string 15",
      "ApiName": ""
    },
    "AddressList": [
      {
        "AddressType": "sample string 1",
        "AddressTypeDescription": "sample string 2",
        "Line1": "sample string 3",
        "Line2": "sample string 4",
        "Line3": "sample string 5",
        "Apartment": "sample string 6",
        "City": "sample string 7",
        "State": "sample string 8",
        "Country": "sample string 9",
        "PostalCode": "sample string 10",
        "Zip": "sample string 11",
        "ZipPlusFour": "sample string 12",
        "RoomNumber": "sample string 13",
        "Id": "db3df792-cb25-4d48-84da-908e55d11558",
        "DataVersion": "sample string 15",
        "ApiName": ""
      },
      {
        "AddressType": "sample string 1",
        "AddressTypeDescription": "sample string 2",
        "Line1": "sample string 3",
        "Line2": "sample string 4",
        "Line3": "sample string 5",
        "Apartment": "sample string 6",
        "City": "sample string 7",
        "State": "sample string 8",
        "Country": "sample string 9",
        "PostalCode": "sample string 10",
        "Zip": "sample string 11",
        "ZipPlusFour": "sample string 12",
        "RoomNumber": "sample string 13",
        "Id": "db3df792-cb25-4d48-84da-908e55d11558",
        "DataVersion": "sample string 15",
        "ApiName": ""
      }
    ],
    "DefaultPhone": {
      "MessageDeviceType": "sample string 1",
      "MessageDeviceTypeDescription": "sample string 2",
      "Number": "sample string 3",
      "Description": "sample string 4",
      "Id": "eb02bd89-497b-47ef-93e6-148b81966a42",
      "DataVersion": "sample string 6",
      "ApiName": ""
    },
    "PhoneList": [
      {
        "MessageDeviceType": "sample string 1",
        "MessageDeviceTypeDescription": "sample string 2",
        "Number": "sample string 3",
        "Description": "sample string 4",
        "Id": "eb02bd89-497b-47ef-93e6-148b81966a42",
        "DataVersion": "sample string 6",
        "ApiName": ""
      },
      {
        "MessageDeviceType": "sample string 1",
        "MessageDeviceTypeDescription": "sample string 2",
        "Number": "sample string 3",
        "Description": "sample string 4",
        "Id": "eb02bd89-497b-47ef-93e6-148b81966a42",
        "DataVersion": "sample string 6",
        "ApiName": ""
      }
    ],
    "DefaultEmail": {
      "Address": "sample string 1",
      "Description": "sample string 2",
      "Id": "1f09ed45-409d-42d5-83b2-9b6f886e5784",
      "DataVersion": "sample string 4",
      "ApiName": ""
    },
    "EmailList": [
      {
        "Address": "sample string 1",
        "Description": "sample string 2",
        "Id": "1f09ed45-409d-42d5-83b2-9b6f886e5784",
        "DataVersion": "sample string 4",
        "ApiName": ""
      },
      {
        "Address": "sample string 1",
        "Description": "sample string 2",
        "Id": "1f09ed45-409d-42d5-83b2-9b6f886e5784",
        "DataVersion": "sample string 4",
        "ApiName": ""
      }
    ],
    "SIFRefId": "ce51e6e8-04d7-4b8d-9023-f598328b9baf",
    "Id": "9384e3e5-deab-4d17-b9f0-2da4f6ba9b12",
    "DataVersion": "sample string 13",
    "ApiName": ""
  },
  {
    "StudentId": "5ecaf3d0-3607-4b98-9967-7af129a7c775",
    "StudentRelationshipPerson": {
      "Title": "sample string 1",
      "FirstName": "sample string 2",
      "MiddleName": "sample string 3",
      "LastName": "sample string 4",
      "Suffix": "sample string 5",
      "AlternateFirstName": "sample string 6",
      "AlternateLastName": "sample string 7",
      "SSN": "sample string 8",
      "Gender": "sample string 9",
      "BirthDate": "2025-11-04T09:01:19.5550481-06:00",
      "HispanicLatino": true,
      "AmericanIndian": true,
      "White": true,
      "Asian": true,
      "PacificIslander": true,
      "Black": true,
      "UnknownRace": true,
      "EmployerName": "sample string 18",
      "LanguageCodeUid": "sample string 19",
      "LanguageCodeDescription": "sample string 20",
      "Id": "f2b7892c-f84d-4307-a117-f8bd38277e8f",
      "DataVersion": "sample string 22",
      "ApiName": ""
    },
    "RelationshipType": "sample string 2",
    "RelationshipDescription": "sample string 3",
    "ContactSequence": 4,
    "ParentLegalGuardian": true,
    "HasCustody": true,
    "AccessToRecords": true,
    "PickupRights": true,
    "LivesWith": true,
    "EmergencyContact": true,
    "DefaultAddress": {
      "AddressType": "sample string 1",
      "AddressTypeDescription": "sample string 2",
      "Line1": "sample string 3",
      "Line2": "sample string 4",
      "Line3": "sample string 5",
      "Apartment": "sample string 6",
      "City": "sample string 7",
      "State": "sample string 8",
      "Country": "sample string 9",
      "PostalCode": "sample string 10",
      "Zip": "sample string 11",
      "ZipPlusFour": "sample string 12",
      "RoomNumber": "sample string 13",
      "Id": "db3df792-cb25-4d48-84da-908e55d11558",
      "DataVersion": "sample string 15",
      "ApiName": ""
    },
    "AddressList": [
      {
        "AddressType": "sample string 1",
        "AddressTypeDescription": "sample string 2",
        "Line1": "sample string 3",
        "Line2": "sample string 4",
        "Line3": "sample string 5",
        "Apartment": "sample string 6",
        "City": "sample string 7",
        "State": "sample string 8",
        "Country": "sample string 9",
        "PostalCode": "sample string 10",
        "Zip": "sample string 11",
        "ZipPlusFour": "sample string 12",
        "RoomNumber": "sample string 13",
        "Id": "db3df792-cb25-4d48-84da-908e55d11558",
        "DataVersion": "sample string 15",
        "ApiName": ""
      },
      {
        "AddressType": "sample string 1",
        "AddressTypeDescription": "sample string 2",
        "Line1": "sample string 3",
        "Line2": "sample string 4",
        "Line3": "sample string 5",
        "Apartment": "sample string 6",
        "City": "sample string 7",
        "State": "sample string 8",
        "Country": "sample string 9",
        "PostalCode": "sample string 10",
        "Zip": "sample string 11",
        "ZipPlusFour": "sample string 12",
        "RoomNumber": "sample string 13",
        "Id": "db3df792-cb25-4d48-84da-908e55d11558",
        "DataVersion": "sample string 15",
        "ApiName": ""
      }
    ],
    "DefaultPhone": {
      "MessageDeviceType": "sample string 1",
      "MessageDeviceTypeDescription": "sample string 2",
      "Number": "sample string 3",
      "Description": "sample string 4",
      "Id": "eb02bd89-497b-47ef-93e6-148b81966a42",
      "DataVersion": "sample string 6",
      "ApiName": ""
    },
    "PhoneList": [
      {
        "MessageDeviceType": "sample string 1",
        "MessageDeviceTypeDescription": "sample string 2",
        "Number": "sample string 3",
        "Description": "sample string 4",
        "Id": "eb02bd89-497b-47ef-93e6-148b81966a42",
        "DataVersion": "sample string 6",
        "ApiName": ""
      },
      {
        "MessageDeviceType": "sample string 1",
        "MessageDeviceTypeDescription": "sample string 2",
        "Number": "sample string 3",
        "Description": "sample string 4",
        "Id": "eb02bd89-497b-47ef-93e6-148b81966a42",
        "DataVersion": "sample string 6",
        "ApiName": ""
      }
    ],
    "DefaultEmail": {
      "Address": "sample string 1",
      "Description": "sample string 2",
      "Id": "1f09ed45-409d-42d5-83b2-9b6f886e5784",
      "DataVersion": "sample string 4",
      "ApiName": ""
    },
    "EmailList": [
      {
        "Address": "sample string 1",
        "Description": "sample string 2",
        "Id": "1f09ed45-409d-42d5-83b2-9b6f886e5784",
        "DataVersion": "sample string 4",
        "ApiName": ""
      },
      {
        "Address": "sample string 1",
        "Description": "sample string 2",
        "Id": "1f09ed45-409d-42d5-83b2-9b6f886e5784",
        "DataVersion": "sample string 4",
        "ApiName": ""
      }
    ],
    "SIFRefId": "ce51e6e8-04d7-4b8d-9023-f598328b9baf",
    "Id": "9384e3e5-deab-4d17-b9f0-2da4f6ba9b12",
    "DataVersion": "sample string 13",
    "ApiName": ""
  }
]
        application/xml, text/xml
<ArrayOfStudentRelationship xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi.v1">
  <StudentRelationship>
    <DataVersion xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">sample string 13</DataVersion>
    <Id xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">9384e3e5-deab-4d17-b9f0-2da4f6ba9b12</Id>
    <AccessToRecords>true</AccessToRecords>
    <AddressList>
      <Address>
        <DataVersion xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">sample string 15</DataVersion>
        <Id xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">db3df792-cb25-4d48-84da-908e55d11558</Id>
        <AddressType>sample string 1</AddressType>
        <AddressTypeDescription>sample string 2</AddressTypeDescription>
        <Apartment>sample string 6</Apartment>
        <City>sample string 7</City>
        <Country>sample string 9</Country>
        <Line1>sample string 3</Line1>
        <Line2>sample string 4</Line2>
        <Line3>sample string 5</Line3>
        <PostalCode>sample string 10</PostalCode>
        <RoomNumber>sample string 13</RoomNumber>
        <State>sample string 8</State>
        <Zip>sample string 11</Zip>
        <ZipPlusFour>sample string 12</ZipPlusFour>
      </Address>
      <Address>
        <DataVersion xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">sample string 15</DataVersion>
        <Id xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">db3df792-cb25-4d48-84da-908e55d11558</Id>
        <AddressType>sample string 1</AddressType>
        <AddressTypeDescription>sample string 2</AddressTypeDescription>
        <Apartment>sample string 6</Apartment>
        <City>sample string 7</City>
        <Country>sample string 9</Country>
        <Line1>sample string 3</Line1>
        <Line2>sample string 4</Line2>
        <Line3>sample string 5</Line3>
        <PostalCode>sample string 10</PostalCode>
        <RoomNumber>sample string 13</RoomNumber>
        <State>sample string 8</State>
        <Zip>sample string 11</Zip>
        <ZipPlusFour>sample string 12</ZipPlusFour>
      </Address>
    </AddressList>
    <ContactSequence>4</ContactSequence>
    <DefaultAddress>
      <DataVersion xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">sample string 15</DataVersion>
      <Id xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">db3df792-cb25-4d48-84da-908e55d11558</Id>
      <AddressType>sample string 1</AddressType>
      <AddressTypeDescription>sample string 2</AddressTypeDescription>
      <Apartment>sample string 6</Apartment>
      <City>sample string 7</City>
      <Country>sample string 9</Country>
      <Line1>sample string 3</Line1>
      <Line2>sample string 4</Line2>
      <Line3>sample string 5</Line3>
      <PostalCode>sample string 10</PostalCode>
      <RoomNumber>sample string 13</RoomNumber>
      <State>sample string 8</State>
      <Zip>sample string 11</Zip>
      <ZipPlusFour>sample string 12</ZipPlusFour>
    </DefaultAddress>
    <DefaultEmail>
      <DataVersion xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">sample string 4</DataVersion>
      <Id xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">1f09ed45-409d-42d5-83b2-9b6f886e5784</Id>
      <Address>sample string 1</Address>
      <Description>sample string 2</Description>
    </DefaultEmail>
    <DefaultPhone>
      <DataVersion xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">sample string 6</DataVersion>
      <Id xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">eb02bd89-497b-47ef-93e6-148b81966a42</Id>
      <Description>sample string 4</Description>
      <MessageDeviceType>sample string 1</MessageDeviceType>
      <MessageDeviceTypeDescription>sample string 2</MessageDeviceTypeDescription>
      <Number>sample string 3</Number>
    </DefaultPhone>
    <EmailList>
      <Email>
        <DataVersion xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">sample string 4</DataVersion>
        <Id xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">1f09ed45-409d-42d5-83b2-9b6f886e5784</Id>
        <Address>sample string 1</Address>
        <Description>sample string 2</Description>
      </Email>
      <Email>
        <DataVersion xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">sample string 4</DataVersion>
        <Id xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">1f09ed45-409d-42d5-83b2-9b6f886e5784</Id>
        <Address>sample string 1</Address>
        <Description>sample string 2</Description>
      </Email>
    </EmailList>
    <EmergencyContact>true</EmergencyContact>
    <HasCustody>true</HasCustody>
    <LivesWith>true</LivesWith>
    <ParentLegalGuardian>true</ParentLegalGuardian>
    <PhoneList>
      <Phone>
        <DataVersion xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">sample string 6</DataVersion>
        <Id xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">eb02bd89-497b-47ef-93e6-148b81966a42</Id>
        <Description>sample string 4</Description>
        <MessageDeviceType>sample string 1</MessageDeviceType>
        <MessageDeviceTypeDescription>sample string 2</MessageDeviceTypeDescription>
        <Number>sample string 3</Number>
      </Phone>
      <Phone>
        <DataVersion xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">sample string 6</DataVersion>
        <Id xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">eb02bd89-497b-47ef-93e6-148b81966a42</Id>
        <Description>sample string 4</Description>
        <MessageDeviceType>sample string 1</MessageDeviceType>
        <MessageDeviceTypeDescription>sample string 2</MessageDeviceTypeDescription>
        <Number>sample string 3</Number>
      </Phone>
    </PhoneList>
    <PickupRights>true</PickupRights>
    <RelationshipDescription>sample string 3</RelationshipDescription>
    <RelationshipType>sample string 2</RelationshipType>
    <SIFRefId>ce51e6e8-04d7-4b8d-9023-f598328b9baf</SIFRefId>
    <StudentId>5ecaf3d0-3607-4b98-9967-7af129a7c775</StudentId>
    <StudentRelationshipPerson>
      <DataVersion xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">sample string 22</DataVersion>
      <Id xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">f2b7892c-f84d-4307-a117-f8bd38277e8f</Id>
      <AlternateFirstName>sample string 6</AlternateFirstName>
      <AlternateLastName>sample string 7</AlternateLastName>
      <AmericanIndian>true</AmericanIndian>
      <Asian>true</Asian>
      <BirthDate>2025-11-04T09:01:19.5550481-06:00</BirthDate>
      <Black>true</Black>
      <EmployerName>sample string 18</EmployerName>
      <FirstName>sample string 2</FirstName>
      <Gender>sample string 9</Gender>
      <HispanicLatino>true</HispanicLatino>
      <LanguageCodeDescription>sample string 20</LanguageCodeDescription>
      <LanguageCodeUid>sample string 19</LanguageCodeUid>
      <LastName>sample string 4</LastName>
      <MiddleName>sample string 3</MiddleName>
      <PacificIslander>true</PacificIslander>
      <SSN>sample string 8</SSN>
      <Suffix>sample string 5</Suffix>
      <Title>sample string 1</Title>
      <UnknownRace>true</UnknownRace>
      <White>true</White>
    </StudentRelationshipPerson>
  </StudentRelationship>
  <StudentRelationship>
    <DataVersion xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">sample string 13</DataVersion>
    <Id xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">9384e3e5-deab-4d17-b9f0-2da4f6ba9b12</Id>
    <AccessToRecords>true</AccessToRecords>
    <AddressList>
      <Address>
        <DataVersion xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">sample string 15</DataVersion>
        <Id xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">db3df792-cb25-4d48-84da-908e55d11558</Id>
        <AddressType>sample string 1</AddressType>
        <AddressTypeDescription>sample string 2</AddressTypeDescription>
        <Apartment>sample string 6</Apartment>
        <City>sample string 7</City>
        <Country>sample string 9</Country>
        <Line1>sample string 3</Line1>
        <Line2>sample string 4</Line2>
        <Line3>sample string 5</Line3>
        <PostalCode>sample string 10</PostalCode>
        <RoomNumber>sample string 13</RoomNumber>
        <State>sample string 8</State>
        <Zip>sample string 11</Zip>
        <ZipPlusFour>sample string 12</ZipPlusFour>
      </Address>
      <Address>
        <DataVersion xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">sample string 15</DataVersion>
        <Id xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">db3df792-cb25-4d48-84da-908e55d11558</Id>
        <AddressType>sample string 1</AddressType>
        <AddressTypeDescription>sample string 2</AddressTypeDescription>
        <Apartment>sample string 6</Apartment>
        <City>sample string 7</City>
        <Country>sample string 9</Country>
        <Line1>sample string 3</Line1>
        <Line2>sample string 4</Line2>
        <Line3>sample string 5</Line3>
        <PostalCode>sample string 10</PostalCode>
        <RoomNumber>sample string 13</RoomNumber>
        <State>sample string 8</State>
        <Zip>sample string 11</Zip>
        <ZipPlusFour>sample string 12</ZipPlusFour>
      </Address>
    </AddressList>
    <ContactSequence>4</ContactSequence>
    <DefaultAddress>
      <DataVersion xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">sample string 15</DataVersion>
      <Id xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">db3df792-cb25-4d48-84da-908e55d11558</Id>
      <AddressType>sample string 1</AddressType>
      <AddressTypeDescription>sample string 2</AddressTypeDescription>
      <Apartment>sample string 6</Apartment>
      <City>sample string 7</City>
      <Country>sample string 9</Country>
      <Line1>sample string 3</Line1>
      <Line2>sample string 4</Line2>
      <Line3>sample string 5</Line3>
      <PostalCode>sample string 10</PostalCode>
      <RoomNumber>sample string 13</RoomNumber>
      <State>sample string 8</State>
      <Zip>sample string 11</Zip>
      <ZipPlusFour>sample string 12</ZipPlusFour>
    </DefaultAddress>
    <DefaultEmail>
      <DataVersion xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">sample string 4</DataVersion>
      <Id xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">1f09ed45-409d-42d5-83b2-9b6f886e5784</Id>
      <Address>sample string 1</Address>
      <Description>sample string 2</Description>
    </DefaultEmail>
    <DefaultPhone>
      <DataVersion xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">sample string 6</DataVersion>
      <Id xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">eb02bd89-497b-47ef-93e6-148b81966a42</Id>
      <Description>sample string 4</Description>
      <MessageDeviceType>sample string 1</MessageDeviceType>
      <MessageDeviceTypeDescription>sample string 2</MessageDeviceTypeDescription>
      <Number>sample string 3</Number>
    </DefaultPhone>
    <EmailList>
      <Email>
        <DataVersion xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">sample string 4</DataVersion>
        <Id xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">1f09ed45-409d-42d5-83b2-9b6f886e5784</Id>
        <Address>sample string 1</Address>
        <Description>sample string 2</Description>
      </Email>
      <Email>
        <DataVersion xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">sample string 4</DataVersion>
        <Id xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">1f09ed45-409d-42d5-83b2-9b6f886e5784</Id>
        <Address>sample string 1</Address>
        <Description>sample string 2</Description>
      </Email>
    </EmailList>
    <EmergencyContact>true</EmergencyContact>
    <HasCustody>true</HasCustody>
    <LivesWith>true</LivesWith>
    <ParentLegalGuardian>true</ParentLegalGuardian>
    <PhoneList>
      <Phone>
        <DataVersion xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">sample string 6</DataVersion>
        <Id xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">eb02bd89-497b-47ef-93e6-148b81966a42</Id>
        <Description>sample string 4</Description>
        <MessageDeviceType>sample string 1</MessageDeviceType>
        <MessageDeviceTypeDescription>sample string 2</MessageDeviceTypeDescription>
        <Number>sample string 3</Number>
      </Phone>
      <Phone>
        <DataVersion xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">sample string 6</DataVersion>
        <Id xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">eb02bd89-497b-47ef-93e6-148b81966a42</Id>
        <Description>sample string 4</Description>
        <MessageDeviceType>sample string 1</MessageDeviceType>
        <MessageDeviceTypeDescription>sample string 2</MessageDeviceTypeDescription>
        <Number>sample string 3</Number>
      </Phone>
    </PhoneList>
    <PickupRights>true</PickupRights>
    <RelationshipDescription>sample string 3</RelationshipDescription>
    <RelationshipType>sample string 2</RelationshipType>
    <SIFRefId>ce51e6e8-04d7-4b8d-9023-f598328b9baf</SIFRefId>
    <StudentId>5ecaf3d0-3607-4b98-9967-7af129a7c775</StudentId>
    <StudentRelationshipPerson>
      <DataVersion xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">sample string 22</DataVersion>
      <Id xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">f2b7892c-f84d-4307-a117-f8bd38277e8f</Id>
      <AlternateFirstName>sample string 6</AlternateFirstName>
      <AlternateLastName>sample string 7</AlternateLastName>
      <AmericanIndian>true</AmericanIndian>
      <Asian>true</Asian>
      <BirthDate>2025-11-04T09:01:19.5550481-06:00</BirthDate>
      <Black>true</Black>
      <EmployerName>sample string 18</EmployerName>
      <FirstName>sample string 2</FirstName>
      <Gender>sample string 9</Gender>
      <HispanicLatino>true</HispanicLatino>
      <LanguageCodeDescription>sample string 20</LanguageCodeDescription>
      <LanguageCodeUid>sample string 19</LanguageCodeUid>
      <LastName>sample string 4</LastName>
      <MiddleName>sample string 3</MiddleName>
      <PacificIslander>true</PacificIslander>
      <SSN>sample string 8</SSN>
      <Suffix>sample string 5</Suffix>
      <Title>sample string 1</Title>
      <UnknownRace>true</UnknownRace>
      <White>true</White>
    </StudentRelationshipPerson>
  </StudentRelationship>
</ArrayOfStudentRelationship>