POST api/grading/save-instock
Request Information
URI Parameters
None.
Body Parameters
DiaPara| Name | Description | Type | Additional information |
|---|---|---|---|
| SR | integer |
None. |
|
| SEQ_NO | integer |
None. |
|
| PUR_DET_SEQ | integer |
None. |
|
| INW_DET_SEQ | integer |
None. |
|
| LAB_RETURN_DET_SEQ | integer |
None. |
|
| PACKET_NO | string |
None. |
|
| REPORT_NO | string |
None. |
|
| SHAPE_SEQ | integer |
None. |
|
| SHAPE_NAME | string |
None. |
|
| LAB_SEQ | integer |
None. |
|
| LAB_NAME | string |
None. |
|
| CARAT | decimal number |
None. |
|
| COLOR_SEQ | integer |
None. |
|
| COLOR_NAME | string |
None. |
|
| CLARITY_SEQ | integer |
None. |
|
| CLARITY_NAME | string |
None. |
|
| CUT_SEQ | integer |
None. |
|
| CUT_NAME | string |
None. |
|
| POLISH_SEQ | integer |
None. |
|
| POLISH_NAME | string |
None. |
|
| SYMM_SEQ | integer |
None. |
|
| SYMM_NAME | string |
None. |
|
| FLS_SEQ | integer |
None. |
|
| FLS_NAME | string |
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. |
|
| H_A_NAME | string |
None. |
|
| SHADE_SEQ | integer |
None. |
|
| SHADE_NAME | string |
None. |
|
| CULET | string |
None. |
|
| GIRDLE_COND | string |
None. |
|
| GIRDLE_PER | decimal number |
None. |
|
| EYE_CLEAN | string |
None. |
|
| REPORT_COMMENT | string |
None. |
|
| KEY_TO_SYMBOLS | string |
None. |
|
| LOCATION | string |
None. |
|
| IS_ACTIVE | boolean |
None. |
|
| RATIO | decimal number |
None. |
|
| BROWN | string |
None. |
|
| TABLE_INCL | string |
None. |
|
| SIDE_INCL | string |
None. |
|
| TABLE_BLACK | string |
None. |
|
| SIDE_BLACK | string |
None. |
|
| SIDE_OPEN | string |
None. |
|
| TABLE_OPEN | string |
None. |
|
| EXTRA_FACET | string |
None. |
|
| LUSTER | string |
None. |
|
| STAR_LENGTH | decimal number |
None. |
|
| DESCRIPTION | string |
None. |
|
| VALUE | decimal number |
None. |
|
| INV_TYPE | string |
None. |
|
| STOCK_SEQ | integer |
None. |
|
| PARENT_SEQ | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SR": 1,
"SEQ_NO": 2,
"PUR_DET_SEQ": 1,
"INW_DET_SEQ": 1,
"LAB_RETURN_DET_SEQ": 1,
"PACKET_NO": "sample string 3",
"REPORT_NO": "sample string 4",
"SHAPE_SEQ": 1,
"SHAPE_NAME": "sample string 5",
"LAB_SEQ": 1,
"LAB_NAME": "sample string 6",
"CARAT": 1.0,
"COLOR_SEQ": 1,
"COLOR_NAME": "sample string 7",
"CLARITY_SEQ": 1,
"CLARITY_NAME": "sample string 8",
"CUT_SEQ": 1,
"CUT_NAME": "sample string 9",
"POLISH_SEQ": 1,
"POLISH_NAME": "sample string 10",
"SYMM_SEQ": 1,
"SYMM_NAME": "sample string 11",
"FLS_SEQ": 1,
"FLS_NAME": "sample string 12",
"RATE": 1.0,
"DISCOUNT": 1.0,
"NET_RATE": 1.0,
"NET_VALUE": 1.0,
"LENGTH": 1.0,
"WIDTH": 1.0,
"DEPTH": 1.0,
"TABLE_PER": 1.0,
"DEPTH_PER": 1.0,
"CR_ANGLE": 1.0,
"CR_HEIGHT": 1.0,
"PAV_ANGLE": 1.0,
"PAV_HEIGHT": 1.0,
"H_A": 1,
"H_A_NAME": "sample string 13",
"SHADE_SEQ": 1,
"SHADE_NAME": "sample string 14",
"CULET": "sample string 15",
"GIRDLE_COND": "sample string 16",
"GIRDLE_PER": 1.0,
"EYE_CLEAN": "sample string 17",
"REPORT_COMMENT": "sample string 18",
"KEY_TO_SYMBOLS": "sample string 19",
"LOCATION": "sample string 20",
"IS_ACTIVE": true,
"RATIO": 1.0,
"BROWN": "sample string 21",
"TABLE_INCL": "sample string 22",
"SIDE_INCL": "sample string 23",
"TABLE_BLACK": "sample string 24",
"SIDE_BLACK": "sample string 25",
"SIDE_OPEN": "sample string 26",
"TABLE_OPEN": "sample string 27",
"EXTRA_FACET": "sample string 28",
"LUSTER": "sample string 29",
"STAR_LENGTH": 1.0,
"DESCRIPTION": "sample string 30",
"VALUE": 1.0,
"INV_TYPE": "sample string 31",
"STOCK_SEQ": 1,
"PARENT_SEQ": 1
}
application/x-www-form-urlencoded
Sample:
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"
}