Create Risk Project

Creates a new risk project in the system.

 

URL

{RMUrl}/api/risk/projects

 

REQUEST METHOD

POST

 

URL PARAMETERS

This feature does not have parameters.

 

FORM CONTENT

Name (Required): Name of the project to be created.

Leader (Required): Person to be assigned as leader of the project.

SubstituteLeader (Optional): Person or group of people to be assigned as substitute leader of the project.

Description (Optional): Description of the project to be created. Limit of 4,000 characters.

AdditionalInformation (Optional): Additional information on the project to be created. Limit of 4,000 characters.

ExpectedStartDate (Optional): Expected start date for the project. Valid format: see Technical Orientations -> Valid Format for Date and Time Fields.

ExpectedEndDate (Optional): Expected end date for the project. Valid format: see Technical Orientations -> Valid Format for Date and Time Fields.

StartDate (Optional): Real start date for the project. Valid format: see Technical Orientations -> Valid Format for Date and Time Fields.

EndDate (Optional): Real end date for the project. Valid format: see Technical Orientations -> Valid Format for Date and Time Fields.

 

FORM CONTENT EXAMPLE

Create a project with all fields completed:

{

"Name":"Datacenter Analysis Project",

"Leader":{"Name":"John Smith"},

"SubstituteLeader":{"Name":"Laura Morris"},

"Description":"Project created to analyze the datacenter at ABC Company's headquarters.",

"AdditionalInformation":"Planned to start on Jan. 23rd."

"ExpectedStartDate":"\/Date(1486346400000-0200)\/",

"ExpectedEndDate":"\/Date(1486432800000-0200)\/",

"StartDate":"\/Date(1486346400000-0200)\/",

"EndDate":"\/Date(1486432800000-0200)\/"

}

 

SUCCESS RESPONSE

Code of the newly registered project. Returns a string.