POST api/diamond/quick-para-stock-count

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": "37699afa-b51e-4e55-86b2-8526a00dc75b",
  "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

QuickParaStockCountResponse
NameDescriptionTypeAdditional information
Data

Collection of QUICK_PARA_STOCK_COUNT

None.

SizeRange

Collection of POINTER_MAS

None.

GroupList

Collection of ColorClarityGroup

None.

SHAPE_NAME

string

None.

Status

string

None.

Message

string

None.

UserSeq

integer

None.

TokenNo

globally unique identifier

None.

CompGuid

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": [
    {
      "SEQ_NO": 1,
      "POINTER_SEQ": 1,
      "SHAPE_SEQ": 1,
      "COLOR_GROUP": 1,
      "CLARITY_GROUP": 1,
      "TOTAL_PCS": 1,
      "USER_SEQ": 1
    },
    {
      "SEQ_NO": 1,
      "POINTER_SEQ": 1,
      "SHAPE_SEQ": 1,
      "COLOR_GROUP": 1,
      "CLARITY_GROUP": 1,
      "TOTAL_PCS": 1,
      "USER_SEQ": 1
    }
  ],
  "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"
    }
  ],
  "SHAPE_NAME": "sample string 1",
  "Status": "sample string 2",
  "Message": "sample string 3",
  "UserSeq": 4,
  "TokenNo": "f770d3cb-f19c-44a3-9f1c-dad0fffab8e3",
  "CompGuid": "16f2ae35-cd5a-479c-834f-d58eb70f0ae4"
}