POST api/v1/FtpSettings/CreateFtpSetting

Request Information

URI Parameters

None.

Body Parameters

FtpSettingObjectReceiver
NameDescriptionTypeAdditional information
_Address

string

None.

_Path

string

None.

_Username

string

None.

_Password

string

None.

_FtpTime

date

None.

_Days

Collection of integer

None.

_SysNumber

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "_Address": "sample string 1",
  "_Path": "sample string 2",
  "_Username": "sample string 3",
  "_Password": "sample string 4",
  "_FtpTime": "2025-12-06T17:36:42.8468894+00:00",
  "_Days": [
    1,
    2
  ],
  "_SysNumber": 6
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.