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 | |
---|---|
Request | web\wwwroot\ws\java\item\ChangeItemStatusRequestType.java |
Return | web\wwwroot\ws\java\item\ChangeItemStatusResponseType.java |
Request:
ID # | Required | Description |
---|---|---|
IDOBJECT | X | Object 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 |
---|---|
Status | SUCCESS: 1. FAILURE: Returns a message regarding the error that occurred |
Code | Success (1) or failure (-1) |
Detail | Message about change, or error found. |