POST api/stock-group/save

Request Information

URI Parameters

None.

Body Parameters

StockGroupRow
NameDescriptionTypeAdditional information
Data

StockGroup

None.

UserSeq

integer

None.

TokenNo

string

None.

Status

string

None.

Message

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Data": {
    "SEQ_NO": 1,
    "STOCK_PROVIDER": "sample string 2",
    "PROVIDER_CAPTION": "sample string 3",
    "COMP_SEQ": 1,
    "STOCK_FROM": "sample string 4",
    "IS_ACTIVE": true,
    "FILE_PATH": "sample string 5",
    "VALID_STONE_STAGE": "sample string 6",
    "STONE_TYPE_SEQ": 64,
    "CVD_TYPE": "sample string 7"
  },
  "UserSeq": 1,
  "TokenNo": "sample string 2",
  "Status": "sample string 3",
  "Message": "sample string 4"
}

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

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