Modifies a NotfyEntry element. See createNotifyRequest.
<modifyNotifyRequest> <id type="types:uid" /> <updates type="types:NotifyEntryChanges" /> </modifyNotifyRequest>
<modifyNotifyResponse> <status type="types:Status" /> </modifyNotifyResponse>
Specifies the ID of the NotifyEntry element to change.
Specifies the error number related to the request. 0 indicates that the request was successful.
Returns the success or failure of the method.
<modifyNotifyRequest> <id>4D3D6590.domain.PO1.100.1776172.1.25C8C.1@78</id> <updates> <update type="NotifyEntry"> <displayName>Jay E Parker</displayName> <rights> <alarm>false</alarm> <notification>true</notification> </rights> </update> </updates> </modifyNotifyRequest> <modifyNotifyResponse> <status> <code>0</code> </status> </modifyNotifyResponse>