POST api/diamond/quick-search-para
Request Information
URI Parameters
None.
Body Parameters
UserRequestName | Description | Type | Additional information |
---|---|---|---|
UserSeq | integer |
None. |
|
UserUId | globally unique identifier |
None. |
|
TokenNo | string |
None. |
|
seqNo | integer |
None. |
|
value | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserSeq": 1, "UserUId": "263df3db-4ec0-4700-8c8d-847c02f4f602", "TokenNo": "sample string 3", "seqNo": 4, "value": "sample string 5" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
QuickSearchParaResponseName | Description | Type | Additional information |
---|---|---|---|
Data | Collection of QuickSearchCount |
None. |
|
STONES | DashboardCount |
None. |
|
StoneCounts | Collection of TotalStones |
None. |
|
ShapeStoneCount | Collection of ShapeStoneCount |
None. |
|
VolumeDisc | ResponseVolumeDiscPer |
None. |
|
ParcelGoods | Collection of ParcelGoods |
None. |
|
Locations | Collection of Location |
None. |
|
SizeRange | Collection of POINTER_MAS |
None. |
|
GroupList | Collection of ColorClarityGroup |
None. |
|
Status | string |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": [ { "TOTAL_COUNT": "sample string 1", "EST_COUNT": 2, "RANGE_TEXT": "sample string 3", "COLOR_GROUP": 4, "CLARITY_GROUP": 5, "RANGE_SEQ": 1, "BG_COLOR": "sample string 6" }, { "TOTAL_COUNT": "sample string 1", "EST_COUNT": 2, "RANGE_TEXT": "sample string 3", "COLOR_GROUP": 4, "CLARITY_GROUP": 5, "RANGE_SEQ": 1, "BG_COLOR": "sample string 6" } ], "STONES": { "TOTAL_STONES": "sample string 1", "EXCLUSIVE_STONE": "sample string 2", "NEW_REVISE": "sample string 3", "SAVED_SEARCH": "sample string 4", "TOTAL_SALE": 5.0, "TODAY_SALE": 6.0, "TOTAL_PUR": 7.0, "TODAY_PUR": 8.0 }, "StoneCounts": [ { "STATUS": "sample string 1", "STONE_COUNT": 2 }, { "STATUS": "sample string 1", "STONE_COUNT": 2 } ], "ShapeStoneCount": [ { "TOTAL_STONES": "sample string 1", "NAME": "sample string 2", "SHAPE_SEQ": "sample string 3" }, { "TOTAL_STONES": "sample string 1", "NAME": "sample string 2", "SHAPE_SEQ": "sample string 3" } ], "VolumeDisc": { "DISC_PER": 1.0, "AMOUNT": 2.0, "SLAB_DISC_PER": 1.0, "FIRST_DATE": "2024-11-21T03:45:41.5856247-05:00", "VALID_DATE": "2024-11-21T03:45:41.5856247-05:00" }, "ParcelGoods": [ { "SR": 1, "SEQ_NO": 2, "PACKET_NO": "sample string 3", "CARAT": 1.0, "COLOR": "sample string 4", "CLARITY": "sample string 5", "PCS": 1, "LOCATION": "sample string 6", "CUT": "sample string 7", "RATE": 1.0, "COMMENT": "sample string 8", "WEIGHT": "sample string 9" }, { "SR": 1, "SEQ_NO": 2, "PACKET_NO": "sample string 3", "CARAT": 1.0, "COLOR": "sample string 4", "CLARITY": "sample string 5", "PCS": 1, "LOCATION": "sample string 6", "CUT": "sample string 7", "RATE": 1.0, "COMMENT": "sample string 8", "WEIGHT": "sample string 9" } ], "Locations": [ { "SEQ_NO": 1, "NAME": "sample string 2", "FULL_NAME": "sample string 3", "SHOW_SEARCH": true }, { "SEQ_NO": 1, "NAME": "sample string 2", "FULL_NAME": "sample string 3", "SHOW_SEARCH": true } ], "SizeRange": [ { "SEQ_NO": 1, "FROM_CARAT": 1.0, "TO_CARAT": 1.0, "RANGE_TEXT": "sample string 2", "TYPE": "sample string 3", "SORT": 1 }, { "SEQ_NO": 1, "FROM_CARAT": 1.0, "TO_CARAT": 1.0, "RANGE_TEXT": "sample string 2", "TYPE": "sample string 3", "SORT": 1 } ], "GroupList": [ { "SEQ_NO": 1, "COLOR_GROUP_SEQ": 1, "COLOR_GROUP": "sample string 2", "CLARITY_GROUP_SEQ": 3, "CLARITY_GROUP": "sample string 4" }, { "SEQ_NO": 1, "COLOR_GROUP_SEQ": 1, "COLOR_GROUP": "sample string 2", "CLARITY_GROUP_SEQ": 3, "CLARITY_GROUP": "sample string 4" } ], "Status": "sample string 1", "Message": "sample string 2" }