POST api/integration
Update Integration
Request Information
URI Parameters
None.
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": "06207fe7-c644-46aa-81e3-5ce60bf33d57", "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": "fa525eb1-14f3-43c5-84b2-bafdd77114e8", "SystemType": 0, "ListType": 0, "Properties": { "sample string 1": {}, "sample string 3": {} } }