GET api/get-rating
Request Information
URI Parameters
None.
Body Parameters
RatingMV| Name | Description | Type | Additional information | 
|---|---|---|---|
| RatingId | integer | 
                             None.  | 
                |
| RatingName | integer | 
                             None.  | 
                |
| IsActive | boolean | 
                             None.  | 
                |
| createdBy | integer | 
                             None.  | 
                |
| modifiedBy | integer | 
                             None.  | 
                |
| Status | boolean | 
                             None.  | 
                |
| UserId | integer | 
                             None.  | 
                |
| Keyword | string | 
                             None.  | 
                |
| StartIndex | integer | 
                             None.  | 
                |
| GridSize | integer | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "RatingId": 1,
  "RatingName": 1,
  "IsActive": true,
  "createdBy": 1,
  "modifiedBy": 1,
  "Status": true,
  "UserId": 1,
  "Keyword": "sample string 1",
  "StartIndex": 1,
  "GridSize": 1
}
        application/xml, text/xml
            Sample:
        <RatingMV xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sonalika_Api.CustomViewModel.MasterDataVM"> <GridSize xmlns="http://schemas.datacontract.org/2004/07/Sonalika_Api.CustomModels.FilterModel">1</GridSize> <Keyword xmlns="http://schemas.datacontract.org/2004/07/Sonalika_Api.CustomModels.FilterModel">sample string 1</Keyword> <StartIndex xmlns="http://schemas.datacontract.org/2004/07/Sonalika_Api.CustomModels.FilterModel">1</StartIndex> <IsActive>true</IsActive> <RatingId>1</RatingId> <RatingName>1</RatingName> <Status>true</Status> <UserId>1</UserId> <createdBy>1</createdBy> <modifiedBy>1</modifiedBy> </RatingMV>
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.  |