Skip to main content
Version: 2.2.2

import_del_asset_site

This method allows deleting:

  • Data of the last location 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_del_asset_siteRequestType.java
Returnweb\wwwroot\ws\java\asset\Import_del_asset_siteResponseType.java

Request:

ID #RequiredDescription
IDOBJECTXAsset ID #

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:asset">
<soapenv:Header/>
<soapenv:Body>
<urn:import_del_asset_site>
<urn:idobject>?</urn:idobject>
</urn:import_del_asset_site>
</soapenv:Body>
</soapenv:Envelope>

Return:

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