import_del_asset_state
This method allows deleting:
- Data of a condition 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_del_asset_stateRequestType.java |
| Return | web\wwwroot\ws\java\asset\Import_del_asset_stateResponseType.java |
Request:
| ID # | Required | Description |
|---|---|---|
| IDOBJECT | X | Asset 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_state>
<urn:idobject>?</urn:idobject>
</urn:import_del_asset_state>
</soapenv:Body>
</soapenv:Envelope>
Return:
| ID # | Description |
|---|---|
| return | SUCCESS: 1. FAILURE: Returns a message regarding the error that occurred |