POST api/Integrations/GetIntegration16List
Request Information
URI Parameters
None.
Body Parameters
Integration16Lister| Name | Description | Type | Additional information |
|---|---|---|---|
| Integrations16 | Collection of Integration16 |
None. |
|
| SearchCriteria16 | Integration16 |
None. |
|
| Pager | Pager |
None. |
|
| IsSuccess | boolean |
None. |
|
| Message | string |
None. |
|
| Value | Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"Integrations16": [
{
"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": {}
},
{
"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": {}
}
],
"SearchCriteria16": {
"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": {}
},
"Pager": {
"PageSize": 1,
"Take": 2,
"Skip": 3,
"CurrentPage": 4.0,
"TotalPage": "sample string 5",
"TotalRecord": 6.0
},
"IsSuccess": true,
"Message": "sample string 2",
"Value": {}
}
application/xml, text/xml
Sample:
<Integration16Lister xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Domain">
<IsSuccess>true</IsSuccess>
<Message>sample string 2</Message>
<Value />
<Integrations16>
<Integration16>
<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>
<Integration16>
<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>
</Integrations16>
<Pager>
<CurrentPage>4</CurrentPage>
<PageSize>1</PageSize>
<Skip>3</Skip>
<Take>2</Take>
<TotalPage>sample string 5</TotalPage>
<TotalRecord>6</TotalRecord>
</Pager>
<SearchCriteria16>
<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>
</SearchCriteria16>
</Integration16Lister>
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. |