POST api/api-download/ftp-list

Request Information

URI Parameters

None.

Body Parameters

UserRequest
NameDescriptionTypeAdditional information
UserSeq

integer

None.

UserUId

globally unique identifier

None.

TokenNo

string

None.

seqNo

integer

None.

value

string

None.

Code

string

None.

Type

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserSeq": 1,
  "UserUId": "90b92822-48a5-4fbf-9c8b-b44e42da9201",
  "TokenNo": "sample string 3",
  "seqNo": 4,
  "value": "sample string 5",
  "Code": "sample string 6",
  "Type": "sample string 7"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UserRequest'.

Response Information

Resource Description

Collection of STOCK_TYPE
NameDescriptionTypeAdditional information
SEQ_NO

integer

None.

STOCK_PROVIDER

string

String length: inclusive between 0 and 50

PROVIDER_CAPTION

string

None.

STOCK_FROM

string

None.

HOST

string

String length: inclusive between 0 and 50

USER_NAME

string

String length: inclusive between 0 and 25

PASSWORD

string

String length: inclusive between 0 and 25

IS_ACTIVE

boolean

None.

FILE_PATH

string

None.

VALID_STONE_STAGE

string

None.

STONE_TYPE_SEQ

byte

None.

CVD_TYPE

string

String length: inclusive between 0 and 5

ONLINE_OFFER_TYPE

string

None.

ONLINE_DISC_OFF

decimal number

None.

ONLINE_VALUE_OFF

decimal number

None.

DISC_SIGN

string

String length: inclusive between 0 and 1

Response Formats

application/json, text/json

Sample:
[
  {
    "SEQ_NO": 1,
    "STOCK_PROVIDER": "sample string 2",
    "PROVIDER_CAPTION": "sample string 3",
    "STOCK_FROM": "sample string 4",
    "HOST": "sample string 5",
    "USER_NAME": "sample string 6",
    "PASSWORD": "sample string 7",
    "IS_ACTIVE": true,
    "FILE_PATH": "sample string 8",
    "VALID_STONE_STAGE": "sample string 9",
    "STONE_TYPE_SEQ": 64,
    "CVD_TYPE": "sample string 10",
    "ONLINE_OFFER_TYPE": "sample string 11",
    "ONLINE_DISC_OFF": 1.0,
    "ONLINE_VALUE_OFF": 1.0,
    "DISC_SIGN": "sample string 12"
  },
  {
    "SEQ_NO": 1,
    "STOCK_PROVIDER": "sample string 2",
    "PROVIDER_CAPTION": "sample string 3",
    "STOCK_FROM": "sample string 4",
    "HOST": "sample string 5",
    "USER_NAME": "sample string 6",
    "PASSWORD": "sample string 7",
    "IS_ACTIVE": true,
    "FILE_PATH": "sample string 8",
    "VALID_STONE_STAGE": "sample string 9",
    "STONE_TYPE_SEQ": 64,
    "CVD_TYPE": "sample string 10",
    "ONLINE_OFFER_TYPE": "sample string 11",
    "ONLINE_DISC_OFF": 1.0,
    "ONLINE_VALUE_OFF": 1.0,
    "DISC_SIGN": "sample string 12"
  }
]