MoveSectionsinProject
To reorder the section in the project.
Input
| Name | Type | Required | Description |
| ProjectId | String | True | The project in which to reorder the given section. |
| SectionId | String | True | The section to reorder. |
| BeforeSection | String | False | Insert the given section immediately before the section specified by this parameter. |
| AfterSection | String | False | Insert the given section immediately after the section specified by this parameter. |
Result Set Columns
| Name | Type | Description |
| Status | String | The status of the operation. |