POST api/matrix-price-format/save

Request Information

URI Parameters

None.

Body Parameters

ReqMatrixPriceFormat
NameDescriptionTypeAdditional information
UserSeq

integer

None.

TokenNo

string

None.

Data

Collection of MatrixPriceRules

None.

Request Formats

application/json, text/json

Sample:
{
  "UserSeq": 1,
  "TokenNo": "sample string 2",
  "Data": [
    {
      "SEQ_NO": 1,
      "COLOR_SEQ": 2,
      "COLOR": "sample string 3",
      "CLARITY_SEQ": 4,
      "CLARITY": "sample string 5",
      "SIZE_RANGE": "sample string 6",
      "FROM_CARAT": 7.0,
      "TO_CARAT": 8.0,
      "GROUP_RANGE": "sample string 9",
      "COL_INDEX": 10,
      "EXCEL_COL_NAME": "sample string 11",
      "ROW_INDEX": 12,
      "PRICE": 1.0,
      "NEW_PRICE": 1.0,
      "LAST_UPDATED": "2026-03-13T16:06:46.962105-04:00",
      "IS_UPDATED": true,
      "USER_SEQ": 14
    },
    {
      "SEQ_NO": 1,
      "COLOR_SEQ": 2,
      "COLOR": "sample string 3",
      "CLARITY_SEQ": 4,
      "CLARITY": "sample string 5",
      "SIZE_RANGE": "sample string 6",
      "FROM_CARAT": 7.0,
      "TO_CARAT": 8.0,
      "GROUP_RANGE": "sample string 9",
      "COL_INDEX": 10,
      "EXCEL_COL_NAME": "sample string 11",
      "ROW_INDEX": 12,
      "PRICE": 1.0,
      "NEW_PRICE": 1.0,
      "LAST_UPDATED": "2026-03-13T16:06:46.962105-04:00",
      "IS_UPDATED": true,
      "USER_SEQ": 14
    }
  ]
}

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

Response Information

Resource Description

ResponseMessage
NameDescriptionTypeAdditional 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"
}