delete_assetConfSite
This method allows deleting:
- Data of a storage place;
To insert each of these items, it is necessary to follow the standard documented below.
| Java class | |
|---|---|
| Request | web\wwwroot\ws\java\asset\Delete_assetConfSiteRequestType.java |
| Return | web\wwwroot\ws\java\asset\Delete_assetConfSiteResponseType.java |
Request:
| ID # | Required | Description |
|---|---|---|
| IDSITE | X | Storage place ID # |
Request structure:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:asset">
<soapenv:Header/>
<soapenv:Body>
<urn:delete_assetConfSite>
<urn:idsite>?</urn:idsite>
</urn:delete_assetConfSite>
</soapenv:Body>
</soapenv:Envelope>
Return:
| ID # | Description |
|---|---|
| return | SUCCESS: 1. FAILURE: Returns a message regarding the error that occurred |