POST api/diamond/save-demand
Request Information
URI Parameters
None.
Body Parameters
SearchHistoryDataName | Description | Type | Additional information |
---|---|---|---|
HistoryMas | SearchHistoryMas |
None. |
|
TxtField | TEXT_FIELD |
None. |
|
DDField | Collection of SELECT_FIELD |
None. |
Request Formats
application/json, text/json
Sample:
{ "HistoryMas": { "SEQ_NO": 1, "NAME": "sample string 2", "VALID_DATE": "2024-11-21T03:31:21.5563305-05:00", "TRANS_DATE": "2024-11-21T03:31:21.5563305-05:00", "REMARK": "sample string 3", "ALERT_DAYS": 64, "USER_SEQ": 1, "SEARCH_TYPE": "sample string 4", "WHERE_COND": "sample string 5" }, "TxtField": { "TEXT_FIELD_SEQ_NO": 1, "FROM_SIZE": 1.0, "TO_SIZE": 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 }, "DDField": [ { "SEQ_NO": 1, "COLUMN": "sample string 2", "VALUE": "sample string 3" }, { "SEQ_NO": 1, "COLUMN": "sample string 2", "VALUE": "sample string 3" } ] }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponseMessageName | Description | Type | Additional information |
---|---|---|---|
STATUS | string |
None. |
|
MESSAGE | string |
None. |
|
VALUE | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "STATUS": "sample string 1", "MESSAGE": "sample string 2", "VALUE": "sample string 3" }