POST api/setting/save-order

Request Information

URI Parameters

None.

Body Parameters

RetColumnOrder
NameDescriptionTypeAdditional information
data

Collection of ColumnOrders

None.

status

string

None.

UserSeq

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "data": [
    {
      "SEQ_NO": 1,
      "VISIBLE": true,
      "DISPLAY_INDEX": 3,
      "COLUMN_NAME": "sample string 4",
      "CAPTION": "sample string 5",
      "COL_TYPE": "sample string 6",
      "WIDTH": 1,
      "USER_SEQ": 1
    },
    {
      "SEQ_NO": 1,
      "VISIBLE": true,
      "DISPLAY_INDEX": 3,
      "COLUMN_NAME": "sample string 4",
      "CAPTION": "sample string 5",
      "COL_TYPE": "sample string 6",
      "WIDTH": 1,
      "USER_SEQ": 1
    }
  ],
  "status": "sample string 1",
  "UserSeq": 2
}

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

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"
}