A.66 Modifying the Send Priority Settings of a User

JSON Request:
PUT https://localhost:9710/gwadmin-service/domains/testDom1/postoffices/testPO1/users/testUser1/clientoptions
  sendPriority={value=HIGH, restore=false}

XML Request:
PUT https://localhost:9710/gwadmin-service/domains/testDom1/postoffices/testPO1/users/testUser1/clientoptions
<clientOptions>
  <forceNullOnAttrs/>
  <sendPriority>
    <value class="AttrNoUsed">HIGH</value>
    <restore>false</restore>
  </sendPriority>
</clientOptions>
    
Response Status: 
200 - OK