POST api/Plan/UpdatePlan
Request Information
URI Parameters
None.
Body Parameters
PlanDto| Name | Description | Type | Additional information |
|---|---|---|---|
| PlanId | integer |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| Priority | integer |
None. |
|
| Status | byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"planId": 1,
"name": "sample string 2",
"description": "sample string 3",
"priority": 4,
"status": 64
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpStatusCodeResult| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusCode | integer |
None. |
|
| StatusDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.
