Create RiskMatrixScores
post
                    /riskMatrixScore
Send a request to this endpoint to create one or more riskMatrixScore. An application object will be created for each JSON object provided in the request body.
                Request
Header Parameters
                    - 
                            Authorization(required): 
                            
                            OAuth token
Supported Media Types
                            - application/json
A list of riskMatrixScore objects.
                        
                            
                        
                           Root Schema : List<RiskMatrixScore>
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        List<RiskMatrixScore>- 
            Array of: 
                object  RiskMatrixScore
            
            Title:RiskMatrixScoreRiskMatrixScore Entity
Nested Schema : RiskMatrixScore
    
    	Type: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    RiskMatrixScoreRiskMatrixScore Entity
    
    
    
    
        Show Source
        - 
                
                    
                    CreateDate: string
                    
                    
                     (date-time) 
                    
                
                
                The date this risk matrix score was created.
- 
                
                    
                    CreateUser: string
                    
                    
                     
                    
                
                
                The name of the user that created the risk matrix score.
- 
                
                    
                    LastUpdateDate: string
                    
                    
                     (date-time) 
                    
                
                
                The date this risk matrix score was last updated.
- 
                
                    
                    LastUpdateUser: string
                    
                    
                     
                    
                
                
                The name of the user that last updated the risk matrix score.
- 
                
                    
                    ObjectId: integer
                    
                    
                     (int32) 
                    
                
                
                The unique ID generated by the system.
- 
                
                    
                    ProbabilityThresholdLevel(required): integer
                    
                    
                     (int32) 
                    
                
                
                The level number of the probability threshold. Valid numbers are 1-9.
- 
                
                    
                    RiskMatrixName: string
                    
                    
                     
                    
                
                
                The name of the Risk Matrix.
- 
                
                    
                    RiskMatrixObjectId(required): integer
                    
                    
                     (int32) 
                    
                
                
                The unique ID of the associated Risk Matrix.
- 
                
                    
                    Severity1: integer
                    
                    
                     (int32) 
                    
                
                
                The first severity level of the Risk Matrix Score.
- 
                
                    
                    Severity1Label: string
                    
                    
                     
                    
                
                
                The label for the first severity level.
- 
                
                    
                    Severity2: integer
                    
                    
                     (int32) 
                    
                
                
                The second severity level of the Risk Matrix Score.
- 
                
                    
                    Severity2Label: string
                    
                    
                     
                    
                
                
                The label for the second severity level.
- 
                
                    
                    Severity3: integer
                    
                    
                     (int32) 
                    
                
                
                The third severity level of the Risk Matrix Score.
- 
                
                    
                    Severity3Label: string
                    
                    
                     
                    
                
                
                The label for the third severity level.
- 
                
                    
                    Severity4: integer
                    
                    
                     (int32) 
                    
                
                
                The fourth severity level of the Risk Matrix Score.
- 
                
                    
                    Severity4Label: string
                    
                    
                     
                    
                
                
                The label for the forth severity level.
- 
                
                    
                    Severity5: integer
                    
                    
                     (int32) 
                    
                
                
                The fifth severity level of the Risk Matrix Score.
- 
                
                    
                    Severity5Label: string
                    
                    
                     
                    
                
                
                The label for the fith severity level.
- 
                
                    
                    Severity6: integer
                    
                    
                     (int32) 
                    
                
                
                The sixth severity level of the Risk Matrix Score.
- 
                
                    
                    Severity6Label: string
                    
                    
                     
                    
                
                
                The sixth for the first severity level.
- 
                
                    
                    Severity7: integer
                    
                    
                     (int32) 
                    
                
                
                The seventh severity level of the Risk Matrix Score.
- 
                
                    
                    Severity7Label: string
                    
                    
                     
                    
                
                
                The label for the seventh severity level.
- 
                
                    
                    Severity8: integer
                    
                    
                     (int32) 
                    
                
                
                The eighth severity level of the Risk Matrix Score.
- 
                
                    
                    Severity8Label: string
                    
                    
                     
                    
                
                
                The label for the eighth severity level.
- 
                
                    
                    Severity9: integer
                    
                    
                     (int32) 
                    
                
                
                The ninth severity level of the Risk Matrix Score.
- 
                
                    
                    Severity9Label: string
                    
                    
                     
                    
                
                
                The label for the ninth severity level.
Response
Supported Media Types
                - application/json
201 Response
Resource Created.
                            
                            
                                Root Schema : String
    
    	Type: 
    	
    
    
    
    stringTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
String400 Response
Bad Request.
                            
                            
                            
                            
                        401 Response
Unauthorized.
                            
                            
                            
                            
                        403 Response
Forbidden.
                            
                            
                            
                            
                        404 Response
Not Found.
                            
                            
                            
                            
                        405 Response
Invalid Input.
                            
                            
                            
                            
                        500 Response
Internal Server Error.