POST api/role/reassignownership
Endpoint to Bulk reassign .
Request Information
URI Parameters
None.
Body Parameters
Dezrez.Core.DataContracts.External.Api.Role.Command.BulkOwnership.ReassignMarketingRoleOwnershipDataContractName | 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
Dezrez.Core.DataContracts.Internal.SystemMessages.JobMessages.JobStatusDataContractName | Description | Type | Additional information |
---|---|---|---|
JobReference | globally unique identifier |
None. |
|
JobStatus | Dezrez.Core.DataContracts.Internal.SystemMessages.JobMessages.JobStatus |
None. |
|
JobPercentageCompleted | integer |
None. |
|
JobStatusText | string |
None. |
|
UsageToken | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "JobReference": "f1e44557-3d07-465f-bdf3-2109b6a5c08c", "JobStatus": 0, "JobPercentageCompleted": 2, "JobStatusText": "sample string 3", "UsageToken": "dd313afb-195f-4eee-bed6-34be2c3a8fbe" }