POST api/Connectors/SaveFTP

Request Information

URI Parameters

None.

Body Parameters

Connectors_FTP
NameDescriptionTypeAdditional information
ID

integer

None.

Descr

string

None.

Customer

string

None.

ftp

string

None.

ftpPort

integer

None.

ftpusername

string

None.

ftppassword

string

None.

RemotePath

string

None.

ftpSshHostKeyFingerprint

string

None.

ColumnName

string

None.

SortDirection

string

None.

IsSuccess

boolean

None.

Message

string

None.

Value

Object

None.

Request Formats

application/json, text/json

Sample:
{
  "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": {}
}

application/xml, text/xml

Sample:
<Connectors_FTP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Domain">
  <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>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.