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": "55031ad1-180f-416a-b374-0e194d05d1db",
  "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": "fbb103d2-2b26-4d57-b59e-9999ad3b54ab",
  "SystemType": 0,
  "ListType": 0,
  "Properties": {
    "sample string 1": {},
    "sample string 3": {}
  }
}