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
ExternalProviderInvocationDataContractName | Description | Type | Additional information |
---|---|---|---|
ExternalProviderType | 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 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": "0fe54f98-5f0b-498b-909a-2c0ce2a384d3", "JobStatus": 0, "JobPercentageCompleted": 2, "JobStatusText": "sample string 3", "UsageToken": "7c1ef780-eefa-496b-9e0d-992531d1be99" }, { "JobReference": "0fe54f98-5f0b-498b-909a-2c0ce2a384d3", "JobStatus": 0, "JobPercentageCompleted": 2, "JobStatusText": "sample string 3", "UsageToken": "7c1ef780-eefa-496b-9e0d-992531d1be99" } ]