POST api/diamond/primary-para-by-stock-type
Request Information
URI Parameters
None.
Body Parameters
UserRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| UserSeq | integer |
None. |
|
| UserUId | globally unique identifier |
None. |
|
| TokenNo | string |
None. |
|
| seqNo | integer |
None. |
|
| value | string |
None. |
|
| Code | string |
None. |
|
| Type | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserSeq": 1,
"UserUId": "ba741fa1-7a5f-4dd2-a06a-2f90ccffc38c",
"TokenNo": "sample string 3",
"seqNo": 4,
"value": "sample string 5",
"Code": "sample string 6",
"Type": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of ShortExclusiveData| Name | Description | Type | Additional information |
|---|---|---|---|
| STOCK_SEQ | integer |
None. |
|
| PACKET_NO | string |
None. |
|
| SHAPE | string |
None. |
|
| COLOR | string |
None. |
|
| CLARITY | string |
None. |
|
| CARAT | decimal number |
None. |
|
| CUT | string |
None. |
|
| POLISH | string |
None. |
|
| SYMM | string |
None. |
|
| FLS | string |
None. |
|
| DISCOUNT | decimal number |
None. |
|
| RATE | decimal number |
None. |
|
| NET_VALUE | decimal number |
None. |
|
| LAB | string |
None. |
|
| LOCATION | string |
None. |
|
| VIDEO | string |
None. |
|
| REAL_IMAGE | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"STOCK_SEQ": 1,
"PACKET_NO": "sample string 1",
"SHAPE": "sample string 2",
"COLOR": "sample string 3",
"CLARITY": "sample string 4",
"CARAT": 1.0,
"CUT": "sample string 5",
"POLISH": "sample string 6",
"SYMM": "sample string 7",
"FLS": "sample string 8",
"DISCOUNT": 1.0,
"RATE": 1.0,
"NET_VALUE": 1.0,
"LAB": "sample string 9",
"LOCATION": "sample string 10",
"VIDEO": "sample string 11",
"REAL_IMAGE": "sample string 12"
},
{
"STOCK_SEQ": 1,
"PACKET_NO": "sample string 1",
"SHAPE": "sample string 2",
"COLOR": "sample string 3",
"CLARITY": "sample string 4",
"CARAT": 1.0,
"CUT": "sample string 5",
"POLISH": "sample string 6",
"SYMM": "sample string 7",
"FLS": "sample string 8",
"DISCOUNT": 1.0,
"RATE": 1.0,
"NET_VALUE": 1.0,
"LAB": "sample string 9",
"LOCATION": "sample string 10",
"VIDEO": "sample string 11",
"REAL_IMAGE": "sample string 12"
}
]