PUT api/v1/FtpSettings/UpdateFtpSetting
Request Information
URI Parameters
None.
Body Parameters
FtpSetting| Name | Description | Type | Additional information |
|---|---|---|---|
| _FtpID | integer |
None. |
|
| _Address | string |
None. |
|
| _Path | string |
None. |
|
| _Username | string |
None. |
|
| _Password | string |
None. |
|
| _Days | Collection of integer |
None. |
|
| _FtpTime | date |
None. |
|
| _OnSunday | byte |
None. |
|
| _OnMonday | byte |
None. |
|
| _OnTuesday | byte |
None. |
|
| _OnWednesday | byte |
None. |
|
| _OnThursday | byte |
None. |
|
| _OnFriday | byte |
None. |
|
| _OnSaturday | byte |
None. |
|
| _SysNumber | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"_FtpID": 1,
"_Address": "sample string 2",
"_Path": "sample string 3",
"_Username": "sample string 4",
"_Password": "sample string 5",
"_Days": [
1,
2
],
"_FtpTime": "2025-12-06T17:39:44.2965478+00:00",
"_OnSunday": 64,
"_OnMonday": 64,
"_OnTuesday": 64,
"_OnWednesday": 64,
"_OnThursday": 64,
"_OnFriday": 64,
"_OnSaturday": 64,
"_SysNumber": 14
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.