POST api/stock-group/exclude-rules/save

Request Information

URI Parameters

None.

Body Parameters

StockTypeExcludeRulesRequest
NameDescriptionTypeAdditional information
UserSeq

integer

None.

TokenNo

string

None.

StockTypeSeq

integer

None.

Data

Collection of StockTypeExcludeRule

None.

Request Formats

application/json, text/json

Sample:
{
  "UserSeq": 1,
  "TokenNo": "sample string 2",
  "StockTypeSeq": 3,
  "Data": [
    {
      "SEQ_NO": 1,
      "STOCK_TYPE_SEQ": 2,
      "SHAPE_SEQ": 1,
      "SHAPE_NAME": "sample string 3",
      "FROM_CARAT": 1.0,
      "TO_CARAT": 1.0,
      "IS_ACTIVE": true,
      "REMARK": "sample string 5"
    },
    {
      "SEQ_NO": 1,
      "STOCK_TYPE_SEQ": 2,
      "SHAPE_SEQ": 1,
      "SHAPE_NAME": "sample string 3",
      "FROM_CARAT": 1.0,
      "TO_CARAT": 1.0,
      "IS_ACTIVE": true,
      "REMARK": "sample string 5"
    }
  ]
}

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

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