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

deleteAccessPermission

Previous  Top  Next

This method enables to remove the access permission to a specific document. To use it, it is necessary to follow the standard documented below:

 

Java class

Request

web/wwwroot/ws/java/document/DeleteAccessPermissionRequestType.java

Return

web/wwwroot/ws/java/document/DeleteAccessPermissionResponseType.java

 

Request

ID #

Required

Description

IDDOCUMENT

X

Document ID #.

IDUSER

X

User's reg. code #.

USERTYPE

X

User type:

1 arrowrgray User;

2 arrowrgray Department;

3 arrowrgray Position;

4 arrowrgray Department/Position;

5 arrowrgray Team;

6 arrowrgray All.

 

Return

ID #

Description

return

SUCCESS: 1: Operation successfully performed.

FAILURE: 0: Message with error.