POST api/grading/save-grading

Request Information

URI Parameters

None.

Body Parameters

DIA_PARA
NameDescriptionTypeAdditional information
SEQ_NO

integer

None.

PUR_DET_SEQ

integer

None.

LAB_RETURN_DET_SEQ

integer

None.

PACKET_NO

string

String length: inclusive between 0 and 25

REPORT_NO

string

String length: inclusive between 0 and 25

SHAPE_SEQ

integer

None.

LAB_SEQ

integer

None.

CARAT

decimal number

None.

COLOR_SEQ

integer

None.

CLARITY_SEQ

integer

None.

CUT_SEQ

integer

None.

POLISH_SEQ

integer

None.

SYMM_SEQ

integer

None.

FLS_SEQ

integer

None.

RATE

decimal number

None.

DISCOUNT

decimal number

None.

NET_RATE

decimal number

None.

NET_VALUE

decimal number

None.

LENGTH

decimal number

None.

WIDTH

decimal number

None.

DEPTH

decimal number

None.

TABLE_PER

decimal number

None.

DEPTH_PER

decimal number

None.

CR_ANGLE

decimal number

None.

CR_HEIGHT

decimal number

None.

PAV_ANGLE

decimal number

None.

PAV_HEIGHT

decimal number

None.

H_A

integer

None.

SHADE_SEQ

integer

None.

CULET

string

String length: inclusive between 0 and 50

GIRDLE_COND

string

String length: inclusive between 0 and 50

GIRDLE_PER

decimal number

None.

EYE_CLEAN

string

String length: inclusive between 0 and 50

REPORT_COMMENT

string

String length: inclusive between 0 and 500

KEY_TO_SYMBOLS

string

String length: inclusive between 0 and 500

LOCATION

string

String length: inclusive between 0 and 30

IS_ACTIVE

boolean

None.

RATIO

decimal number

None.

BROWN

string

String length: inclusive between 0 and 30

TABLE_INCL

string

String length: inclusive between 0 and 30

SIDE_INCL

string

String length: inclusive between 0 and 30

TABLE_BLACK

string

String length: inclusive between 0 and 30

SIDE_BLACK

string

String length: inclusive between 0 and 30

SIDE_OPEN

string

String length: inclusive between 0 and 30

TABLE_OPEN

string

String length: inclusive between 0 and 30

EXTRA_FACET

string

String length: inclusive between 0 and 30

LUSTER

string

String length: inclusive between 0 and 30

STAR_LENGTH

decimal number

None.

INV_TYPE

string

String length: inclusive between 0 and 25

INW_DET_SEQ

integer

None.

PARENT_SEQ

integer

None.

STOCK_SEQ

integer

None.

CLARITY_MAS

CLARITY_MAS

None.

COLOR_MAS

COLOR_MAS

None.

CPS_MAS

CPS_MAS

None.

CPS_MAS1

CPS_MAS

None.

CPS_MAS2

CPS_MAS

None.

FLS_MAS

FLS_MAS

None.

HA_MAS

HA_MAS

None.

RECEIVE_DET

RECEIVE_DET

None.

LAB_MAS

LAB_MAS

None.

PUR_DET

PUR_DET

None.

SHADE_MAS

SHADE_MAS

None.

SHAPE_MAS

SHAPE_MAS

None.

STOCK

STOCK

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

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

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