OrdinanceReservation (XML)
Namespace: | http://familysearch.org/v1/ |
URI: | http://familysearch.org/v1/OrdinanceReservation |
Properties
Name |
Type |
Description |
|
assigneeType |
string
|
Get the assigneeType this reservation is assigned to. |
|
claimType |
string
|
Get the claimType indicating how this reservation was reserved. |
|
expirationDate |
dateTime
|
The expiration timestamp for the ordinance reservation. This is the timestamp when this ordinance reservation will expire. |
|
owner |
ResourceReference
|
Get the owner associated with the ordinance reservation |
|
reserveDate |
dateTime
|
The reserve timestamp for the ordinance reservation. |
|
updateDate |
dateTime
|
The update timestamp for the ordinance reservation. |
|
Example
<o----- assigneeType="..." claimType="..." xmlns="http://familysearch.org/v1/">
<expirationDate>...</expirationDate>
<owner resource="..." resourceId="..."/>
<reserveDate>...</reserveDate>
<updateDate>...</updateDate>
</o----->