POST api/EntrustType/UpdateEntrusType

Request Information

URI Parameters

None.

Body Parameters

EntrustType
NameDescriptionTypeAdditional information
ID

integer

None.

Name

string

None.

Remark

string

None.

ParentID

integer

None.

Sort

integer

None.

CreateTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Name": "sample string 2",
  "Remark": "sample string 3",
  "ParentID": 1,
  "Sort": 1,
  "CreateTime": "2026-09-16T17:35:20.8196746+08:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}