POST api/business/setDefaultPrice

Request Information

URI Parameters

None.

Body Parameters

DefaultPriceModel
NameDescriptionTypeAdditional information
id

integer

None.

appid

string

None.

defaultPrice

string

None.

setEmployeeNumber

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "appid": "sample string 2",
  "defaultPrice": "sample string 3",
  "setEmployeeNumber": 4
}

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

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