Updates a document managed by GroupWise Document Management Services.
<updateversionStatusRequest> <id type="types:uid"/> <event type="types:versionEventType"/> <part type="types:SignatureData"/> </updateversionStatusRequest>
<updateversionStatusResponse> <part type="types:SignatureData"/> <status type="types:Status"/> </updateversionStatusResponse>
Specifies the document ID.
Specifies the event type: checkIn, checkOut, resetStatus, and viewed.
Specifies the document itself. The event types that use the part are checkIn, checkOut, and viewed.
Specifies the document itself.
Returns the error number related to the event. 0 indicates that the request was successful.
Returns the success or failure of the method.
<updateversionStatusRequest> <id>domain1.po1.po1 Library:5:2@69</id> <event>checkOut</event> </updateversionStatusRequest> <updateversionStatusResponse> <part> <size>29</size> <part>UEsDBAoAAAAAAON6SjQAAAAAAAAAAAA</part> <status> <code>0</code> </status> </updateversionStatusResponse>