POST api/role/reassignownership
Endpoint to Bulk reassign .
Request Information
URI Parameters
None.
Body Parameters
ReassignMarketingRoleOwnershipDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| RoleIds | Collection of integer |
None. |
|
| TeamGroupId | integer |
None. |
|
| BranchId | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
application/json, text/json
Sample:
{
"RoleIds": [
1,
2
],
"TeamGroupId": 1,
"BranchId": 2
}
Response Information
Resource Description
JobStatusDataContract| Name | 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": "e65ba450-7e6e-4580-881c-47900ea9d1cc",
"JobStatus": 0,
"JobPercentageCompleted": 2,
"JobStatusText": "sample string 3",
"UsageToken": "fdbdb8f8-2988-4964-9a12-45f3719ff1fd"
}