POST api/Integrations/SaveIntegration21

Request Information

URI Parameters

None.

Body Parameters

Integration21
NameDescriptionTypeAdditional information
ID

integer

None.

SystemSBOMaster

integer

None.

SystemSBOClient

integer

None.

IntegrationID

integer

None.

SAPInstallationNumber

string

None.

SystemSQLMaster

integer

None.

SystemSQLClient

integer

None.

SystemSBOAlertMaster

integer

None.

SystemSBOAlertClient

integer

None.

LastSync

date

None.

CountPosts

integer

None.

ColumnName

string

None.

SortDirection

string

None.

SystemSBOMasterTitle

string

None.

SystemSBOClientTitle

string

None.

SystemSQLMasterTitle

string

None.

SystemSQLClientTitle

string

None.

SystemSBOAlertMasterTitle

string

None.

SystemSBOAlertClientTitle

string

None.

IsSuccess

boolean

None.

Message

string

None.

Value

Object

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "SystemSBOMaster": 1,
  "SystemSBOClient": 1,
  "IntegrationID": 1,
  "SAPInstallationNumber": "sample string 2",
  "SystemSQLMaster": 3,
  "SystemSQLClient": 4,
  "SystemSBOAlertMaster": 5,
  "SystemSBOAlertClient": 6,
  "LastSync": "2025-12-28T14:53:11.864677+02:00",
  "CountPosts": 1,
  "ColumnName": "sample string 7",
  "SortDirection": "sample string 8",
  "SystemSBOMasterTitle": "sample string 9",
  "SystemSBOClientTitle": "sample string 10",
  "SystemSQLMasterTitle": "sample string 11",
  "SystemSQLClientTitle": "sample string 12",
  "SystemSBOAlertMasterTitle": "sample string 13",
  "SystemSBOAlertClientTitle": "sample string 14",
  "IsSuccess": true,
  "Message": "sample string 16",
  "Value": {}
}

application/xml, text/xml

Sample:
<Integration21 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Domain">
  <IsSuccess>true</IsSuccess>
  <Message>sample string 16</Message>
  <Value />
  <ColumnName>sample string 7</ColumnName>
  <CountPosts>1</CountPosts>
  <ID>1</ID>
  <IntegrationID>1</IntegrationID>
  <LastSync>2025-12-28T14:53:11.864677+02:00</LastSync>
  <SAPInstallationNumber>sample string 2</SAPInstallationNumber>
  <SortDirection>sample string 8</SortDirection>
  <SystemSBOAlertClient>6</SystemSBOAlertClient>
  <SystemSBOAlertClientTitle>sample string 14</SystemSBOAlertClientTitle>
  <SystemSBOAlertMaster>5</SystemSBOAlertMaster>
  <SystemSBOAlertMasterTitle>sample string 13</SystemSBOAlertMasterTitle>
  <SystemSBOClient>1</SystemSBOClient>
  <SystemSBOClientTitle>sample string 10</SystemSBOClientTitle>
  <SystemSBOMaster>1</SystemSBOMaster>
  <SystemSBOMasterTitle>sample string 9</SystemSBOMasterTitle>
  <SystemSQLClient>4</SystemSQLClient>
  <SystemSQLClientTitle>sample string 12</SystemSQLClientTitle>
  <SystemSQLMaster>3</SystemSQLMaster>
  <SystemSQLMasterTitle>sample string 11</SystemSQLMasterTitle>
</Integration21>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.