POST api/shapemas/save

Request Information

URI Parameters

None.

Body Parameters

SHAPE_MAS
NameDescriptionTypeAdditional 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:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Exception of type 'System.OutOfMemoryException' was thrown.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Exception of type 'System.OutOfMemoryException' was thrown.

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

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