OrdinanceSummary (JSON)
Summary information regarding Ordinances.
Properties
| Name |
Type |
Description |
|
| notSharedReservationCount |
number
|
Get the current number of reservations which have not been shared that a user has on their reservation list. |
|
| notSharedReservationLimit |
number
|
Get the maximum number of reservations which have not been shared that a user is allowed to have on their reservation list. |
|
| sharedReservationCount |
number
|
Get the current number of shared reservations for a user. |
|
Example
{
"notSharedReservationCount" : 12345,
"notSharedReservationLimit" : 12345,
"sharedReservationCount" : 12345
}