POST api/shademas/save

Request Information

URI Parameters

None.

Body Parameters

SHADE_MAS
NameDescriptionTypeAdditional information
SEQ_NO

integer

None.

NAME

string

String length: inclusive between 0 and 50

FULL_NAME

string

String length: inclusive between 0 and 50

SYNONYM

string

String length: inclusive between 0 and 100

SORT

integer

None.

SHADE_TYPE_SEQ

integer

None.

DIA_PARA

Collection of DIA_PARA

None.

SHADE_TYPE_MAS

SHADE_TYPE_MAS

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: Stream was too long.

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