POST api/DictonaryGroup/Dictonary

Add new dictonary

Request Information

URI Parameters

None.

Body Parameters

Dictonary
NameDescriptionTypeAdditional information
DictonaryId

integer

None.

DictonaryGroupId

integer

None.

SysName

string

None.

Text

string

None.

IsSystem

boolean

None.

IsUse

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "dictonaryId": 1,
  "dictonaryGroupId": 2,
  "sysName": "sample string 3",
  "text": "sample string 4",
  "isSystem": true,
  "isUse": true
}

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

Response Information

Resource Description

None.