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": "b5d74d8e-24ad-474f-932d-229c59370e4a",
  "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": "c359df5e-00ee-487a-9ab7-bca0f3556bc8",
  "SystemType": 0,
  "ListType": 0,
  "Properties": {
    "sample string 1": {},
    "sample string 3": {}
  }
}