mobile api - LDSorg/lds.org GitHub Wiki

Households

households: [{
  "householdName": "Doe",
  "headOfHouseIndividualId": 1111111111,
  "headOfHouse": {
    "fullName": "Doe, John Andrew",
    "preferredName": "Doe, John",
    "memberId": "000-4444-7777",
    "individualId": 1111111111,
    "surname": "Doe",
    "givenName": "John Andrew",
    "phone": "801-555-2323",
    "email": "[email protected]"
  },
  "spouse": {
    "fullName": "Doe, Sarah Ann",
    "preferredName": "Doe, Sarah",
    "memberId": "000-4444-333A",
    "individualId": 2222222222,
    "surname": "Doe",
    "givenName": "Sarah Ann",
    "phone": "801-555-4545",
    "email": "[email protected]"
  },
  "children": [
    {
      "fullName": "Doe, Ariel Jane",
      "preferredName": "Doe, Ariel Jane",
      "memberId": "001-4545-7171",
      "individualId": 33333333333,
      "surname": "Doe",
      "givenName": "Ariel Jane"
    },
    {
      "fullName": "Doe, Tasha Kimberly",
      "preferredName": "Doe, Tasha Kimberly",
      "memberId": "001-6161-7766",
      "individualId": 44444444444,
      "surname": "Doe",
      "givenName": "Tasha Kimberly"
    },
  ],
  "phone": "801-555-1234",
  "desc1": "2300 N 550 W",
  "desc3": "Pleasant Grove, Utah 84062-0000",
  "state": "Utah",
  "postalCode": "84062-0000",
  "includeLatLong": true,
  "longitude": -111.700000,
  "latitude": 40.30000,
  "coupleName": "Doe, John & Sarah"
}]