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 | |
---|---|
Request | web\wwwroot\ws\java\asset\Import_asset_del_structureRequestType.java |
Return | web\wwwroot\ws\java\asset\Import_asset_del_structureResponseType.java |
Request:
ID # | Required | Description |
---|---|---|
IDOBJECT | X | Asset ID # |
IDREVISION | X | Revision ID # |
IDOBJECTCHILD | X | Asset ID # (lower level) |
IDREVISIONCHILD | X | Revision ID # (lower level) |
FGAPPLICATION | X | Object 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 |
---|---|
return | SUCCESS: 1. FAILURE: Returns a message regarding the error that occurred |