PUT api/v1/Plans/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
Plan| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| UserId | string |
None. |
|
| Status | string |
None. |
|
| ReviewerId | string |
None. |
|
| RejectionComment | string |
None. |
|
| Draft | string |
None. |
|
| AspNetUser | AspNetUser |
None. |
|
| AspNetUser1 | AspNetUser |
None. |
|
| Visits | Collection of Visit |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.