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": "e941b1e5-ca98-43ec-bd1d-855af0bb6c8e",
  "TokenNo": "sample string 3",
  "seqNo": 4,
  "value": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

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.

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,
      "COLOR_GROUP": 1,
      "CLARITY_GROUP": 1,
      "TOTAL_PCS": 1,
      "USER_SEQ": 1
    },
    {
      "SEQ_NO": 1,
      "POINTER_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"
    }
  ],
  "Status": "sample string 1",
  "Message": "sample string 2",
  "UserSeq": 3,
  "TokenNo": "481ae73d-0812-4583-9f21-0b35f107f598",
  "CompGuid": "6549feaf-ceea-4b8d-994c-c85194e12fe9"
}