Skip to main content
Version: 2.2.1

import_assetConfSite

This method allows adding and editing:

  • Data of a storage place;

To insert each of these items, it is necessary to follow the standard documented below.

Java class
Requestweb\wwwroot\ws\java\asset\Import_assetConfSiteRequestType.java
Returnweb\wwwroot\ws\java\asset\Import_assetConfSiteResponseType.java

Request:

Request
ID #RequiredDescription
IDSITEXStorage place ID #
NMSITEXStorage place name
FGENABLEDX1 - Enabled
2 - Disabled
IDSITEOWNERUpper level storage place

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:asset">
<soapenv:Header/>
<soapenv:Body>
<urn:import_assetConfSite>
<!--You may enter the following 12 items in any order-->
<urn:idsite>?</urn:idsite>
<urn:nmsite>?</urn:nmsite>
<urn:fgenabled>?</urn:fgenabled>
<urn:idsiteowner>?</urn:idsiteowner>
<urn:iddepartment>?</urn:iddepartment>
<urn:nmcountry>?</urn:nmcountry>
<urn:nmstate>?</urn:nmstate>
<urn:nmcity>?</urn:nmcity>
<urn:dsaddress>?</urn:dsaddress>
<urn:nmpostalcode>?</urn:nmpostalcode>
<urn:nmcoord>?</urn:nmcoord>
<urn:dssite>?</urn:dssite>
</urn:import_assetConfSite>
</soapenv:Body>
</soapenv:Envelope>

Return:

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