POST api/Connectors/GetAllFTP
Request Information
URI Parameters
None.
Body Parameters
FTPLister| Name | Description | Type | Additional information |
|---|---|---|---|
| Customer | string |
None. |
|
| FTPs | Collection of Connectors_FTP |
None. |
|
| SearchCriteria | Connectors_FTP |
None. |
|
| Pager | Pager |
None. |
|
| IsSuccess | boolean |
None. |
|
| Message | string |
None. |
|
| Value | Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"Customer": "sample string 1",
"FTPs": [
{
"ID": 1,
"Descr": "sample string 2",
"Customer": "sample string 3",
"ftp": "sample string 4",
"ftpPort": 5,
"ftpusername": "sample string 6",
"ftppassword": "sample string 7",
"RemotePath": "sample string 8",
"ftpSshHostKeyFingerprint": "sample string 9",
"ColumnName": "sample string 10",
"SortDirection": "sample string 11",
"IsSuccess": true,
"Message": "sample string 13",
"Value": {}
},
{
"ID": 1,
"Descr": "sample string 2",
"Customer": "sample string 3",
"ftp": "sample string 4",
"ftpPort": 5,
"ftpusername": "sample string 6",
"ftppassword": "sample string 7",
"RemotePath": "sample string 8",
"ftpSshHostKeyFingerprint": "sample string 9",
"ColumnName": "sample string 10",
"SortDirection": "sample string 11",
"IsSuccess": true,
"Message": "sample string 13",
"Value": {}
}
],
"SearchCriteria": {
"ID": 1,
"Descr": "sample string 2",
"Customer": "sample string 3",
"ftp": "sample string 4",
"ftpPort": 5,
"ftpusername": "sample string 6",
"ftppassword": "sample string 7",
"RemotePath": "sample string 8",
"ftpSshHostKeyFingerprint": "sample string 9",
"ColumnName": "sample string 10",
"SortDirection": "sample string 11",
"IsSuccess": true,
"Message": "sample string 13",
"Value": {}
},
"Pager": {
"PageSize": 1,
"Take": 2,
"Skip": 3,
"CurrentPage": 4.0,
"TotalPage": "sample string 5",
"TotalRecord": 6.0
},
"IsSuccess": true,
"Message": "sample string 3",
"Value": {}
}
application/xml, text/xml
Sample:
<FTPLister xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Domain">
<IsSuccess>true</IsSuccess>
<Message>sample string 3</Message>
<Value />
<Customer>sample string 1</Customer>
<FTPs>
<Connectors_FTP>
<IsSuccess>true</IsSuccess>
<Message>sample string 13</Message>
<Value />
<ColumnName>sample string 10</ColumnName>
<Customer>sample string 3</Customer>
<Descr>sample string 2</Descr>
<ID>1</ID>
<RemotePath>sample string 8</RemotePath>
<SortDirection>sample string 11</SortDirection>
<ftp>sample string 4</ftp>
<ftpPort>5</ftpPort>
<ftpSshHostKeyFingerprint>sample string 9</ftpSshHostKeyFingerprint>
<ftppassword>sample string 7</ftppassword>
<ftpusername>sample string 6</ftpusername>
</Connectors_FTP>
<Connectors_FTP>
<IsSuccess>true</IsSuccess>
<Message>sample string 13</Message>
<Value />
<ColumnName>sample string 10</ColumnName>
<Customer>sample string 3</Customer>
<Descr>sample string 2</Descr>
<ID>1</ID>
<RemotePath>sample string 8</RemotePath>
<SortDirection>sample string 11</SortDirection>
<ftp>sample string 4</ftp>
<ftpPort>5</ftpPort>
<ftpSshHostKeyFingerprint>sample string 9</ftpSshHostKeyFingerprint>
<ftppassword>sample string 7</ftppassword>
<ftpusername>sample string 6</ftpusername>
</Connectors_FTP>
</FTPs>
<Pager>
<CurrentPage>4</CurrentPage>
<PageSize>1</PageSize>
<Skip>3</Skip>
<Take>2</Take>
<TotalPage>sample string 5</TotalPage>
<TotalRecord>6</TotalRecord>
</Pager>
<SearchCriteria>
<IsSuccess>true</IsSuccess>
<Message>sample string 13</Message>
<Value />
<ColumnName>sample string 10</ColumnName>
<Customer>sample string 3</Customer>
<Descr>sample string 2</Descr>
<ID>1</ID>
<RemotePath>sample string 8</RemotePath>
<SortDirection>sample string 11</SortDirection>
<ftp>sample string 4</ftp>
<ftpPort>5</ftpPort>
<ftpSshHostKeyFingerprint>sample string 9</ftpSshHostKeyFingerprint>
<ftppassword>sample string 7</ftppassword>
<ftpusername>sample string 6</ftpusername>
</SearchCriteria>
</FTPLister>
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. |