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": "cf01dca5-a1ee-4c62-b95b-d4c825553f72", "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": "2d39f6b0-dac2-4325-9439-b7ed32e0b948", "SystemType": 0, "ListType": 0, "Properties": { "sample string 1": {}, "sample string 3": {} } }