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": "0c150d50-528c-4126-b08a-dacd449b2a26", "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": "c289a3a7-bd28-49c9-a329-701a5ad72f94", "SystemType": 0, "ListType": 0, "Properties": { "sample string 1": {}, "sample string 3": {} } }