OrdinanceSummary (XML)
Summary information regarding Ordinances.
Namespace: | http://familysearch.org/v1/ |
URI: | http://familysearch.org/v1/OrdinanceSummary |
Properties
Name |
Type |
Description |
|
notSharedReservationCount |
int
|
Get the current number of reservations which have not been shared that a user has on their reservation list. |
|
notSharedReservationLimit |
int
|
Get the maximum number of reservations which have not been shared that a user is allowed to have on their reservation list. |
|
sharedReservationCount |
int
|
Get the current number of shared reservations for a user. |
|
Example
<ordinanceSummary xmlns="http://familysearch.org/v1/">
<notSharedReservationCount>...</notSharedReservationCount>
<notSharedReservationLimit>...</notSharedReservationLimit>
<sharedReservationCount>...</sharedReservationCount>
</ordinanceSummary>