POST api/SystemGroupData/Create

Request Information

URI Parameters

None.

Body Parameters

tb_system_group_data
NameDescriptionTypeAdditional information
valueObj

Object

None.

id

integer

None.

gid

integer

None.

value

string

None.

sort

integer

None.

status

integer

None.

is_delete

boolean

None.

add_time

date

None.

update_time

date

None.

add_user

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "valueObj": {},
  "id": 2,
  "gid": 1,
  "value": "sample string 3",
  "sort": 1,
  "status": 1,
  "is_delete": true,
  "add_time": "2025-05-02T21:18:25.15884+08:00",
  "update_time": "2025-05-02T21:18:25.15884+08:00",
  "add_user": 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 'tb_system_group_data'.

Response Information

Resource Description

AcResultSmall
NameDescriptionTypeAdditional information
code

integer

None.

message

string

None.

data

Object

None.

state

integer

None.

success

boolean

None.

token

string

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 200,
  "message": "操作成功",
  "data": {},
  "state": 1,
  "success": true,
  "token": "sample string 6"
}