POST api/business/saveConditionSetting

Request Information

URI Parameters

None.

Body Parameters

ExemptAuditConditionModel
NameDescriptionTypeAdditional information
appid

string

None.

timeWithinDays

integer

None.

onlineCountExceed

integer

None.

salesRateExceed

integer

None.

setEmployeeNumber

integer

None.

status

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "appid": "sample string 1",
  "timeWithinDays": 1,
  "onlineCountExceed": 1,
  "salesRateExceed": 1,
  "setEmployeeNumber": 2,
  "status": 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 'ExemptAuditConditionModel'.

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