POST api/integration/{id}
Update Integration
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
IntegrationName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
SystemType | IntegrationSystemType |
None. |
|
ListType | WorkListType |
None. |
|
Properties | Dictionary of string [key] and Object [value] |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "ad861eff-b617-404e-a03e-6dca9ef787fc", "SystemType": 0, "ListType": 0, "Properties": { "sample string 1": {}, "sample string 3": {} } }
Response Information
Resource Description
IntegrationName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
SystemType | IntegrationSystemType |
None. |
|
ListType | WorkListType |
None. |
|
Properties | Dictionary of string [key] and Object [value] |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": "b5d02f77-0877-4e2e-9563-b40d2305c922", "SystemType": 0, "ListType": 0, "Properties": { "sample string 1": {}, "sample string 3": {} } }