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": "f24ed1e4-1158-4cb4-864c-15b8d9552962",
"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": "49b50f33-d076-404e-89f8-65dcf0ae9a29",
"SystemType": 0,
"ListType": 0,
"Properties": {
"sample string 1": {},
"sample string 3": {}
}
}