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": "0e66a022-0d55-4490-989e-491403a423d1",
"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": "1cbc2e76-861c-4e15-95e4-6573dd88cd73",
"SystemType": 0,
"ListType": 0,
"Properties": {
"sample string 1": {},
"sample string 3": {}
}
}