POST api/setting/save-column

Request Information

URI Parameters

None.

Body Parameters

GRID_COLUMN
NameDescriptionTypeAdditional information
SEQ_NO

integer

None.

COLUMN_NAME

string

String length: inclusive between 0 and 25

CAPTION

string

String length: inclusive between 0 and 25

WIDTH

integer

None.

VISIBLE

boolean

None.

DISPLAY_INDEX

integer

None.

USER_SEQ

integer

None.

COL_TYPE

string

String length: inclusive between 0 and 6

USER_MAS

USER_MAS

None.

Request Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Stream was too long.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Stream was too long.

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 'GRID_COLUMN'.

Response Information

Resource Description

ResponseMessage
NameDescriptionTypeAdditional information
STATUS

string

None.

MESSAGE

string

None.

VALUE

string

None.

Response Formats

application/json, text/json

Sample:
{
  "STATUS": "sample string 1",
  "MESSAGE": "sample string 2",
  "VALUE": "sample string 3"
}