del_objectType
This method allows deleting an asset type.
To insert each of these items, it is necessary to follow the standard documented below.
Java class | |
---|---|
Request | web\wwwroot\ws\java\asset\Del_objectTypeRequestType.java |
Return | web\wwwroot\ws\java\asset\Del_objectTypeResponseType.java |
Request:
ID # | Required | Description |
---|---|---|
IDOBJECTTYPE | X | Object type ID # |
Request structure:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:asset">
<soapenv:Header/>
<soapenv:Body>
<urn:del_objectType>
<urn:idobjecttype>?</urn:idobjecttype>
</urn:del_objectType>
</soapenv:Body>
</soapenv:Envelope>
Return:
ID # | Description |
---|---|
return | SUCCESS: 1. FAILURE: Returns a message regarding the error that occurred |