POST api/v1/Plans
Request Information
URI Parameters
None.
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
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. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample: