POST api/workplan/{Id}/config
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
Required |
Body Parameters
PostWorkPlanConfig| Name | Description | Type | Additional information |
|---|---|---|---|
| AutoNumbers | Dictionary of globally unique identifier [key] and integer [value] |
None. |
|
| LocalFields | Collection of PlannerColumn |
None. |
|
| Views | Collection of PlannerView |
None. |
|
| ScheduledRollup | integer |
None. |
|
| SelectedWorkTypes | Collection of globally unique identifier |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
Response Information
Resource Description
WorkPlanConfig| Name | Description | Type | Additional information |
|---|---|---|---|
| AutoNumbers | Dictionary of globally unique identifier [key] and integer [value] |
None. |
|
| LocalFields | Collection of PlannerColumn |
None. |
|
| Views | Collection of PlannerView |
None. |
|
| ScheduledRollup | integer |
None. |
|
| ScheduledPermDown | integer |
None. |
|
| SelectedWorkTypes | Collection of globally unique identifier |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.