POST api/group/bulkreassignownership
Bulk reassign Group ownership
Request Information
URI Parameters
None.
Body Parameters
BulkReassignGroupOwnershipCommandDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| TeamGroupId | integer |
None. |
|
| BranchId | integer |
None. |
|
| GroupIds | Collection of integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"TeamGroupId": 1,
"BranchId": 2,
"GroupIds": [
1,
2
]
}
Response Information
Resource Description
JobInvocationDetailsDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| SupportsCancellation | boolean |
None. |
|
| ReportsProgress | boolean |
None. |
|
| InitialStatusText | string |
None. |
|
| JobReference | globally unique identifier |
None. |
|
| Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"SupportsCancellation": true,
"ReportsProgress": true,
"InitialStatusText": "sample string 3",
"JobReference": "539fb7b8-334d-4248-8492-7037eb316b4f",
"Success": true
}