POST api/enlistedfeature/executestep/featureConfiguration/{featureConfigurationId}/step/{stepId}/role/{roleId}?chosenExternalProviderId={chosenExternalProviderId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
roleId | integer |
Required |
|
featureConfigurationId | integer |
Required |
|
stepId | integer |
Required |
|
chosenExternalProviderId | integer |
None. |
Body Parameters
Dezrez.Core.DataContracts.Internal.ExternalProviders.ExternalProviderInvocationDataContractName | Description | Type | Additional information |
---|---|---|---|
ExternalProviderType | Dezrez.Rezi.Domain.Enums.ExternalProviderType |
None. |
|
PreferredGlobalExternalProviderId | integer |
None. |
|
PreferredExternalProviderRoleId | integer |
None. |
|
BrandId | integer |
None. |
|
ShowStatusUpdatesToClients | boolean |
None. |
|
ResolvedExternalProviderRoleId | integer |
None. |
|
UsageToken | globally unique identifier |
None. |
Request Formats
application/x-www-form-urlencoded, application/json, text/json
Sample:
Sample not available.
Response Information
Resource Description
Collection of 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": "86603629-1405-4eb5-82aa-f1252299dd4e", "JobStatus": 0, "JobPercentageCompleted": 2, "JobStatusText": "sample string 3", "UsageToken": "d87a9ae3-2fc0-433c-8069-107542345805" }, { "JobReference": "86603629-1405-4eb5-82aa-f1252299dd4e", "JobStatus": 0, "JobPercentageCompleted": 2, "JobStatusText": "sample string 3", "UsageToken": "d87a9ae3-2fc0-433c-8069-107542345805" } ]