POST api/Blueways/AddRunRating
Request Information
URI Parameters
None.
Body Parameters
BluewayRunRating| Name | Description | Type | Additional information |
|---|---|---|---|
| runid | integer |
None. |
|
| accessrating | integer |
None. |
|
| difficultyrating | integer |
None. |
|
| wildliferating | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"runid": 1,
"accessrating": 2,
"difficultyrating": 3,
"wildliferating": 4
}
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. |