POST api/business/saveKeywordSettingNew

Request Information

URI Parameters

None.

Body Parameters

KeywordSettingNewModel
NameDescriptionTypeAdditional information
appid

string

None.

businessKeywordId

integer

None.

businessKeyword

string

None.

keywordSellPrice

string

None.

rewardPoints

integer

None.

setEmployeeNumber

integer

None.

featureId

integer

None.

industryFeatureName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "appid": "sample string 1",
  "businessKeywordId": 2,
  "businessKeyword": "sample string 3",
  "keywordSellPrice": "sample string 4",
  "rewardPoints": 1,
  "setEmployeeNumber": 5,
  "featureId": 1,
  "industryFeatureName": "sample string 6"
}

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

Response Information

Resource Description

Result
NameDescriptionTypeAdditional information
success

boolean

None.

data

Object

None.

error

string

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "data": {},
  "error": "sample string 3"
}