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": "f43c14e7-28fe-4726-83ef-c84d02402a2b",
  "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": "bd11aade-236e-46ca-ab41-1ba6f1b7d4c1",
  "SystemType": 0,
  "ListType": 0,
  "Properties": {
    "sample string 1": {},
    "sample string 3": {}
  }
}