GET Customer/ConfigurationFtp?param={param}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| param | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
Collection of CustomerConfigurationFtp| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer |
None. |
|
| FtpProtocol | string |
None. |
|
| FtpTransfertMode | string |
None. |
|
| FtpDedicatedServeur | boolean |
None. |
|
| FtpHost | string |
None. |
|
| FtpUser | string |
None. |
|
| FtpPassword | string |
None. |
|
| FtpPath | string |
None. |
|
| FtpPathError | string |
None. |
|
| remoteServerNavigate | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CustomerId": 1,
"FtpProtocol": "sample string 2",
"FtpTransfertMode": "sample string 3",
"FtpDedicatedServeur": true,
"FtpHost": "sample string 5",
"FtpUser": "sample string 6",
"FtpPassword": "sample string 7",
"FtpPath": "sample string 8",
"FtpPathError": "sample string 9",
"remoteServerNavigate": true
},
{
"CustomerId": 1,
"FtpProtocol": "sample string 2",
"FtpTransfertMode": "sample string 3",
"FtpDedicatedServeur": true,
"FtpHost": "sample string 5",
"FtpUser": "sample string 6",
"FtpPassword": "sample string 7",
"FtpPath": "sample string 8",
"FtpPathError": "sample string 9",
"remoteServerNavigate": true
}
]
application/xml, text/xml
Sample:
<ArrayOfCustomerConfigurationFtp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/">
<CustomerConfigurationFtp>
<CustomerId>1</CustomerId>
<FtpDedicatedServeur>true</FtpDedicatedServeur>
<FtpHost>sample string 5</FtpHost>
<FtpPassword>sample string 7</FtpPassword>
<FtpPath>sample string 8</FtpPath>
<FtpPathError>sample string 9</FtpPathError>
<FtpProtocol>sample string 2</FtpProtocol>
<FtpTransfertMode>sample string 3</FtpTransfertMode>
<FtpUser>sample string 6</FtpUser>
<remoteServerNavigate>true</remoteServerNavigate>
</CustomerConfigurationFtp>
<CustomerConfigurationFtp>
<CustomerId>1</CustomerId>
<FtpDedicatedServeur>true</FtpDedicatedServeur>
<FtpHost>sample string 5</FtpHost>
<FtpPassword>sample string 7</FtpPassword>
<FtpPath>sample string 8</FtpPath>
<FtpPathError>sample string 9</FtpPathError>
<FtpProtocol>sample string 2</FtpProtocol>
<FtpTransfertMode>sample string 3</FtpTransfertMode>
<FtpUser>sample string 6</FtpUser>
<remoteServerNavigate>true</remoteServerNavigate>
</CustomerConfigurationFtp>
</ArrayOfCustomerConfigurationFtp>