POST api/delete-rating
Request Information
URI Parameters
None.
Body Parameters
RatingModelName | Description | Type | Additional information |
---|---|---|---|
RatingId | integer |
None. |
|
RatingName | integer |
None. |
|
IsActive | boolean |
None. |
|
createdBy | integer |
None. |
|
modifiedBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "RatingId": 1, "RatingName": 1, "IsActive": true, "createdBy": 1, "modifiedBy": 1 }
application/xml, text/xml
Sample:
<RatingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sonalika_Api.CustomModels.MasterData"> <IsActive>true</IsActive> <RatingId>1</RatingId> <RatingName>1</RatingName> <createdBy>1</createdBy> <modifiedBy>1</modifiedBy> </RatingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |