Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
en:syces:api_hidden:rpcs [2016/08/23 13:53] co |
en:syces:api_hidden:rpcs [2016/09/21 12:38] (current) co |
||
---|---|---|---|
Line 146: | Line 146: | ||
== required == | == required == | ||
* token as provided by authenticate-method | * token as provided by authenticate-method | ||
+ | |||
+ | == optional == | ||
* location_id (0 = all locations) | * location_id (0 = all locations) | ||
- | == optional | + | |
- | options array ( | + | == on Success |
- | * tariff_id | + | returns default values |
- | * valid_days_from_creation | + | ( |
* realm | * realm | ||
* password_length | * password_length | ||
* password_type (number, letters, alphanumeric, | * password_type (number, letters, alphanumeric, | ||
+ | * valid_days | ||
+ | * tariff_id | ||
+ | * username_type (default for empty usernames: numeric or dateTime) | ||
) | ) | ||
- | |||
- | == on Success == | ||
- | return all or requested default values | ||
- | |||
== on Failure == | == on Failure == | ||
Line 273: | Line 274: | ||
- | ===== TODO: setDefaults ===== | + | ===== setDefaults ===== |
set specific default values | set specific default values | ||
Line 279: | Line 280: | ||
== required == | == required == | ||
* token as provided by authenticate-method | * token as provided by authenticate-method | ||
- | * location_id (0 for all locations) | + | |
== optional == | == optional == | ||
+ | * location_id (0 for all locations) | ||
+ | data { | ||
* tariff_id | * tariff_id | ||
- | * valid_days | + | * username_type |
+ | } | ||
== on Success == | == on Success == | ||
returns array of default values | returns array of default values | ||
+ | |||
+ | options array ( | ||
+ | * realm | ||
+ | * password_length | ||
+ | * password_type (number, letters, alphanumeric, | ||
+ | * valid_days | ||
+ | * tariff_id | ||
+ | * username_type (default for empty usernames: numeric or dateTime) | ||
+ | |||
+ | ) | ||
+ | |||
== on Failure == | == on Failure == |