POST api/delete-ScoreMatrix
Request Information
URI Parameters
None.
Body Parameters
ScoreMatrixModel| Name | Description | Type | Additional information | 
|---|---|---|---|
| ScoreMatrixId | integer | 
                             None.  | 
                |
| ScoreMatrixName | string | 
                             None.  | 
                |
| Severity | integer | 
                             None.  | 
                |
| IsDeleted | boolean | 
                             None.  | 
                |
| IsActive | boolean | 
                             None.  | 
                |
| createdBy | integer | 
                             None.  | 
                |
| modifiedBy | integer | 
                             None.  | 
                |
| Status | boolean | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "ScoreMatrixId": 1,
  "ScoreMatrixName": "sample string 1",
  "Severity": 1,
  "IsDeleted": true,
  "IsActive": true,
  "createdBy": 1,
  "modifiedBy": 1,
  "Status": true
}
        application/xml, text/xml
            Sample:
        <ScoreMatrixModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sonalika_Api.CustomModels.MasterData"> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <ScoreMatrixId>1</ScoreMatrixId> <ScoreMatrixName>sample string 1</ScoreMatrixName> <Severity>1</Severity> <Status>true</Status> <createdBy>1</createdBy> <modifiedBy>1</modifiedBy> </ScoreMatrixModel>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information | 
|---|---|---|---|
| Version | Version | 
                             None.  | 
                |
| Content | HttpContent | 
                             None.  | 
                |
| StatusCode | HttpStatusCode | 
                             None.  | 
                |
| ReasonPhrase | string | 
                             None.  | 
                |
| Headers | Collection of Object | 
                             None.  | 
                |
| RequestMessage | HttpRequestMessage | 
                             None.  | 
                |
| IsSuccessStatusCode | boolean | 
                             None.  |