POST api/api-download/columns

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": "43d34562-22e3-484d-b7f3-61708af9c197",
  "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 API_DOWNLOAD_COLUMN
NameDescriptionTypeAdditional information
SEQ_NO

integer

None.

API_SEQ

integer

None.

COLUMN_NAME

string

String length: inclusive between 0 and 35

CAPTION

string

String length: inclusive between 0 and 35

VISIBLE

boolean

None.

DISPLAY_INDEX

integer

None.

PARA_VALUE_JSON

string

None.

DEFAULT_VALUE

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "SEQ_NO": 1,
    "API_SEQ": 1,
    "COLUMN_NAME": "sample string 2",
    "CAPTION": "sample string 3",
    "VISIBLE": true,
    "DISPLAY_INDEX": 1,
    "PARA_VALUE_JSON": "sample string 4",
    "DEFAULT_VALUE": "sample string 5"
  },
  {
    "SEQ_NO": 1,
    "API_SEQ": 1,
    "COLUMN_NAME": "sample string 2",
    "CAPTION": "sample string 3",
    "VISIBLE": true,
    "DISPLAY_INDEX": 1,
    "PARA_VALUE_JSON": "sample string 4",
    "DEFAULT_VALUE": "sample string 5"
  }
]