POST api/integration
Update Integration
Request Information
URI Parameters
None.
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": "4771551b-bd4c-4e89-a7c5-865be2613193",
  "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": "ff7d1062-db20-4fd3-82b8-bda45e039150",
  "SystemType": 0,
  "ListType": 0,
  "Properties": {
    "sample string 1": {},
    "sample string 3": {}
  }
}