POST api/user-profile/save-user-price-settings

Request Information

URI Parameters

None.

Body Parameters

UserPriceSettings
NameDescriptionTypeAdditional information
SEQ_NO

integer

None.

SYS_USER

boolean

None.

PriceRules

Collection of UserPriceRules

None.

EFFECT_PRICE_GROUP

boolean

None.

EFFECT_STONE_PRICE_RANGE

boolean

None.

FIXED_DISC_ALL_STONE

decimal number

None.

USER_SEQ

integer

None.

TOKEN_NO

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SEQ_NO": 1,
  "SYS_USER": true,
  "PriceRules": [
    {
      "SEQ_NO": 1,
      "USER_SEQ": 1,
      "STOCK_PROVIDER": "sample string 2",
      "STOCK_TYPE_SEQ": 1,
      "ONLINE_OFFER_TYPE": "sample string 3",
      "ONLINE_DISC_OFF": 1.0,
      "ONLINE_VALUE_OFF": 1.0
    },
    {
      "SEQ_NO": 1,
      "USER_SEQ": 1,
      "STOCK_PROVIDER": "sample string 2",
      "STOCK_TYPE_SEQ": 1,
      "ONLINE_OFFER_TYPE": "sample string 3",
      "ONLINE_DISC_OFF": 1.0,
      "ONLINE_VALUE_OFF": 1.0
    }
  ],
  "EFFECT_PRICE_GROUP": true,
  "EFFECT_STONE_PRICE_RANGE": true,
  "FIXED_DISC_ALL_STONE": 1.0,
  "USER_SEQ": 2,
  "TOKEN_NO": "sample string 3"
}

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

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