POST api/business/batchKeywordSetting

Request Information

URI Parameters

None.

Body Parameters

BatchKeywordSetting
NameDescriptionTypeAdditional information
appid

string

None.

positive

integer

None.

ratio

integer

None.

setEmployeeNumber

integer

None.

type

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "appid": "sample string 1",
  "positive": 2,
  "ratio": 3,
  "setEmployeeNumber": 4,
  "type": 5
}

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

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