Create project risks

post

/primeapi/restapi/projectRisk/batch

Send a request to this endpoint to create project risks using json data provided in the request body.

Request

Supported Media Types
Body ()
Project Risks to be created.
Root Schema : List<ApiEntityProjectRisk>
Type: array
Title: List<ApiEntityProjectRisk>
Show Source
Nested Schema : ApiEntityProjectRisk
Type: object
Show Source
Nested Schema : RichTextString
Type: object
Show Source
Nested Schema : codeValuesRisk
Type: array
Unique Items Required: true
Code Values assigned to Project Risk.
Show Source
Nested Schema : impacts
Type: array
Unique Items Required: true
Show Source
Nested Schema : ApiEntityProject
Type: object
Show Source
Nested Schema : ApiEntityProjectRiskConfiguredFields
Type: object
Show Source
Nested Schema : ApiEntityProjectRiskFinancial
Type: object
Show Source
Nested Schema : ApiEntityRiskCategory
Type: object
Show Source
Nested Schema : ApiEntityRiskQuantifiedCostImpact
Type: object
Show Source
Nested Schema : riskQuantifiedOtherImpacts
Type: array
Unique Items Required: true
projectRisk_resource_quantified_otherImpacts
Show Source
Nested Schema : ApiEntityCodeValueRisk
Type: object
Show Source
Nested Schema : ApiEntityCodeType
Type: object
Show Source
Nested Schema : ApiEntityCodeValue
Type: object
Show Source
Nested Schema : assignments
Type: array
Unique Items Required: true
CodeType assignments.
Show Source
Nested Schema : ApiEntityCodeEntityType
Type: object
Show Source
  • ApiEntityCodeType
  • Allowed Values: [ "SCOPE_ITEM", "PROJECT", "SCOPE_ASSIGNMENT", "WBS", "WORK_PACKAGE", "ACTIVITY", "RESOURCE", "PBS", "CONTRACT", "RISK", "COMMITMENT", "REPORT", "TASKS", "STRATEGY", "PORTFOLIO", "FUND", "SUBMITTAL", "CHANGE_ORDER", "PAYMENT_APPLICATION", "CHANGE_EVENT", "CHANGES_ESTIMATES", "IDEA", "RFI", "CUSTOM_LOG_ITEM" ]
    Indicates the type of object the code is associated to.
  • The unique identifier of a code type table.
  • Read Only: true
    Date when the record was last updated. Used for viewing and filtering records, obtained ONLY from GET calls, modified on and after a particular date. Not a part of POST response.
Nested Schema : ApiEntityRiskImpact
Type: object
Show Source
Nested Schema : ApiEntityRiskScoreThreshold
Type: object
Show Source
Nested Schema : ApiEntityRiskScoreType
Type: object
Show Source
Nested Schema : riskScoreThresholds
Type: array
Unique Items Required: true
Risk Score Thresholds.
Show Source
Nested Schema : ApiEntityWorkspace
Type: object
Show Source
Nested Schema : ApiEntityWorkspaceImage
Type: object
Show Source
Nested Schema : workspaceAutonumSettings
Type: array
Unique Items Required: true
workspace_entity_workspaceAutonumSettings
Show Source
Nested Schema : workspaceSettings
Type: array
Unique Items Required: true
workspace_entity_workspaceSettings
Show Source
Nested Schema : image
Type: array
An image object represented in binary format.
Show Source
Nested Schema : ApiEntityWorkspaceAutonumSetting
Type: object
Show Source
  • Allowed Values: [ "IDEA", "ACTIVITY", "ACTIVITY_ASSIGNMENT", "SCOPE_ITEM", "SCOPE_ASSIGNMENT", "CHANGE_ITEM", "WORK_PACKAGE", "CHANGE_REQUEST", "CONTRACT", "COMMITMENT", "BUDGET_CHANGE", "BUDGET_TRANSFER", "CHANGE_ORDER", "POTENTIAL_CHANGE_ORDER", "PAYMENT_APPLICATION", "RISK", "ACTUALS", "WORK_MANAGER_TASK", "SUBMITTAL", "CHANGE_EVENT", "RFI", "CUSTOM_LOGS_ITEM" ]
    Identifies the type of object used for auto numbering.
  • The unique identifier of an auto numbering sequence.
  • Name of the auto numbering sequence.
  • Initial characters for the workspace auto numbering sequence.
  • The first number in the workspace auto numbering sequence.
  • Number by which the auto numbering suffix is incremented.
  • Read Only: true
    Date when the record was last updated. Used for viewing and filtering records, obtained ONLY from GET calls, modified on and after a particular date. Not a part of POST response.
  • The unique identifier of a workspace.
Nested Schema : ApiEntityWorkspaceSetting
Type: object
Show Source
Nested Schema : Duration
Type: object
Show Source
Nested Schema : codeValuesProject
Type: array
Unique Items Required: true
Lists all project code types assigned to the project with its corresponding value.
Show Source
Nested Schema : Percent
Type: object
Show Source
Nested Schema : ApiEntityProjectImage
Type: object
Show Source
Nested Schema : projectAutoNumber
Type: array
Read Only: true
Unique Items Required: true
Lists all project auto number fields with its corresponding value.
Show Source
Nested Schema : projectCashFlows
Type: array
Lists all project cost field spread data assigned to the project.
Show Source
Nested Schema : ApiEntityProjectConfiguredFields
Type: object
Show Source
Nested Schema : ApiEntityProjectFinancial
Type: object
Show Source
Nested Schema : projectSettings
Type: array
Read Only: true
Unique Items Required: true
Show Source
Nested Schema : ApiEntityCodeValueProject
Type: object
Show Source
Nested Schema : image
Type: array
The image file uploaded to the project.
Displayed throughout the application in areas like news feeds.
Show Source
Nested Schema : ApiEntityProjectAutoNumber
Type: object
Show Source
  • Allowed Values: [ "IDEA", "ACTIVITY", "ACTIVITY_ASSIGNMENT", "SCOPE_ITEM", "SCOPE_ASSIGNMENT", "CHANGE_ITEM", "WORK_PACKAGE", "CHANGE_REQUEST", "CONTRACT", "COMMITMENT", "BUDGET_CHANGE", "BUDGET_TRANSFER", "CHANGE_ORDER", "POTENTIAL_CHANGE_ORDER", "PAYMENT_APPLICATION", "RISK", "ACTUALS", "WORK_MANAGER_TASK", "SUBMITTAL", "CHANGE_EVENT", "RFI", "CUSTOM_LOGS_ITEM" ]
    Identifies the type of object used for auto numbering.
  • The number to increment the starting number by.
  • This is an internal field.
  • Allowed Values: [ "Length[1-20]" ]
    The initial characters for the auto numbering sequence.
  • The auto generated ID for the object. Should not be given for Create, required for Update methods.
  • The first number in the auto numbering sequence.
  • Read Only: true
    Date when the record was last updated. Used for viewing and filtering records, obtained ONLY from GET calls, modified on and after a particular date. Not a part of POST response.
Nested Schema : ApiEntityProjectCashFlow
Type: object
Show Source
Nested Schema : Cost
Type: object
Nested Schema : costFlexMap
Type: object
Additional Properties Allowed
Show Source
Cost fields assigned to the Project with its corresponding value as a (key,value) pair.
Nested Schema : otherFlexMap
Type: object
Additional Properties Allowed
Show Source
Other fields assigned to the Project with its corresponding value as a (key,value) pair.
Nested Schema : textFlexMap
Type: object
Additional Properties Allowed
Show Source
Text fields assigned to the Project with its corresponding value as a (key,value) pair.
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object
Nested Schema : ApiEntityProjectSetting
Type: object
Show Source
Nested Schema : costFlexMap
Type: object
Additional Properties Allowed
Show Source
Lists all configured cost fields assigned to the Project Risk with its corresponding value as a (key,value) pair.
Nested Schema : otherFlexMap
Type: object
Additional Properties Allowed
Show Source
Lists all configured date, number, integer fields assigned to the Project Risk with its corresponding value as a (key,value) pair.
Nested Schema : textFlexMap
Type: object
Additional Properties Allowed
Show Source
Lists all configured text fields assigned to the Project Risk with its corresponding value as a (key,value) pair.
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object
Nested Schema : ApiEntityRiskQuantifiedOtherImpact
Type: object
Show Source

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : ApiEntityProjectRisk
Type: object
Show Source
Nested Schema : RichTextString
Type: object
Show Source
Nested Schema : codeValuesRisk
Type: array
Unique Items Required: true
Code Values assigned to Project Risk.
Show Source
Nested Schema : impacts
Type: array
Unique Items Required: true
Show Source
Nested Schema : ApiEntityProject
Type: object
Show Source
Nested Schema : ApiEntityProjectRiskConfiguredFields
Type: object
Show Source
Nested Schema : ApiEntityProjectRiskFinancial
Type: object
Show Source
Nested Schema : ApiEntityRiskCategory
Type: object
Show Source
Nested Schema : ApiEntityRiskQuantifiedCostImpact
Type: object
Show Source
Nested Schema : riskQuantifiedOtherImpacts
Type: array
Unique Items Required: true
projectRisk_resource_quantified_otherImpacts
Show Source
Nested Schema : ApiEntityCodeValueRisk
Type: object
Show Source
Nested Schema : ApiEntityCodeType
Type: object
Show Source
Nested Schema : ApiEntityCodeValue
Type: object
Show Source
Nested Schema : assignments
Type: array
Unique Items Required: true
CodeType assignments.
Show Source
Nested Schema : ApiEntityCodeEntityType
Type: object
Show Source
  • ApiEntityCodeType
  • Allowed Values: [ "SCOPE_ITEM", "PROJECT", "SCOPE_ASSIGNMENT", "WBS", "WORK_PACKAGE", "ACTIVITY", "RESOURCE", "PBS", "CONTRACT", "RISK", "COMMITMENT", "REPORT", "TASKS", "STRATEGY", "PORTFOLIO", "FUND", "SUBMITTAL", "CHANGE_ORDER", "PAYMENT_APPLICATION", "CHANGE_EVENT", "CHANGES_ESTIMATES", "IDEA", "RFI", "CUSTOM_LOG_ITEM" ]
    Indicates the type of object the code is associated to.
  • The unique identifier of a code type table.
  • Read Only: true
    Date when the record was last updated. Used for viewing and filtering records, obtained ONLY from GET calls, modified on and after a particular date. Not a part of POST response.
Nested Schema : ApiEntityRiskImpact
Type: object
Show Source
Nested Schema : ApiEntityRiskScoreThreshold
Type: object
Show Source
Nested Schema : ApiEntityRiskScoreType
Type: object
Show Source
Nested Schema : riskScoreThresholds
Type: array
Unique Items Required: true
Risk Score Thresholds.
Show Source
Nested Schema : ApiEntityWorkspace
Type: object
Show Source
Nested Schema : ApiEntityWorkspaceImage
Type: object
Show Source
Nested Schema : workspaceAutonumSettings
Type: array
Unique Items Required: true
workspace_entity_workspaceAutonumSettings
Show Source
Nested Schema : workspaceSettings
Type: array
Unique Items Required: true
workspace_entity_workspaceSettings
Show Source
Nested Schema : image
Type: array
An image object represented in binary format.
Show Source
Nested Schema : ApiEntityWorkspaceAutonumSetting
Type: object
Show Source
  • Allowed Values: [ "IDEA", "ACTIVITY", "ACTIVITY_ASSIGNMENT", "SCOPE_ITEM", "SCOPE_ASSIGNMENT", "CHANGE_ITEM", "WORK_PACKAGE", "CHANGE_REQUEST", "CONTRACT", "COMMITMENT", "BUDGET_CHANGE", "BUDGET_TRANSFER", "CHANGE_ORDER", "POTENTIAL_CHANGE_ORDER", "PAYMENT_APPLICATION", "RISK", "ACTUALS", "WORK_MANAGER_TASK", "SUBMITTAL", "CHANGE_EVENT", "RFI", "CUSTOM_LOGS_ITEM" ]
    Identifies the type of object used for auto numbering.
  • The unique identifier of an auto numbering sequence.
  • Name of the auto numbering sequence.
  • Initial characters for the workspace auto numbering sequence.
  • The first number in the workspace auto numbering sequence.
  • Number by which the auto numbering suffix is incremented.
  • Read Only: true
    Date when the record was last updated. Used for viewing and filtering records, obtained ONLY from GET calls, modified on and after a particular date. Not a part of POST response.
  • The unique identifier of a workspace.
Nested Schema : ApiEntityWorkspaceSetting
Type: object
Show Source
Nested Schema : Duration
Type: object
Show Source
Nested Schema : codeValuesProject
Type: array
Unique Items Required: true
Lists all project code types assigned to the project with its corresponding value.
Show Source
Nested Schema : Percent
Type: object
Show Source
Nested Schema : ApiEntityProjectImage
Type: object
Show Source
Nested Schema : projectAutoNumber
Type: array
Read Only: true
Unique Items Required: true
Lists all project auto number fields with its corresponding value.
Show Source
Nested Schema : projectCashFlows
Type: array
Lists all project cost field spread data assigned to the project.
Show Source
Nested Schema : ApiEntityProjectConfiguredFields
Type: object
Show Source
Nested Schema : ApiEntityProjectFinancial
Type: object
Show Source
Nested Schema : projectSettings
Type: array
Read Only: true
Unique Items Required: true
Show Source
Nested Schema : ApiEntityCodeValueProject
Type: object
Show Source
Nested Schema : image
Type: array
The image file uploaded to the project.
Displayed throughout the application in areas like news feeds.
Show Source
Nested Schema : ApiEntityProjectAutoNumber
Type: object
Show Source
  • Allowed Values: [ "IDEA", "ACTIVITY", "ACTIVITY_ASSIGNMENT", "SCOPE_ITEM", "SCOPE_ASSIGNMENT", "CHANGE_ITEM", "WORK_PACKAGE", "CHANGE_REQUEST", "CONTRACT", "COMMITMENT", "BUDGET_CHANGE", "BUDGET_TRANSFER", "CHANGE_ORDER", "POTENTIAL_CHANGE_ORDER", "PAYMENT_APPLICATION", "RISK", "ACTUALS", "WORK_MANAGER_TASK", "SUBMITTAL", "CHANGE_EVENT", "RFI", "CUSTOM_LOGS_ITEM" ]
    Identifies the type of object used for auto numbering.
  • The number to increment the starting number by.
  • This is an internal field.
  • Allowed Values: [ "Length[1-20]" ]
    The initial characters for the auto numbering sequence.
  • The auto generated ID for the object. Should not be given for Create, required for Update methods.
  • The first number in the auto numbering sequence.
  • Read Only: true
    Date when the record was last updated. Used for viewing and filtering records, obtained ONLY from GET calls, modified on and after a particular date. Not a part of POST response.
Nested Schema : ApiEntityProjectCashFlow
Type: object
Show Source
Nested Schema : Cost
Type: object
Nested Schema : costFlexMap
Type: object
Additional Properties Allowed
Show Source
Cost fields assigned to the Project with its corresponding value as a (key,value) pair.
Nested Schema : otherFlexMap
Type: object
Additional Properties Allowed
Show Source
Other fields assigned to the Project with its corresponding value as a (key,value) pair.
Nested Schema : textFlexMap
Type: object
Additional Properties Allowed
Show Source
Text fields assigned to the Project with its corresponding value as a (key,value) pair.
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object
Nested Schema : ApiEntityProjectSetting
Type: object
Show Source
Nested Schema : costFlexMap
Type: object
Additional Properties Allowed
Show Source
Lists all configured cost fields assigned to the Project Risk with its corresponding value as a (key,value) pair.
Nested Schema : otherFlexMap
Type: object
Additional Properties Allowed
Show Source
Lists all configured date, number, integer fields assigned to the Project Risk with its corresponding value as a (key,value) pair.
Nested Schema : textFlexMap
Type: object
Additional Properties Allowed
Show Source
Lists all configured text fields assigned to the Project Risk with its corresponding value as a (key,value) pair.
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object
Nested Schema : ApiEntityRiskQuantifiedOtherImpact
Type: object
Show Source

400 Response

Invalid input.