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