Hello,
I want to rename a client via API, but it doesn’t want to work, I use following:
http://testcommcell.xxx.com:81/SearchSvc/CVWebService.svc/Client/<ClientID>
XML file looks like :
<association>
<entity>
<clientName> "<cname>" </clientName>
</entity>
</association>
<clientProperties>
<clientEntity>
<clientName> "<cname>_decom_07.10.2021" </clientName>
</clientEntity>
</clientProperties>
</App_SetClientPropertiesRequest>
error : <Api_GenericResp errorMessage="Failed to set Client properties." errorCode="1" />
Environment: V11SP20.55
Any idea what I do wrong?
regards Juergen