POST api/Integrations/SaveIntegration16
Request Information
URI Parameters
None.
Body Parameters
Integration16| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| SystemSQL | integer |
None. |
|
| SystemWolt | integer |
None. |
|
| IntegrationID | integer |
None. |
|
| Company | string |
None. |
|
| CountPosts | integer |
None. |
|
| DefaultItemCode | string |
None. |
|
| ColumnName | string |
None. |
|
| SortDirection | string |
None. |
|
| SystemSQLTitle | string |
None. |
|
| SystemWoltTitle | string |
None. |
|
| IsSuccess | boolean |
None. |
|
| Message | string |
None. |
|
| Value | Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"SystemSQL": 1,
"SystemWolt": 1,
"IntegrationID": 1,
"Company": "sample string 2",
"CountPosts": 1,
"DefaultItemCode": "sample string 3",
"ColumnName": "sample string 4",
"SortDirection": "sample string 5",
"SystemSQLTitle": "sample string 6",
"SystemWoltTitle": "sample string 7",
"IsSuccess": true,
"Message": "sample string 9",
"Value": {}
}
application/xml, text/xml
Sample:
<Integration16 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Domain"> <IsSuccess>true</IsSuccess> <Message>sample string 9</Message> <Value /> <ColumnName>sample string 4</ColumnName> <Company>sample string 2</Company> <CountPosts>1</CountPosts> <DefaultItemCode>sample string 3</DefaultItemCode> <ID>1</ID> <IntegrationID>1</IntegrationID> <SortDirection>sample string 5</SortDirection> <SystemSQL>1</SystemSQL> <SystemSQLTitle>sample string 6</SystemSQLTitle> <SystemWolt>1</SystemWolt> <SystemWoltTitle>sample string 7</SystemWoltTitle> </Integration16>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |