PUT api/ProcessConfigurations?ignoreConflictingVersions={ignoreConflictingVersions}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ignoreConflictingVersions | boolean |
Required |
Body Parameters
WorkPoint.Core.Helpers.ConfigurationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ProcessConfiguration | Collection of Object |
None. |
|
| Status | string |
None. |
|
| Parent | globally unique identifier |
None. |
|
| GroupByPathOfTerm | string |
None. |
|
| Type | string |
None. |
|
| IsTemplate | boolean |
None. |
|
| Version | string |
None. |
|
| WorkPointVersion | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProcessConfiguration": null,
"Status": "sample string 1",
"Parent": "4a56ddbc-366c-4248-93b5-bc3c58e58def",
"GroupByPathOfTerm": "sample string 2",
"Type": "sample string 3",
"IsTemplate": true,
"Version": "sample string 5",
"WorkPointVersion": "sample string 6"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
Response Information
Resource Description
System.Net.Http.HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | System.Version |
None. |
|
| Content | System.Net.Http.HttpContent |
None. |
|
| StatusCode | System.Net.HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | System.Net.Http.HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |