POST api/trading/update-trade-summery

Request Information

URI Parameters

None.

Body Parameters

TradePara
NameDescriptionTypeAdditional information
SEQ_NO

integer

None.

TRADE_SEQ

integer

None.

PACKET_NO

string

None.

SHAPE

string

None.

CARAT

decimal number

None.

COLOR

string

None.

CLARITY

string

None.

CUT

string

None.

POLISH

string

None.

SYMM

string

None.

PROP

string

None.

FLS

string

None.

DISCOUNT

decimal number

None.

NET_VALUE

decimal number

None.

LAB

string

None.

MEASUREMENT

string

None.

RATIO

decimal number

None.

DEPTH_PER

decimal number

None.

TABLE_PER

decimal number

None.

GIRDLE

string

None.

CULET

string

None.

SHADE

string

None.

STAR_LENGTH

string

None.

CENTER_INCL

string

None.

BLACK_INCL

string

None.

MEMBER_COMMENT

string

None.

KEY_TO_SYMBOLS

string

None.

INSCRIPTION

string

None.

COMMENTS

string

None.

VIDEO_PATH

string

None.

IMAGE_PATH

string

None.

NAME_SEQ

integer

None.

REPORT_NO

string

None.

RATE

decimal number

None.

CROWN

string

None.

NET_RATE

decimal number

None.

RAPNET_ID

string

None.

STAGE

string

None.

IN_STOCK

integer

None.

IS_SELECTED

boolean

None.

IS_REJECTED

boolean

None.

TRADE_COMMENT

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SEQ_NO": 1,
  "TRADE_SEQ": 1,
  "PACKET_NO": "sample string 2",
  "SHAPE": "sample string 3",
  "CARAT": 1.0,
  "COLOR": "sample string 4",
  "CLARITY": "sample string 5",
  "CUT": "sample string 6",
  "POLISH": "sample string 7",
  "SYMM": "sample string 8",
  "PROP": "sample string 9",
  "FLS": "sample string 10",
  "DISCOUNT": 1.0,
  "NET_VALUE": 1.0,
  "LAB": "sample string 11",
  "MEASUREMENT": "sample string 12",
  "RATIO": 1.0,
  "DEPTH_PER": 1.0,
  "TABLE_PER": 1.0,
  "GIRDLE": "sample string 13",
  "CULET": "sample string 14",
  "SHADE": "sample string 15",
  "STAR_LENGTH": "sample string 16",
  "CENTER_INCL": "sample string 17",
  "BLACK_INCL": "sample string 18",
  "MEMBER_COMMENT": "sample string 19",
  "KEY_TO_SYMBOLS": "sample string 20",
  "INSCRIPTION": "sample string 21",
  "COMMENTS": "sample string 22",
  "VIDEO_PATH": "sample string 23",
  "IMAGE_PATH": "sample string 24",
  "NAME_SEQ": 1,
  "REPORT_NO": "sample string 25",
  "RATE": 1.0,
  "CROWN": "sample string 26",
  "NET_RATE": 1.0,
  "RAPNET_ID": "sample string 27",
  "STAGE": "sample string 28",
  "IN_STOCK": 29,
  "IS_SELECTED": true,
  "IS_REJECTED": true,
  "TRADE_COMMENT": "sample string 30"
}

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

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