JSON Request:
PUT https://localhost:9710/gwadmin-service/domains/testDom1/postoffices/testPO1/users/testUser1/clientoptions
publishFreeBusySearch={lock={itemLocked=true, lockAvailable=false, modifiable=false}, value=false, restore=false}
XML Request:
PUT https://localhost:9710/gwadmin-service/domains/testDom1/postoffices/testPO1/users/testUser1/clientoptions
<clientOptions>
<forceNullOnAttrs/>
<publishFreeBusySearch>
<lock>
<itemLocked>true</itemLocked>
<lockAvailable>false</lockAvailable>
<modifiable>false</modifiable>
</lock>
<value class="boolean">false</value>
<restore>false</restore>
</publishFreeBusySearch>
</clientOptions>
Response Status:
200 - OK