Read Ordinance Reservations for the Current User

This example request illustrates how to read the ordinance reservations that the current user owns.

JSON

Request

GET /platform/ordinances/persons/ordinances/reservations?count=4
Accept: application/x-fs-v1+json
Authorization: Bearer YOUR_ACCESS_TOKEN_HERE
                
              

Response

HTTP/1.1 200 OK
Content-type: application/x-fs-v1+json
X-processing-time: 3
Vary: Accept,Accept-Language,Accept-Encoding,Expect
Date: Sun, 03 Apr 1836 10:00:00 GMT-5
Cache-control: no-transform, must-revalidate, max-age=0
Transfer-encoding: chunked
                
                  {
  "links" : {
    "next" : {
      "href" : "https://api.familysearch.org/platform/ordinances/persons/ordinances/reservations?flag=fsh&count=4&start=4"
    },
    "temple-family-name-cards" : {
      "href" : "https://api.familysearch.org/platform/ordinances/family-name-cards?flag=fsh"
    },
    "self" : {
      "href" : "https://api.familysearch.org/platform/ordinances/persons/ordinances/reservations?flag=fsh&count=4"
    },
    "first" : {
      "href" : "https://api.familysearch.org/platform/ordinances/persons/ordinances/reservations?flag=fsh&count=4&start=0"
    }
  },
  "persons" : [ {
    "id" : "JJMM-PPP",
    "ordinances" : [ {
      "type" : "http://churchofjesuschrist.org/Baptism",
      "status" : "http://familysearch.org/v1/Completed",
      "templeCode" : "Hawaii",
      "completeDate": {
        "formal": "+2018-12-01"
      }
    }, {
      "type" : "http://churchofjesuschrist.org/Confirmation",
      "status" : "http://familysearch.org/v1/Completed",
      "templeCode" : "Hawaii",
      "completeDate": {
        "formal": "+2018-12-01"
      }
    }, {
      "type" : "http://churchofjesuschrist.org/Initiatory",
      "status" : "http://familysearch.org/v1/Reserved",
      "reservation" : {
        "owner" : {
          "resource" : "https/api.familysearch.org/platform/users/agents/MMZZ-ZMZ",
          "resourceId" : "MMZZ-ZMZ"
        },
        "reserveDate" : 1543677067759,
        "updateDate" : 1543677067759,
        "expirationDate" : 1543677975465,
        "assigneeType" : "http://churchofjesuschrist.org/Personal"
      },
      "secondaryReservation" : {
        "owner" : {
          "resource" : "https/api.familysearch.org/platform/users/agents/MMXX-XMX",
          "resourceId" : "MMXX-XMX"
        },
        "reserveDate" : 1543677067859,
        "updateDate" : 1543677067859,
        "expirationDate" : 1543677087859,
        "assigneeType" : "http://churchofjesuschrist.org/Personal"
      }
    }, {
      "type" : "http://churchofjesuschrist.org/Endowment",
      "status" : "http://familysearch.org/v1/Reserved",
      "reservation" : {
        "owner" : {
          "resource" : "https/api.familysearch.org/platform/users/agents/MMZZ-ZMZ",
          "resourceId" : "MMZZ-ZMZ"
        },
        "reserveDate" : 1543677067759,
        "updateDate" : 1543677067759,
        "expirationDate" : 1543677975465,
        "assigneeType" : "http://churchofjesuschrist.org/Personal"
      },
      "secondaryReservation" : {
        "owner" : {
          "resource" : "https/api.familysearch.org/platform/users/agents/MMXX-XMX",
          "resourceId" : "MMXX-XMX"
        },
        "reserveDate" : 1543677067859,
        "updateDate" : 1543677067859,
        "expirationDate" : 1543677087859,
        "assigneeType" : "http://churchofjesuschrist.org/Personal"
      }
    }, {
      "type" : "http://churchofjesuschrist.org/SealingToSpouse",
      "participants" : [ {
        "roleType" : "http://familysearch.org/v1/Spouse",
        "sexType" : "http://familysearch.org/v1/Female",
        "participant" : {
          "resource" : "https/api.familysearch.org/platform/tree/persons/JJMM-SSS",
          "resourceId" : "JJMM-SSS"
        }
      } ]
    }, {
      "type" : "http://churchofjesuschrist.org/SealingChildToParents",
      "participants" : [ {
        "roleType" : "http://familysearch.org/v1/Parent",
        "sexType" : "http://familysearch.org/v1/Male",
        "participant" : {
          "resource" : "https/api.familysearch.org/platform/tree/persons/JJMM-FFF",
          "resourceId" : "JJMM-FFF"
        }
      }, {
        "roleType" : "http://familysearch.org/v1/Parent",
        "sexType" : "http://familysearch.org/v1/Female",
        "participant" : {
          "resource" : "https/api.familysearch.org/platform/tree/persons/JJMM-MMM",
          "resourceId" : "JJMM-MMM"
        }
      } ]
    } ]
  }, {
    "id" : "JJMM-FFF",
    "ordinances" : [ {
      "type" : "http://churchofjesuschrist.org/Baptism",
      "status" : "http://familysearch.org/v1/Completed",
      "templeCode" : "Hawaii",
      "completeDate": {
        "formal": "+2018-12-01"
      }
    }, {
      "type" : "http://churchofjesuschrist.org/Confirmation",
      "status" : "http://familysearch.org/v1/Completed",
      "templeCode" : "Hawaii",
      "completeDate": {
        "formal": "+2018-12-01"
      }
    }, {
      "type" : "http://churchofjesuschrist.org/Initiatory",
      "status" : "http://familysearch.org/v1/Reserved",
      "reservation" : {
        "owner" : {
          "resource" : "https/api.familysearch.org/platform/users/agents/MMZZ-ZMZ",
          "resourceId" : "MMZZ-ZMZ"
        },
        "reserveDate" : 1543677067759,
        "updateDate" : 1543677067759,
        "expirationDate" : 1543677975465,
        "assigneeType" : "http://churchofjesuschrist.org/Personal"
      },
      "secondaryReservation" : {
        "owner" : {
          "resource" : "https/api.familysearch.org/platform/users/agents/MMXX-XMX",
          "resourceId" : "MMXX-XMX"
        },
        "reserveDate" : 1543677067859,
        "updateDate" : 1543677067859,
        "expirationDate" : 1543677087859,
        "assigneeType" : "http://churchofjesuschrist.org/Personal"
      }
    }, {
      "type" : "http://churchofjesuschrist.org/Endowment",
      "status" : "http://familysearch.org/v1/Reserved",
      "reservation" : {
        "owner" : {
          "resource" : "https/api.familysearch.org/platform/users/agents/MMZZ-ZMZ",
          "resourceId" : "MMZZ-ZMZ"
        },
        "reserveDate" : 1543677067759,
        "updateDate" : 1543677067759,
        "expirationDate" : 1543677975465,
        "assigneeType" : "http://churchofjesuschrist.org/Personal"
      },
      "secondaryReservation" : {
        "owner" : {
          "resource" : "https/api.familysearch.org/platform/users/agents/MMXX-XMX",
          "resourceId" : "MMXX-XMX"
        },
        "reserveDate" : 1543677067859,
        "updateDate" : 1543677067859,
        "expirationDate" : 1543677087859,
        "assigneeType" : "http://churchofjesuschrist.org/Personal"
      }
    } ]
  }, {
    "id" : "JJMM-MMM",
    "ordinances" : [ {
      "type" : "http://churchofjesuschrist.org/Baptism",
      "status" : "http://familysearch.org/v1/Completed",
      "templeCode" : "Hawaii",
      "completeDate": {
        "formal": "+2018-12-01"
      }
    }, {
      "type" : "http://churchofjesuschrist.org/Confirmation",
      "status" : "http://familysearch.org/v1/Completed",
      "templeCode" : "Hawaii",
      "completeDate": {
        "formal": "+2018-12-01"
        }
    }, {
      "type" : "http://churchofjesuschrist.org/Initiatory",
      "status" : "http://familysearch.org/v1/Reserved",
      "reservation" : {
        "owner" : {
          "resource" : "https/api.familysearch.org/platform/users/agents/MMZZ-ZMZ",
          "resourceId" : "MMZZ-ZMZ"
        },
        "reserveDate" : 1543677067759,
        "updateDate" : 1543677067759,
        "expirationDate" : 1543677975465,
        "assigneeType" : "http://churchofjesuschrist.org/Personal"
      },
      "secondaryReservation" : {
        "owner" : {
          "resource" : "https/api.familysearch.org/platform/users/agents/MMXX-XMX",
          "resourceId" : "MMXX-XMX"
        },
        "reserveDate" : 1543677067859,
        "updateDate" : 1543677067859,
        "expirationDate" : 1543677087859,
        "assigneeType" : "http://churchofjesuschrist.org/Personal"
      }
    }, {
      "type" : "http://churchofjesuschrist.org/Endowment",
      "status" : "http://familysearch.org/v1/Reserved",
      "reservation" : {
        "owner" : {
          "resource" : "https/api.familysearch.org/platform/users/agents/MMZZ-ZMZ",
          "resourceId" : "MMZZ-ZMZ"
        },
        "reserveDate" : 1543677067759,
        "updateDate" : 1543677067759,
        "expirationDate" : 1543677975465,
        "assigneeType" : "http://churchofjesuschrist.org/Personal"
      },
      "secondaryReservation" : {
        "owner" : {
          "resource" : "https/api.familysearch.org/platform/users/agents/MMXX-XMX",
          "resourceId" : "MMXX-XMX"
        },
        "reserveDate" : 1543677067859,
        "updateDate" : 1543677067859,
        "expirationDate" : 1543677087859,
        "assigneeType" : "http://churchofjesuschrist.org/Personal"
      }
    } ]
  }, {
    "id" : "JJMM-SSS",
    "ordinances" : [ {
      "type" : "http://churchofjesuschrist.org/Baptism",
      "status" : "http://familysearch.org/v1/Completed",
      "templeCode" : "Hawaii",
      "completeDate": {
        "formal": "+2018-12-01"
      }
    }, {
      "type" : "http://churchofjesuschrist.org/Confirmation",
      "status" : "http://familysearch.org/v1/Completed",
      "templeCode" : "Hawaii",
      "completeDate": {
        "formal": "+2018-12-01"
      }
    }, {
      "type" : "http://churchofjesuschrist.org/Initiatory",
      "status" : "http://familysearch.org/v1/Reserved",
      "reservation" : {
        "owner" : {
          "resource" : "https/api.familysearch.org/platform/users/agents/MMZZ-ZMZ",
          "resourceId" : "MMZZ-ZMZ"
        },
        "reserveDate" : 1543677067759,
        "updateDate" : 1543677067759,
        "expirationDate" : 1543677975465,
        "assigneeType" : "http://churchofjesuschrist.org/Personal"
      },
      "secondaryReservation" : {
        "owner" : {
          "resource" : "https/api.familysearch.org/platform/users/agents/MMXX-XMX",
          "resourceId" : "MMXX-XMX"
        },
        "reserveDate" : 1543677067859,
        "updateDate" : 1543677067859,
        "expirationDate" : 1543677087859,
        "assigneeType" : "http://churchofjesuschrist.org/Personal"
      }
    }, {
      "type" : "http://churchofjesuschrist.org/Endowment",
      "status" : "http://familysearch.org/v1/Reserved",
      "reservation" : {
        "owner" : {
          "resource" : "https/api.familysearch.org/platform/users/agents/MMZZ-ZMZ",
          "resourceId" : "MMZZ-ZMZ"
        },
        "reserveDate" : 1543677067759,
        "updateDate" : 1543677067759,
        "expirationDate" : 1543677975465,
        "assigneeType" : "http://churchofjesuschrist.org/Personal"
      },
      "secondaryReservation" : {
        "owner" : {
          "resource" : "https/api.familysearch.org/platform/users/agents/MMXX-XMX",
          "resourceId" : "MMXX-XMX"
        },
        "reserveDate" : 1543677067859,
        "updateDate" : 1543677067859,
        "expirationDate" : 1543677087859,
        "assigneeType" : "http://churchofjesuschrist.org/Personal"
      }
    }, {
      "type" : "http://churchofjesuschrist.org/SealingToSpouse",
      "participants" : [ {
        "roleType" : "http://familysearch.org/v1/Spouse",
        "sexType" : "http://familysearch.org/v1/Male",
        "participant" : {
          "resource" : "https/api.familysearch.org/platform/tree/persons/JJMM-PPP",
          "resourceId" : "JJMM-PPP"
        }
      } ]
    } ]
  } ],
  "ordinanceSummaries" : [ {
    "notSharedReservationCount" : 18,
    "notSharedReservationLimit" : 300,
    "sharedReservationCount" : 7
  } ]
}
                
              

XML

Request

GET /platform/ordinances/persons/ordinances/reservations?count=4
Accept: application/x-fs-v1+xml
Authorization: Bearer YOUR_ACCESS_TOKEN_HERE
                
              

Response

HTTP/1.1 200 OK
Content-type: application/x-fs-v1+xml
X-processing-time: 3
Vary: Accept,Accept-Language,Accept-Encoding,Expect
Date: Sun, 03 Apr 1836 10:00:00 GMT-5
Cache-control: no-transform, must-revalidate, max-age=0
Transfer-encoding: chunked
                
                  <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<fs:familysearch xmlns:fs="http://familysearch.org/v1/" xmlns="http://gedcomx.org/v1/" xmlns:atom="http://www.w3.org/2005/Atom">
    <fs:ordinanceSummary>
        <fs:notSharedReservationCount>18</fs:notSharedReservationCount>
        <fs:notSharedReservationLimit>300</fs:notSharedReservationLimit>
        <fs:sharedReservationCount>7</fs:sharedReservationCount>
    </fs:ordinanceSummary>
    <link rel="first" href="https://api.familysearch.org/platform/ordinances/persons/ordinances/reservations?flag=fsh&amp;count=4&amp;start=0"/>
    <link rel="next" href="https://api.familysearch.org/platform/ordinances/persons/ordinances/reservations?flag=fsh&amp;count=4&amp;start=4"/>
    <link rel="self" href="https://api.familysearch.org/platform/ordinances/persons/ordinances/reservations?flag=fsh&amp;count=4"/>
    <link rel="temple-family-name-cards" href="https://api.familysearch.org/platform/ordinances/family-name-cards?flag=fsh"/>
    <person id="JJMM-PPP">
        <fs:ordinance type="http://churchofjesuschrist.org/Baptism" status="http://familysearch.org/v1/Completed">
            <fs:templeCode>Hawaii</fs:templeCode>
            <fs:completeDate>
                <formal>+2018-12-01</formal>
            </fs:completeDate>
        </fs:ordinance>
        <fs:ordinance type="http://churchofjesuschrist.org/Confirmation" status="http://familysearch.org/v1/Completed">
            <fs:templeCode>Hawaii</fs:templeCode>
            <fs:completeDate>
                <formal>+2018-12-01</formal>
            </fs:completeDate>
        </fs:ordinance>
        <fs:ordinance type="http://churchofjesuschrist.org/Initiatory" status="http://familysearch.org/v1/Reserved">
            <fs:reservation assigneeType="http://churchofjesuschrist.org/Personal">
                <fs:expirationDate>2018-12-01T08:26:15.465-07:00</fs:expirationDate>
                <fs:owner resource="https/api.familysearch.org/platform/users/agents/MMZZ-ZMZ" resourceId="MMZZ-ZMZ"/>
                <fs:reserveDate>2018-12-01T08:11:07.759-07:00</fs:reserveDate>
                <fs:updateDate>2018-12-01T08:11:07.759-07:00</fs:updateDate>
            </fs:reservation>
            <fs:secondaryReservation assigneeType="http://churchofjesuschrist.org/Personal">
                <fs:expirationDate>2018-12-01T08:11:27.859-07:00</fs:expirationDate>
                <fs:owner resource="https/api.familysearch.org/platform/users/agents/MMXX-XMX" resourceId="MMXX-XMX"/>
                <fs:reserveDate>2018-12-01T08:11:07.859-07:00</fs:reserveDate>
                <fs:updateDate>2018-12-01T08:11:07.859-07:00</fs:updateDate>
            </fs:secondaryReservation>
        </fs:ordinance>
        <fs:ordinance type="http://churchofjesuschrist.org/Endowment" status="http://familysearch.org/v1/Reserved">
            <fs:reservation assigneeType="http://churchofjesuschrist.org/Personal">
                <fs:expirationDate>2018-12-01T08:26:15.465-07:00</fs:expirationDate>
                <fs:owner resource="https/api.familysearch.org/platform/users/agents/MMZZ-ZMZ" resourceId="MMZZ-ZMZ"/>
                <fs:reserveDate>2018-12-01T08:11:07.759-07:00</fs:reserveDate>
                <fs:updateDate>2018-12-01T08:11:07.759-07:00</fs:updateDate>
            </fs:reservation>
            <fs:secondaryReservation assigneeType="http://churchofjesuschrist.org/Personal">
                <fs:expirationDate>2018-12-01T08:11:27.859-07:00</fs:expirationDate>
                <fs:owner resource="https/api.familysearch.org/platform/users/agents/MMXX-XMX" resourceId="MMXX-XMX"/>
                <fs:reserveDate>2018-12-01T08:11:07.859-07:00</fs:reserveDate>
                <fs:updateDate>2018-12-01T08:11:07.859-07:00</fs:updateDate>
            </fs:secondaryReservation>
        </fs:ordinance>
        <fs:ordinance type="http://churchofjesuschrist.org/SealingToSpouse">
            <fs:participant roleType="http://familysearch.org/v1/Spouse" sexType="http://familysearch.org/v1/Female">
                <fs:participant resource="https/api.familysearch.org/platform/tree/persons/JJMM-SSS" resourceId="JJMM-SSS"/>
            </fs:participant>
        </fs:ordinance>
        <fs:ordinance type="http://churchofjesuschrist.org/SealingChildToParents">
            <fs:participant roleType="http://familysearch.org/v1/Parent" sexType="http://familysearch.org/v1/Male">
                <fs:participant resource="https/api.familysearch.org/platform/tree/persons/JJMM-FFF" resourceId="JJMM-FFF"/>
            </fs:participant>
            <fs:participant roleType="http://familysearch.org/v1/Parent" sexType="http://familysearch.org/v1/Female">
                <fs:participant resource="https/api.familysearch.org/platform/tree/persons/JJMM-MMM" resourceId="JJMM-MMM"/>
            </fs:participant>
        </fs:ordinance>
    </person>
    <person id="JJMM-FFF">
        <fs:ordinance type="http://churchofjesuschrist.org/Baptism" status="http://familysearch.org/v1/Completed">
            <fs:templeCode>Hawaii</fs:templeCode>
            <fs:completeDate>
                <formal>+2018-12-01</formal>
            </fs:completeDate>
        </fs:ordinance>
        <fs:ordinance type="http://churchofjesuschrist.org/Confirmation" status="http://familysearch.org/v1/Completed">
            <fs:templeCode>Hawaii</fs:templeCode>
            <fs:completeDate>
                <formal>+2018-12-01</formal>
            </fs:completeDate>
        </fs:ordinance>
        <fs:ordinance type="http://churchofjesuschrist.org/Initiatory" status="http://familysearch.org/v1/Reserved">
            <fs:reservation assigneeType="http://churchofjesuschrist.org/Personal">
                <fs:expirationDate>2018-12-01T08:26:15.465-07:00</fs:expirationDate>
                <fs:owner resource="https/api.familysearch.org/platform/users/agents/MMZZ-ZMZ" resourceId="MMZZ-ZMZ"/>
                <fs:reserveDate>2018-12-01T08:11:07.759-07:00</fs:reserveDate>
                <fs:updateDate>2018-12-01T08:11:07.759-07:00</fs:updateDate>
            </fs:reservation>
            <fs:secondaryReservation assigneeType="http://churchofjesuschrist.org/Personal">
                <fs:expirationDate>2018-12-01T08:11:27.859-07:00</fs:expirationDate>
                <fs:owner resource="https/api.familysearch.org/platform/users/agents/MMXX-XMX" resourceId="MMXX-XMX"/>
                <fs:reserveDate>2018-12-01T08:11:07.859-07:00</fs:reserveDate>
                <fs:updateDate>2018-12-01T08:11:07.859-07:00</fs:updateDate>
            </fs:secondaryReservation>
        </fs:ordinance>
        <fs:ordinance type="http://churchofjesuschrist.org/Endowment" status="http://familysearch.org/v1/Reserved">
            <fs:reservation assigneeType="http://churchofjesuschrist.org/Personal">
                <fs:expirationDate>2018-12-01T08:26:15.465-07:00</fs:expirationDate>
                <fs:owner resource="https/api.familysearch.org/platform/users/agents/MMZZ-ZMZ" resourceId="MMZZ-ZMZ"/>
                <fs:reserveDate>2018-12-01T08:11:07.759-07:00</fs:reserveDate>
                <fs:updateDate>2018-12-01T08:11:07.759-07:00</fs:updateDate>
            </fs:reservation>
            <fs:secondaryReservation assigneeType="http://churchofjesuschrist.org/Personal">
                <fs:expirationDate>2018-12-01T08:11:27.859-07:00</fs:expirationDate>
                <fs:owner resource="https/api.familysearch.org/platform/users/agents/MMXX-XMX" resourceId="MMXX-XMX"/>
                <fs:reserveDate>2018-12-01T08:11:07.859-07:00</fs:reserveDate>
                <fs:updateDate>2018-12-01T08:11:07.859-07:00</fs:updateDate>
            </fs:secondaryReservation>
        </fs:ordinance>
    </person>
    <person id="JJMM-MMM">
        <fs:ordinance type="http://churchofjesuschrist.org/Baptism" status="http://familysearch.org/v1/Completed">
            <fs:templeCode>Hawaii</fs:templeCode>
            <fs:completeDate>
                <formal>+2018-12-01</formal>
            </fs:completeDate>
        </fs:ordinance>
        <fs:ordinance type="http://churchofjesuschrist.org/Confirmation" status="http://familysearch.org/v1/Completed">
            <fs:templeCode>Hawaii</fs:templeCode>
            <fs:completeDate>
                <formal>+2018-12-01</formal>
            </fs:completeDate>
        </fs:ordinance>
        <fs:ordinance type="http://churchofjesuschrist.org/Initiatory" status="http://familysearch.org/v1/Reserved">
            <fs:reservation assigneeType="http://churchofjesuschrist.org/Personal">
                <fs:expirationDate>2018-12-01T08:26:15.465-07:00</fs:expirationDate>
                <fs:owner resource="https/api.familysearch.org/platform/users/agents/MMZZ-ZMZ" resourceId="MMZZ-ZMZ"/>
                <fs:reserveDate>2018-12-01T08:11:07.759-07:00</fs:reserveDate>
                <fs:updateDate>2018-12-01T08:11:07.759-07:00</fs:updateDate>
            </fs:reservation>
            <fs:secondaryReservation assigneeType="http://churchofjesuschrist.org/Personal">
                <fs:expirationDate>2018-12-01T08:11:27.859-07:00</fs:expirationDate>
                <fs:owner resource="https/api.familysearch.org/platform/users/agents/MMXX-XMX" resourceId="MMXX-XMX"/>
                <fs:reserveDate>2018-12-01T08:11:07.859-07:00</fs:reserveDate>
                <fs:updateDate>2018-12-01T08:11:07.859-07:00</fs:updateDate>
            </fs:secondaryReservation>
        </fs:ordinance>
        <fs:ordinance type="http://churchofjesuschrist.org/Endowment" status="http://familysearch.org/v1/Reserved">
            <fs:reservation assigneeType="http://churchofjesuschrist.org/Personal">
                <fs:expirationDate>2018-12-01T08:26:15.465-07:00</fs:expirationDate>
                <fs:owner resource="https/api.familysearch.org/platform/users/agents/MMZZ-ZMZ" resourceId="MMZZ-ZMZ"/>
                <fs:reserveDate>2018-12-01T08:11:07.759-07:00</fs:reserveDate>
                <fs:updateDate>2018-12-01T08:11:07.759-07:00</fs:updateDate>
            </fs:reservation>
            <fs:secondaryReservation assigneeType="http://churchofjesuschrist.org/Personal">
                <fs:expirationDate>2018-12-01T08:11:27.859-07:00</fs:expirationDate>
                <fs:owner resource="https/api.familysearch.org/platform/users/agents/MMXX-XMX" resourceId="MMXX-XMX"/>
                <fs:reserveDate>2018-12-01T08:11:07.859-07:00</fs:reserveDate>
                <fs:updateDate>2018-12-01T08:11:07.859-07:00</fs:updateDate>
            </fs:secondaryReservation>
        </fs:ordinance>
    </person>
    <person id="JJMM-SSS">
        <fs:ordinance type="http://churchofjesuschrist.org/Baptism" status="http://familysearch.org/v1/Completed">
            <fs:templeCode>Hawaii</fs:templeCode>
            <fs:completeDate>
                <formal>+2018-12-01</formal>
            </fs:completeDate>
        </fs:ordinance>
        <fs:ordinance type="http://churchofjesuschrist.org/Confirmation" status="http://familysearch.org/v1/Completed">
            <fs:templeCode>Hawaii</fs:templeCode>
            <fs:completeDate>
                <formal>+2018-12-01</formal>
            </fs:completeDate>
        </fs:ordinance>
        <fs:ordinance type="http://churchofjesuschrist.org/Initiatory" status="http://familysearch.org/v1/Reserved">
            <fs:reservation assigneeType="http://churchofjesuschrist.org/Personal">
                <fs:expirationDate>2018-12-01T08:26:15.465-07:00</fs:expirationDate>
                <fs:owner resource="https/api.familysearch.org/platform/users/agents/MMZZ-ZMZ" resourceId="MMZZ-ZMZ"/>
                <fs:reserveDate>2018-12-01T08:11:07.759-07:00</fs:reserveDate>
                <fs:updateDate>2018-12-01T08:11:07.759-07:00</fs:updateDate>
            </fs:reservation>
            <fs:secondaryReservation assigneeType="http://churchofjesuschrist.org/Personal">
                <fs:expirationDate>2018-12-01T08:11:27.859-07:00</fs:expirationDate>
                <fs:owner resource="https/api.familysearch.org/platform/users/agents/MMXX-XMX" resourceId="MMXX-XMX"/>
                <fs:reserveDate>2018-12-01T08:11:07.859-07:00</fs:reserveDate>
                <fs:updateDate>2018-12-01T08:11:07.859-07:00</fs:updateDate>
            </fs:secondaryReservation>
        </fs:ordinance>
        <fs:ordinance type="http://churchofjesuschrist.org/Endowment" status="http://familysearch.org/v1/Reserved">
            <fs:reservation assigneeType="http://churchofjesuschrist.org/Personal">
                <fs:expirationDate>2018-12-01T08:26:15.465-07:00</fs:expirationDate>
                <fs:owner resource="https/api.familysearch.org/platform/users/agents/MMZZ-ZMZ" resourceId="MMZZ-ZMZ"/>
                <fs:reserveDate>2018-12-01T08:11:07.759-07:00</fs:reserveDate>
                <fs:updateDate>2018-12-01T08:11:07.759-07:00</fs:updateDate>
            </fs:reservation>
            <fs:secondaryReservation assigneeType="http://churchofjesuschrist.org/Personal">
                <fs:expirationDate>2018-12-01T08:11:27.859-07:00</fs:expirationDate>
                <fs:owner resource="https/api.familysearch.org/platform/users/agents/MMXX-XMX" resourceId="MMXX-XMX"/>
                <fs:reserveDate>2018-12-01T08:11:07.859-07:00</fs:reserveDate>
                <fs:updateDate>2018-12-01T08:11:07.859-07:00</fs:updateDate>
            </fs:secondaryReservation>
        </fs:ordinance>
        <fs:ordinance type="http://churchofjesuschrist.org/SealingToSpouse">
            <fs:participant roleType="http://familysearch.org/v1/Spouse" sexType="http://familysearch.org/v1/Male">
                <fs:participant resource="https/api.familysearch.org/platform/tree/persons/JJMM-PPP" resourceId="JJMM-PPP"/>
            </fs:participant>
        </fs:ordinance>
    </person>
</fs:familysearch>
                
              

Change Language

Feedback

Sending...

Feedback was sent.

Can't send feedback. Retry in 5 seconds.