POST UpdateUserRating
Request Information
URI Parameters
None.
Body Parameters
UserRatingModelName | Description | Type | Additional information |
---|---|---|---|
ResponseID | integer |
None. |
|
UserMobile | string |
None. |
|
RespondentName | string |
None. |
|
RespondentMobile | string |
None. |
|
RespondentEmail | string |
None. |
|
ReviewComment | string |
None. |
|
Rating | integer |
None. |
|
AdditionalAttribute | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ResponseID": 1, "UserMobile": "sample string 2", "RespondentName": "sample string 3", "RespondentMobile": "sample string 4", "RespondentEmail": "sample string 5", "ReviewComment": "sample string 6", "Rating": 7, "AdditionalAttribute": "sample string 8" }
application/xml, text/xml
Sample:
<UserRatingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UserAuthApi.Models"> <AdditionalAttribute>sample string 8</AdditionalAttribute> <Rating>7</Rating> <RespondentEmail>sample string 5</RespondentEmail> <RespondentMobile>sample string 4</RespondentMobile> <RespondentName>sample string 3</RespondentName> <ResponseID>1</ResponseID> <ReviewComment>sample string 6</ReviewComment> <UserMobile>sample string 2</UserMobile> </UserRatingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.