POST api/diamond/dashboard-count
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": "5af2e094-a686-4e45-b7a4-06fe55176cee", "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. |
|
Status | string |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": [ { "TOTAL_COUNT": "sample string 1", "RANGE_TEXT": "sample string 2", "COLOR_GROUP": 3, "CLARITY_GROUP": 4 }, { "TOTAL_COUNT": "sample string 1", "RANGE_TEXT": "sample string 2", "COLOR_GROUP": 3, "CLARITY_GROUP": 4 } ], "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": "2023-12-02T16:33:47.4677081-05:00", "VALID_DATE": "2023-12-02T16:33:47.4677081-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" } ], "Status": "sample string 1", "Message": "sample string 2" }