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>