POST api/integration/{id}
Update Integration
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
Integration| Name | 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": "102316ca-4c88-4361-b12f-8fbcf36fafd5",
"SystemType": 0,
"ListType": 0,
"Properties": {
"sample string 1": {},
"sample string 3": {}
}
}
Response Information
Resource Description
Integration| Name | 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": "f1c758f8-75ce-46ac-bef9-ea317affbd10",
"SystemType": 0,
"ListType": 0,
"Properties": {
"sample string 1": {},
"sample string 3": {}
}
}