Skip to main content
Version: 2.2.2

changeItemStatus

This import model makes it possible to change the status of items or item families.

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

Java class
Requestweb\wwwroot\ws\java\item\ChangeItemStatusRequestType.java
Returnweb\wwwroot\ws\java\item\ChangeItemStatusResponseType.java

Request:

ID #RequiredDescription
IDOBJECTXObject ID #

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:item">
<soapenv:Header/>
<soapenv:Body>
<urn:changeItemStatus>
<urn:IDOBJECT>?</urn:IDOBJECT>
</urn:changeItemStatus>
</soapenv:Body>
</soapenv:Envelope>

Return:

ID #Description
StatusSUCCESS: 1.
FAILURE: Returns a message regarding the error that occurred
CodeSuccess (1) or failure (-1)
DetailMessage about change, or error found.