POST api/Integrations/SaveIntegration11
Request Information
URI Parameters
None.
Body Parameters
Integration11| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| SystemSBO | integer |
None. |
|
| SystemWolt | integer |
None. |
|
| IntegrationID | integer |
None. |
|
| SAPDocument | string |
None. |
|
| SAPCreditCardId | integer |
None. |
|
| SAPDefCardCode | string |
None. |
|
| SAPSeries | integer |
None. |
|
| SAPCostCenter1 | string |
None. |
|
| SAPCostCenter2 | string |
None. |
|
| SAPCostCenter3 | string |
None. |
|
| SAPCostCenter4 | string |
None. |
|
| SAPCostCenter5 | string |
None. |
|
| Pricelist | integer |
None. |
|
| LastArticleSync | date |
None. |
|
| ArticleFilter | string |
None. |
|
| CountPosts | integer |
None. |
|
| Warehouse | string |
None. |
|
| StockEndpoint | string |
None. |
|
| ColumnName | string |
None. |
|
| SortDirection | string |
None. |
|
| SystemSBOTitle | string |
None. |
|
| SystemWoltTitle | string |
None. |
|
| IsSuccess | boolean |
None. |
|
| Message | string |
None. |
|
| Value | Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"SystemSBO": 1,
"SystemWolt": 1,
"IntegrationID": 1,
"SAPDocument": "sample string 2",
"SAPCreditCardId": 1,
"SAPDefCardCode": "sample string 3",
"SAPSeries": 1,
"SAPCostCenter1": "sample string 4",
"SAPCostCenter2": "sample string 5",
"SAPCostCenter3": "sample string 6",
"SAPCostCenter4": "sample string 7",
"SAPCostCenter5": "sample string 8",
"Pricelist": 9,
"LastArticleSync": "2025-12-28T14:50:26.1389343+02:00",
"ArticleFilter": "sample string 10",
"CountPosts": 1,
"Warehouse": "sample string 11",
"StockEndpoint": "sample string 12",
"ColumnName": "sample string 13",
"SortDirection": "sample string 14",
"SystemSBOTitle": "sample string 15",
"SystemWoltTitle": "sample string 16",
"IsSuccess": true,
"Message": "sample string 18",
"Value": {}
}
application/xml, text/xml
Sample:
<Integration11 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Domain"> <IsSuccess>true</IsSuccess> <Message>sample string 18</Message> <Value /> <ArticleFilter>sample string 10</ArticleFilter> <ColumnName>sample string 13</ColumnName> <CountPosts>1</CountPosts> <ID>1</ID> <IntegrationID>1</IntegrationID> <LastArticleSync>2025-12-28T14:50:26.1389343+02:00</LastArticleSync> <Pricelist>9</Pricelist> <SAPCostCenter1>sample string 4</SAPCostCenter1> <SAPCostCenter2>sample string 5</SAPCostCenter2> <SAPCostCenter3>sample string 6</SAPCostCenter3> <SAPCostCenter4>sample string 7</SAPCostCenter4> <SAPCostCenter5>sample string 8</SAPCostCenter5> <SAPCreditCardId>1</SAPCreditCardId> <SAPDefCardCode>sample string 3</SAPDefCardCode> <SAPDocument>sample string 2</SAPDocument> <SAPSeries>1</SAPSeries> <SortDirection>sample string 14</SortDirection> <StockEndpoint>sample string 12</StockEndpoint> <SystemSBO>1</SystemSBO> <SystemSBOTitle>sample string 15</SystemSBOTitle> <SystemWolt>1</SystemWolt> <SystemWoltTitle>sample string 16</SystemWoltTitle> <Warehouse>sample string 11</Warehouse> </Integration11>
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. |