POST api/Integrations/SaveIntegration22

Request Information

URI Parameters

None.

Body Parameters

Integration22
NameDescriptionTypeAdditional information
ID

integer

None.

SystemSQL

integer

None.

SystemSBO

integer

None.

IntegrationID

integer

None.

Descr

string

None.

URL

string

None.

SubscriptionKey

string

None.

BranchCode

string

None.

RegNumber

string

None.

GetPriceView

string

None.

Pricelist

integer

None.

LastSync

date

None.

FilesPath

string

None.

CountPosts

integer

None.

ColumnName

string

None.

SortDirection

string

None.

SystemSQLTitle

string

None.

SystemSBOTitle

string

None.

IsSuccess

boolean

None.

Message

string

None.

Value

Object

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "SystemSQL": 1,
  "SystemSBO": 1,
  "IntegrationID": 1,
  "Descr": "sample string 2",
  "URL": "sample string 3",
  "SubscriptionKey": "sample string 4",
  "BranchCode": "sample string 5",
  "RegNumber": "sample string 6",
  "GetPriceView": "sample string 7",
  "Pricelist": 1,
  "LastSync": "2025-12-28T14:49:42.7933378+02:00",
  "FilesPath": "sample string 8",
  "CountPosts": 1,
  "ColumnName": "sample string 9",
  "SortDirection": "sample string 10",
  "SystemSQLTitle": "sample string 11",
  "SystemSBOTitle": "sample string 12",
  "IsSuccess": true,
  "Message": "sample string 14",
  "Value": {}
}

application/xml, text/xml

Sample:
<Integration22 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Domain">
  <IsSuccess>true</IsSuccess>
  <Message>sample string 14</Message>
  <Value />
  <BranchCode>sample string 5</BranchCode>
  <ColumnName>sample string 9</ColumnName>
  <CountPosts>1</CountPosts>
  <Descr>sample string 2</Descr>
  <FilesPath>sample string 8</FilesPath>
  <GetPriceView>sample string 7</GetPriceView>
  <ID>1</ID>
  <IntegrationID>1</IntegrationID>
  <LastSync>2025-12-28T14:49:42.7933378+02:00</LastSync>
  <Pricelist>1</Pricelist>
  <RegNumber>sample string 6</RegNumber>
  <SortDirection>sample string 10</SortDirection>
  <SubscriptionKey>sample string 4</SubscriptionKey>
  <SystemSBO>1</SystemSBO>
  <SystemSBOTitle>sample string 12</SystemSBOTitle>
  <SystemSQL>1</SystemSQL>
  <SystemSQLTitle>sample string 11</SystemSQLTitle>
  <URL>sample string 3</URL>
</Integration22>

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.