Using Connect Enterprise Web Services |
|||
| Action reference > acl-preference-update | |||
Breeze 4 and Breeze 5; Connect Enterprise Web Services 6
Updates a user profile with new language and time zone settings.
http://server_name/api/xml?action=acl-preference-update &acl-id=integer&lang=allowedValue&time-zone-id=allowedValue&session=BreezeSessionCookieValue
|
Name |
Type |
Required |
Description |
|---|---|---|---|
acl-id
|
Integer |
Y |
The ID of the user whose preferences will be updated. Can be a valid |
lang
|
Allowed value |
N |
An abbreviation for the new language (see lang for valid values). |
time-zone-id
|
Allowed value |
N |
An integer setting for the new time zone (see time-zone-id for values). |
session
|
String |
N |
The value of the |
Results cannot be filtered or sorted.
<?xml version="1.0" encoding="utf-8" ?><results> <status code=allowedValue/> </results>
|
Element |
Attribute |
Type |
Description |
|---|---|---|---|
|
|
Container |
All results the action returns. |
status
|
|
Empty, with attributes |
The status of the response. |
|
|
Allowed value |
A code indicating the response status (see status). |
https://server.com/api/xml?action=acl-preference-update&acl-id=12345
&lang=fr&time-zone-id=0
<?xml version="1.0" encoding="utf-8" ?>
<results>
<status code="ok" />
</results>
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/breeze/6/xml_api/04a_act6.htm