GET api/diamond/exclusive-stones
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ResponseExclusiveStones| Name | Description | Type | Additional information |
|---|---|---|---|
| UserSeq | integer |
None. |
|
| UserCode | string |
None. |
|
| UserToken | string |
None. |
|
| Status | string |
None. |
|
| Message | string |
None. |
|
| data | Collection of ExclusiveStones |
None. |
|
| para | DiamondParameter |
None. |
Response Formats
application/json, text/json
Sample:
{
"UserSeq": 1,
"UserCode": "sample string 2",
"UserToken": "sample string 3",
"Status": "sample string 4",
"Message": "sample string 5",
"data": [
{
"SEQ_NO": 1,
"STOCK_SEQ": 1,
"USER_SEQ": 1,
"PACKET_NO": "sample string 2",
"REPORT_NO": "sample string 3",
"LAB": "sample string 4",
"CARAT": 1.0,
"RATE": 1.0,
"DISCOUNT": 1.0,
"NET_RATE": 1.0,
"NET_VALUE": 1.0,
"SHAPE": "sample string 5",
"COLOR": "sample string 6",
"CLARITY": "sample string 7",
"CUT": "sample string 8",
"POLISH": "sample string 9",
"SYMM": "sample string 10",
"FLS": "sample string 11",
"IMG_PATH": "sample string 12",
"REPORT_COMMENT": "sample string 13",
"KEY_TO_SYMBOLS": "sample string 14",
"LOCATION": "sample string 15",
"STATUS": "sample string 16",
"TRANS_DATE": "sample string 17"
},
{
"SEQ_NO": 1,
"STOCK_SEQ": 1,
"USER_SEQ": 1,
"PACKET_NO": "sample string 2",
"REPORT_NO": "sample string 3",
"LAB": "sample string 4",
"CARAT": 1.0,
"RATE": 1.0,
"DISCOUNT": 1.0,
"NET_RATE": 1.0,
"NET_VALUE": 1.0,
"SHAPE": "sample string 5",
"COLOR": "sample string 6",
"CLARITY": "sample string 7",
"CUT": "sample string 8",
"POLISH": "sample string 9",
"SYMM": "sample string 10",
"FLS": "sample string 11",
"IMG_PATH": "sample string 12",
"REPORT_COMMENT": "sample string 13",
"KEY_TO_SYMBOLS": "sample string 14",
"LOCATION": "sample string 15",
"STATUS": "sample string 16",
"TRANS_DATE": "sample string 17"
}
],
"para": {
"SHAPE": [
{
"SEQ_NO": 1,
"NAME": "sample string 2"
},
{
"SEQ_NO": 1,
"NAME": "sample string 2"
}
],
"LAB": [
{
"SEQ_NO": 1,
"NAME": "sample string 2"
},
{
"SEQ_NO": 1,
"NAME": "sample string 2"
}
],
"COLOR": [
{
"SEQ_NO": 1,
"NAME": "sample string 2"
},
{
"SEQ_NO": 1,
"NAME": "sample string 2"
}
],
"CLARITY": [
{
"SEQ_NO": 1,
"NAME": "sample string 2"
},
{
"SEQ_NO": 1,
"NAME": "sample string 2"
}
],
"CUT": [
{
"SEQ_NO": 1,
"NAME": "sample string 2"
},
{
"SEQ_NO": 1,
"NAME": "sample string 2"
}
],
"POLISH": [
{
"SEQ_NO": 1,
"NAME": "sample string 2"
},
{
"SEQ_NO": 1,
"NAME": "sample string 2"
}
],
"SYMM": [
{
"SEQ_NO": 1,
"NAME": "sample string 2"
},
{
"SEQ_NO": 1,
"NAME": "sample string 2"
}
],
"FLS": [
{
"SEQ_NO": 1,
"NAME": "sample string 2"
},
{
"SEQ_NO": 1,
"NAME": "sample string 2"
}
],
"SHADE": [
{
"SEQ_NO": 1,
"NAME": "sample string 2"
},
{
"SEQ_NO": 1,
"NAME": "sample string 2"
}
],
"HA": [
{
"SEQ_NO": 1,
"NAME": "sample string 2"
},
{
"SEQ_NO": 1,
"NAME": "sample string 2"
}
],
"PROP": [
{
"SEQ_NO": 1,
"NAME": "sample string 2",
"CUT_SEQ": 1
},
{
"SEQ_NO": 1,
"NAME": "sample string 2",
"CUT_SEQ": 1
}
]
}
}