Navigation:  Integration via SOAP web services > Published web services > Document >

releasePendencyDocument

Previous  Top  Next

This method enables to release a revision execution task of a determined user. To use it, it is necessary to follow the standard documented below:

 

Java class

Request

web/wwwroot/ws/java/document/ReleasePendencyDocumentRequestType.java

Return

web/wwwroot/ws/java/document/ReleasePendencyDocumentResponseType.java

 

Request

ID #

Required

Description

IDDOCUMENT

X

Document ID #.

IDUSER

X

User's reg. code #.

APPROV

X

Flag indicating if 1 = Approved and 2 = Rejected.

JUSTIFY

X1

Explanation text.

IDCATEGORY

 

Category ID #.

 

X1 - Required in case of rejection.

 

Return

ID #

Description

return

SUCCESS: IDUSER arrowrgray ID # of the next pending user

USERTYPE arrowrgray User type

1 arrowrgray User;

2 arrowrgray Department;

3 arrowrgray Position;

4 arrowrgray Department/Position;

5 arrowrgray Team;

6 arrowrgray All.

FAILURE: returns a message with the error that occurred.