POST api/business/saveIndustryFeature

Request Information

URI Parameters

None.

Body Parameters

IndustryFeaturePostModel
NameDescriptionTypeAdditional information
parentFeatureId

integer

None.

featureId

integer

None.

featureName

string

None.

remark

string

None.

setEmployeeNumber

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "parentFeatureId": 1,
  "featureId": 2,
  "featureName": "sample string 3",
  "remark": "sample string 4",
  "setEmployeeNumber": 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 'IndustryFeaturePostModel'.

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