POST api/diamond/diamond-list

Request Information

URI Parameters

None.

Body Parameters

FILTER_PARA
NameDescriptionTypeAdditional information
TOKAN_NO

string

None.

USER_SEQ

string

None.

STOCK_TYPE

string

None.

TEXT_ITEM

TEXT_FIELD

None.

SELECT_ITEM

Collection of SELECT_FIELD

None.

START

string

None.

END

string

None.

SORTBY

string

None.

EXCEL_IN_MAIL

integer

None.

FROM_EMAIL_SEQ

integer

None.

TO_EMAIL_ID

string

None.

TO_DISPLAY_NAME

string

None.

TO_EMAIL_IDS

Collection of ToReceiver

None.

SUBJECT

string

None.

MESSAGE

string

None.

DRAW

integer

None.

LOGIN_USER_SEQ

integer

None.

SAVE_HISTORY

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "TOKAN_NO": "sample string 1",
  "USER_SEQ": "sample string 2",
  "STOCK_TYPE": "sample string 3",
  "TEXT_ITEM": {
    "TEXT_FIELD_SEQ_NO": 1,
    "FROM_SIZE": 1.0,
    "TO_SIZE": 1.0,
    "CUSTOM_FROM_SIZE_1": 1.0,
    "CUSTOM_TO_SIZE_1": 1.0,
    "CUSTOM_FROM_SIZE_2": 1.0,
    "CUSTOM_TO_SIZE_2": 1.0,
    "CUSTOM_FROM_SIZE_3": 1.0,
    "CUSTOM_TO_SIZE_3": 1.0,
    "CUSTOM_FROM_SIZE_4": 1.0,
    "CUSTOM_TO_SIZE_4": 1.0,
    "NO_BGM": true,
    "NO_BLACK": true,
    "USER_SEQ": 1,
    "TOKAN_NO": 1,
    "COLOR_GROUP": "sample string 1",
    "CLARITY_GROUP": "sample string 2",
    "SEQ_NO": "sample string 3",
    "STONE_NO": "sample string 4",
    "KEY_TO_SYMBOLS": true,
    "FROM_NET_RATE": 1.0,
    "FROM_NET_VALUE": 1.0,
    "FROM_TABLE_PER": 1.0,
    "FROM_DEPTH_PER": 1.0,
    "FROM_LENGTH": 1.0,
    "FROM_WIDTH": 1.0,
    "FROM_DEPTH": 1.0,
    "FROM_CR_ANGLE": 1.0,
    "FROM_PAV_ANGLE": 1.0,
    "FROM_RATIO": 1.0,
    "FROM_CR_HEIGHT": 1.0,
    "FROM_PAV_HEIGHT": 1.0,
    "TO_NET_RATE": 1.0,
    "TO_NET_VALUE": 1.0,
    "TO_TABLE_PER": 1.0,
    "TO_DEPTH_PER": 1.0,
    "TO_LENGTH": 1.0,
    "TO_WIDTH": 1.0,
    "TO_DEPTH": 1.0,
    "TO_CR_ANGLE": 1.0,
    "TO_PAV_ANGLE": 1.0,
    "TO_RATIO": 1.0,
    "TO_CR_HEIGHT": 1.0,
    "TO_PAV_HEIGHT": 1.0,
    "HAVE_VIDEO": true,
    "LOGO_INSCRIPTION": true,
    "FANCY_COLOR_SEQ": 1,
    "COLOR_INTENSITY_SEQ": 1,
    "COLOR_OVERTONE_SEQ": 1,
    "AS_GROWN": true,
    "IS_TREATED": true,
    "STOCK_TYPE_SEQS": [
      "sample string 1",
      "sample string 2"
    ]
  },
  "SELECT_ITEM": [
    {
      "SEQ_NO": 1,
      "COLUMN": "sample string 2",
      "VALUE": "sample string 3"
    },
    {
      "SEQ_NO": 1,
      "COLUMN": "sample string 2",
      "VALUE": "sample string 3"
    }
  ],
  "START": "sample string 4",
  "END": "sample string 5",
  "SORTBY": "sample string 6",
  "EXCEL_IN_MAIL": 7,
  "FROM_EMAIL_SEQ": 8,
  "TO_EMAIL_ID": "sample string 9",
  "TO_DISPLAY_NAME": "sample string 10",
  "TO_EMAIL_IDS": [
    {
      "EMAIL_ID": "sample string 1",
      "FULL_NAME": "sample string 2"
    },
    {
      "EMAIL_ID": "sample string 1",
      "FULL_NAME": "sample string 2"
    }
  ],
  "SUBJECT": "sample string 11",
  "MESSAGE": "sample string 12",
  "DRAW": 13,
  "LOGIN_USER_SEQ": 14,
  "SAVE_HISTORY": true
}

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 'FILTER_PARA'.

Response Information

Resource Description

DiamondListResponse
NameDescriptionTypeAdditional information
Status

string

None.

Message

string

None.

data

Collection of DIAMOND_LIST

None.

Columns

Collection of GRID_COLUMN

None.

DisplayCriteria

string

None.

RowCount

string

None.

TotalRow

string

None.

TotalAvailable

string

None.

TotalMemo

string

None.

draw

integer

None.

recordsFiltered

integer

None.

recordsTotal

integer

None.

SupportName

string

None.

SupportSkype

string

None.

SupportEmailId

string

None.

SupportMobNo

string

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Stream was too long.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Stream was too long.