POST api/user-profile/save-stock-settings

Request Information

URI Parameters

None.

Body Parameters

UserStockSettingRequest
NameDescriptionTypeAdditional information
Data

UserStockSettings

None.

UserSeq

integer

None.

TokenNo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Data": {
    "SEQ_NO": 1,
    "SYS_USER": true,
    "SHOW_STOCK_LOCATION": "sample string 2",
    "STOCK_TYPE_SEQS": "sample string 3"
  },
  "UserSeq": 1,
  "TokenNo": "sample string 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 'UserStockSettingRequest'.

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