POST api/integration

Update Integration

Request Information

URI Parameters

None.

Body Parameters

Integration
NameDescriptionTypeAdditional 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": "f9d09abe-7ae6-4cd5-a3c2-9a1dcb36f685",
  "SystemType": 0,
  "ListType": 0,
  "Properties": {
    "sample string 1": {},
    "sample string 3": {}
  }
}

Response Information

Resource Description

Integration
NameDescriptionTypeAdditional 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": "bb37fc8e-daae-455e-a5d4-3437d9542fa6",
  "SystemType": 0,
  "ListType": 0,
  "Properties": {
    "sample string 1": {},
    "sample string 3": {}
  }
}