POST api/Integrations/SaveIntegration12

Request Information

URI Parameters

None.

Body Parameters

Integration12
NameDescriptionTypeAdditional information
ID

integer

None.

SystemCCO

integer

None.

SystemWolt

integer

None.

IntegrationID

integer

None.

CountPosts

integer

None.

ColumnName

string

None.

SortDirection

string

None.

SystemCCOTitle

string

None.

SystemWoltTitle

string

None.

IsSuccess

boolean

None.

Message

string

None.

Value

Object

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "SystemCCO": 1,
  "SystemWolt": 1,
  "IntegrationID": 1,
  "CountPosts": 1,
  "ColumnName": "sample string 2",
  "SortDirection": "sample string 3",
  "SystemCCOTitle": "sample string 4",
  "SystemWoltTitle": "sample string 5",
  "IsSuccess": true,
  "Message": "sample string 7",
  "Value": {}
}

application/xml, text/xml

Sample:
<Integration12 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Domain">
  <IsSuccess>true</IsSuccess>
  <Message>sample string 7</Message>
  <Value />
  <ColumnName>sample string 2</ColumnName>
  <CountPosts>1</CountPosts>
  <ID>1</ID>
  <IntegrationID>1</IntegrationID>
  <SortDirection>sample string 3</SortDirection>
  <SystemCCO>1</SystemCCO>
  <SystemCCOTitle>sample string 4</SystemCCOTitle>
  <SystemWolt>1</SystemWolt>
  <SystemWoltTitle>sample string 5</SystemWoltTitle>
</Integration12>

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.