POST api/Integrations/SaveIntegration10
Request Information
URI Parameters
None.
Body Parameters
Integration10| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| SystemSBO | integer |
None. |
|
| SystemCCO | integer |
None. |
|
| IntegrationID | integer |
None. |
|
| DefCustomer | string |
None. |
|
| UseDefCustAlways | boolean |
None. |
|
| LastArticleSync | date |
None. |
|
| LastBPSync | date |
None. |
|
| LastSpecialPriceSync | date |
None. |
|
| LastItemGroupSync | date |
None. |
|
| LastCustGroupSync | date |
None. |
|
| LastUoMSync | date |
None. |
|
| CountPosts | integer |
None. |
|
| ColumnName | string |
None. |
|
| SortDirection | string |
None. |
|
| SystemSBOTitle | string |
None. |
|
| SystemCCOTitle | string |
None. |
|
| IsSuccess | boolean |
None. |
|
| Message | string |
None. |
|
| Value | Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"SystemSBO": 1,
"SystemCCO": 1,
"IntegrationID": 1,
"DefCustomer": "sample string 2",
"UseDefCustAlways": true,
"LastArticleSync": "2025-12-28T14:49:41.9026605+02:00",
"LastBPSync": "2025-12-28T14:49:41.9026605+02:00",
"LastSpecialPriceSync": "2025-12-28T14:49:41.9026605+02:00",
"LastItemGroupSync": "2025-12-28T14:49:41.9026605+02:00",
"LastCustGroupSync": "2025-12-28T14:49:41.9026605+02:00",
"LastUoMSync": "2025-12-28T14:49:41.9026605+02:00",
"CountPosts": 1,
"ColumnName": "sample string 3",
"SortDirection": "sample string 4",
"SystemSBOTitle": "sample string 5",
"SystemCCOTitle": "sample string 6",
"IsSuccess": true,
"Message": "sample string 8",
"Value": {}
}
application/xml, text/xml
Sample:
<Integration10 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Domain"> <IsSuccess>true</IsSuccess> <Message>sample string 8</Message> <Value /> <ColumnName>sample string 3</ColumnName> <CountPosts>1</CountPosts> <DefCustomer>sample string 2</DefCustomer> <ID>1</ID> <IntegrationID>1</IntegrationID> <LastArticleSync>2025-12-28T14:49:41.9026605+02:00</LastArticleSync> <LastBPSync>2025-12-28T14:49:41.9026605+02:00</LastBPSync> <LastCustGroupSync>2025-12-28T14:49:41.9026605+02:00</LastCustGroupSync> <LastItemGroupSync>2025-12-28T14:49:41.9026605+02:00</LastItemGroupSync> <LastSpecialPriceSync>2025-12-28T14:49:41.9026605+02:00</LastSpecialPriceSync> <LastUoMSync>2025-12-28T14:49:41.9026605+02:00</LastUoMSync> <SortDirection>sample string 4</SortDirection> <SystemCCO>1</SystemCCO> <SystemCCOTitle>sample string 6</SystemCCOTitle> <SystemSBO>1</SystemSBO> <SystemSBOTitle>sample string 5</SystemSBOTitle> <UseDefCustAlways>true</UseDefCustAlways> </Integration10>
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. |