GET api/diamond/quick-search-para/{shape_seq}/{user_seq}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
shape_seq

integer

Required

user_seq

integer

Required

Body Parameters

None.

Response Information

Resource Description

QuickSearchParaResponse
NameDescriptionTypeAdditional 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": "2025-04-03T19:55:47.5056969-04:00",
    "VALID_DATE": "2025-04-03T19:55:47.5056969-04: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"
}