POST api/diamond/volumn-disc-data

Request Information

URI Parameters

None.

Body Parameters

UserRequest
NameDescriptionTypeAdditional 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": "3d68b577-7249-4d47-a2ad-1ca1b6eead87",
  "TokenNo": "sample string 3",
  "seqNo": 4,
  "value": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UserRequest'.

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.

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": "2024-04-19T05:55:20.7778543-04:00",
    "VALID_DATE": "2024-04-19T05:55:20.7778543-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
    }
  ],
  "Status": "sample string 1",
  "Message": "sample string 2"
}