Update Level

Support for SOAP is deprecated starting with Unifier 23.10.

Description

This method updates level record in the system. This works only for project/shell level.

Support

Installation: ASP and Self host

Level

Yes or No

Company Level

No

Project/Shell Level

Yes

Prototype

public XMLObject updateLevel (String shortname, String authcode, string projectNumber, String levelXML);

Parameters

Parameter

Description

shortname

identifier of the company, company's short name

authcode

authentication key for the company, in text string

projectNumber

Identifier of the project/shell.

levelXML

XML that contains information related to level that is getting created

Return Value

XMLObject (XMLObject is described at the beginning of this document)

Sample Method

updateLevel ("acme", "acme_authcode", "proj-01", levelXML) will return the XML Record of the Level updated.

Additional Information

Multiple levels can be updated by repeating <_level> for each level record.

This service can be used for both Shells of cost code type CBS and Generic.

XML tags under _level element are based on the integration interface definition of level form.

To update a level record, value under <uuu_sp_level_name> will be used as identifier.

Related Topics

Space Manager Methods

Create Level

Get Level List

Create Space

Update Space

Get Space List



Last Published Wednesday, April 9, 2025