POST api/shapemas/save
Request Information
URI Parameters
None.
Body Parameters
SHAPE_MAS| Name | Description | Type | Additional information |
|---|---|---|---|
| SEQ_NO | integer |
None. |
|
| NAME | string |
String length: inclusive between 0 and 50 |
|
| SYNONYM | string |
String length: inclusive between 0 and 250 |
|
| SORT | integer |
None. |
|
| FULL_NAME | string |
String length: inclusive between 0 and 25 |
|
| SHOW_SEARCH | boolean |
None. |
|
| DIA_PARA | Collection of DIA_PARA |
None. |
|
| STOCKs | Collection of STOCK |
None. |
|
| TRADE_PARA | Collection of TRADE_PARA |
None. |
|
| TRADE_PARA1 | Collection of TRADE_PARA |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
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"
}