POST api/role/reassignownership
Endpoint to Bulk reassign .
Request Information
URI Parameters
None.
Body Parameters
ReassignMarketingRoleOwnershipDataContractName | Description | Type | Additional information |
---|---|---|---|
RoleIds | Collection of integer |
None. |
|
TeamGroupId | integer |
None. |
|
BranchId | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "RoleIds": [ 1, 2 ], "TeamGroupId": 1, "BranchId": 2 }
Response Information
Resource Description
JobStatusDataContractName | Description | Type | Additional information |
---|---|---|---|
JobReference | globally unique identifier |
None. |
|
JobStatus | JobStatus |
None. |
|
JobPercentageCompleted | integer |
None. |
|
JobStatusText | string |
None. |
|
UsageToken | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "JobReference": "7795d0d0-4237-42d5-924a-1ad3cd19086e", "JobStatus": 0, "JobPercentageCompleted": 2, "JobStatusText": "sample string 3", "UsageToken": "eca804f7-951a-43a3-aaa6-4e7a90229eaa" }