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

deleteDocumentContainerAssociation

Previous  Top  Next

This method makes it possible to unlink a document from the complex file container structure of another document.

 

Java class

Request

web/wwwroot/ws/java/document/DeleteDocumentContainerAssociationRequestType.java

Return

web/wwwroot/ws/java/document/DeleteDocumentContainerAssociationResponseType.java

 

Request

ID #

Required

Description

UpperLevelCategoryID

X

Upper level category ID #.

UpperLevelDocumentID

X

Upper level document ID #.

RevisionID

 

Upper level document revision ID #.

If not informed, the current revision of the document will be used.

StructID

X

Container structure ID #.

LowerLevelCategoryID

X

Lower level category ID #.

LowerLevelDocumentID

X

Lower level document ID #.

 

Return

ID #

Description

Status

Returns the status of the execution. SUCCESS on success and FAILURE on failure.

Code

Returns the execution code:

0 - Document associated with success;

1 - Required parameter not entered;

2 - Upper level document not found;

3 - Lower level document not found;

4 - Structure not found in the container of the document category;

5 - Entered structure is not in the “SoftExpert Document file” format;

6 - Document is not associated;

7 - Upper level document category not found;

8 - Revision ID # not found;

9 - User does not have permission to edit the document;

10 - Lower level document category not found;

Detail

Message detailing the error or success in the execution of the method