Skip to main content
Version: 2.2.1

import_del_asset_structure

This method allows deleting a structure of the asset.

To insert each of these items, it is necessary to follow the standard documented below.

Java class
Requestweb\wwwroot\ws\java\asset\Import_asset_del_structureRequestType.java
Returnweb\wwwroot\ws\java\asset\Import_asset_del_structureResponseType.java

Request:

ID #RequiredDescription
IDOBJECTXAsset ID #
IDREVISIONXRevision ID #
IDOBJECTCHILDXAsset ID # (lower level)
IDREVISIONCHILDXRevision ID # (lower level)
FGAPPLICATIONXObject specification (Considered as 1 by default):
1 - Asset;
2 - Supply.

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:asset">
<soapenv:Header/>
<soapenv:Body>
<urn:import_del_asset_structure>
<!--You may enter the following 5 items in any order-->
<urn:idobject>?</urn:idobject>
<urn:idrevision>?</urn:idrevision>
<urn:idobjectchild>?</urn:idobjectchild>
<urn:idrevisionchild>?</urn:idrevisionchild>
<urn:fgapplication>?</urn:fgapplication>
</urn:import_del_asset_structure>
</soapenv:Body>
</soapenv:Envelope>

Return:

ID #Description
returnSUCCESS: 1.
FAILURE: Returns a message regarding the error that occurred