Update rating value with WSO ID of {ratingValueId} for rating type with WSO ID of {id}.
https://services.wsoweb.com/
Notes
The notes of the RatingValue.
string
RatingValueName
The name of the RatingValue.
string
SortOrder
The sort order of the RatingValue.
integer
Weight
The weight of the RatingValue.
decimal number
There are no limitations specified.
id
WSO ID of rating type
integer
Required
ratingValueId
WSO ID of rating value
integer
Required
{ "ratingValueName": "sample string 3", "sortOrder": 1, "weight": 1.1, "notes": "sample string 4" }
<RatingValueUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <Notes>sample string 4</Notes> <RatingValueName>sample string 3</RatingValueName> <SortOrder>1</SortOrder> <Weight>1.1</Weight> </RatingValueUpdate>
Sample not available.
Id
The id of the RatingValue.
integer
IsDeleted
True or False - Has this RatingValue been deleted?
boolean
Notes
The notes of the RatingValue.
string
RatingTypeName
The rating type name of the RatingValue.
string
RatingValueName
The name of the RatingValue.
string
SortOrder
The sort order of the RatingValue.
integer
Weight
The weight of the RatingValue.
decimal number
{ "id": 1, "ratingTypeName": "sample string 3", "ratingValueName": "sample string 4", "sortOrder": 1, "ratingType": { "verb": "sample string 1", "rel": "sample string 2", "uri": "http://webapihelppage3.com" }, "weight": 1.1, "notes": "sample string 5", "isDeleted": true, "links": [ { "verb": "sample string 1", "rel": "sample string 2", "uri": "http://webapihelppage3.com" }, { "verb": "sample string 1", "rel": "sample string 2", "uri": "http://webapihelppage3.com" } ] }
<RatingValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <Id>1</Id> <IsDeleted>true</IsDeleted> <Links> <Link> <Rel>sample string 2</Rel> <Uri>http://webapihelppage3.com/</Uri> <Verb>sample string 1</Verb> </Link> <Link> <Rel>sample string 2</Rel> <Uri>http://webapihelppage3.com/</Uri> <Verb>sample string 1</Verb> </Link> </Links> <Notes>sample string 5</Notes> <RatingType> <Rel>sample string 2</Rel> <Uri>http://webapihelppage3.com/</Uri> <Verb>sample string 1</Verb> </RatingType> <RatingTypeName>sample string 3</RatingTypeName> <RatingValueName>sample string 4</RatingValueName> <SortOrder>1</SortOrder> <Weight>1.1</Weight> </RatingValue>