createRiskFile
This method allows adding a risk. To insert each of these items, it is necessary to follow the standard documented below.
Java class | |
---|---|
Request | web/wwwroot/ws/java/project/CreateRiskFileRequestType.java |
Return | web/wwwroot/ws/java/project/CreateRiskFileResponseType.java |
Request:
ID # | Required | Description |
---|---|---|
IDRISK | X | Risk ID #. |
NMRISK | X | Risk name. |
IDTYPE | X | Risk type ID #. |
IDRESP | Responsible user ID. | |
IDTEAM | Responsible team ID #. | |
FGCLASS | Risk classification: 1 - Loss; 2 - Opportunity. | |
FGSYMBOL | Risk icon ID #. | |
DSRISK | Risk description. |
Request structure:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:ri">
<soapenv:Header/>
<soapenv:Body>
<urn:createRiskFile>
<!--You may enter the following 9 items in any order-->
<urn:IDRISK>?</urn:IDRISK>
<urn:NMRISK>?</urn:NMRISK>
<urn:IDTYPE>?</urn:IDTYPE>
<urn:IDRESP>?</urn:IDRESP>
<urn:IDTEAM>?</urn:IDTEAM>
<urn:FGCLASS>?</urn:FGCLASS>
<urn:FGSYMBOL>?</urn:FGSYMBOL>
<urn:DSRISK>?</urn:DSRISK>
<urn:ACTION>?</urn:ACTION>
</urn:createRiskFile>
</soapenv:Body>
</soapenv:Envelope>
Return:
ID # | Description |
---|---|
Status | Method execution status: SUCCESS: Method executed successfully FAILURE: An error occurred in the execution of the method |
Code | Method return code |
Detail | Method return detail |