POST api/setting/save-column
Request Information
URI Parameters
None.
Body Parameters
GRID_COLUMNName | Description | Type | Additional 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:
text/json
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponseMessageName | Description | Type | Additional 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" }