POST api/performancepoints/performancepointsupdate
Request Information
URI Parameters
None.
Body Parameters
PerformancePointsUpdateRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CategoryId | string |
None. |
|
| PerformancePointsId | string |
None. |
|
| PerformancePointsName | string |
None. |
|
| Option1 | string |
None. |
|
| Option2 | string |
None. |
|
| Option3 | string |
None. |
|
| ModifiedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CategoryId": "sample string 1",
"PerformancePointsId": "sample string 2",
"PerformancePointsName": "sample string 3",
"Option1": "sample string 4",
"Option2": "sample string 5",
"Option3": "sample string 6",
"ModifiedBy": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.