POST api/stock-group/exclude-rules/save
Request Information
URI Parameters
None.
Body Parameters
StockTypeExcludeRulesRequest| Name | Description | Type | Additional 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:
Response Information
Resource Description
ResponseMessage| Name | 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"
}