POST api/Integrations/GetIntegration19List
Request Information
URI Parameters
None.
Body Parameters
Integration19Lister| Name | Description | Type | Additional information |
|---|---|---|---|
| Integrations19 | Collection of Integration19 |
None. |
|
| SearchCriteria19 | Integration19 |
None. |
|
| Pager | Pager |
None. |
|
| IsSuccess | boolean |
None. |
|
| Message | string |
None. |
|
| Value | Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"Integrations19": [
{
"ID": 1,
"SystemSQL": 1,
"SystemMailer": 1,
"IntegrationID": 1,
"CountPosts": 1,
"Company": "sample string 2",
"SMSSender": "sample string 3",
"ColumnName": "sample string 4",
"SortDirection": "sample string 5",
"SystemSQLTitle": "sample string 6",
"SystemMailerTitle": "sample string 7",
"IsSuccess": true,
"Message": "sample string 9",
"Value": {}
},
{
"ID": 1,
"SystemSQL": 1,
"SystemMailer": 1,
"IntegrationID": 1,
"CountPosts": 1,
"Company": "sample string 2",
"SMSSender": "sample string 3",
"ColumnName": "sample string 4",
"SortDirection": "sample string 5",
"SystemSQLTitle": "sample string 6",
"SystemMailerTitle": "sample string 7",
"IsSuccess": true,
"Message": "sample string 9",
"Value": {}
}
],
"SearchCriteria19": {
"ID": 1,
"SystemSQL": 1,
"SystemMailer": 1,
"IntegrationID": 1,
"CountPosts": 1,
"Company": "sample string 2",
"SMSSender": "sample string 3",
"ColumnName": "sample string 4",
"SortDirection": "sample string 5",
"SystemSQLTitle": "sample string 6",
"SystemMailerTitle": "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:
<Integration19Lister 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 />
<Integrations19>
<Integration19>
<IsSuccess>true</IsSuccess>
<Message>sample string 9</Message>
<Value />
<ColumnName>sample string 4</ColumnName>
<Company>sample string 2</Company>
<CountPosts>1</CountPosts>
<ID>1</ID>
<IntegrationID>1</IntegrationID>
<SMSSender>sample string 3</SMSSender>
<SortDirection>sample string 5</SortDirection>
<SystemMailer>1</SystemMailer>
<SystemMailerTitle>sample string 7</SystemMailerTitle>
<SystemSQL>1</SystemSQL>
<SystemSQLTitle>sample string 6</SystemSQLTitle>
</Integration19>
<Integration19>
<IsSuccess>true</IsSuccess>
<Message>sample string 9</Message>
<Value />
<ColumnName>sample string 4</ColumnName>
<Company>sample string 2</Company>
<CountPosts>1</CountPosts>
<ID>1</ID>
<IntegrationID>1</IntegrationID>
<SMSSender>sample string 3</SMSSender>
<SortDirection>sample string 5</SortDirection>
<SystemMailer>1</SystemMailer>
<SystemMailerTitle>sample string 7</SystemMailerTitle>
<SystemSQL>1</SystemSQL>
<SystemSQLTitle>sample string 6</SystemSQLTitle>
</Integration19>
</Integrations19>
<Pager>
<CurrentPage>4</CurrentPage>
<PageSize>1</PageSize>
<Skip>3</Skip>
<Take>2</Take>
<TotalPage>sample string 5</TotalPage>
<TotalRecord>6</TotalRecord>
</Pager>
<SearchCriteria19>
<IsSuccess>true</IsSuccess>
<Message>sample string 9</Message>
<Value />
<ColumnName>sample string 4</ColumnName>
<Company>sample string 2</Company>
<CountPosts>1</CountPosts>
<ID>1</ID>
<IntegrationID>1</IntegrationID>
<SMSSender>sample string 3</SMSSender>
<SortDirection>sample string 5</SortDirection>
<SystemMailer>1</SystemMailer>
<SystemMailerTitle>sample string 7</SystemMailerTitle>
<SystemSQL>1</SystemSQL>
<SystemSQLTitle>sample string 6</SystemSQLTitle>
</SearchCriteria19>
</Integration19Lister>
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. |