POST api/Module

Request Information

URI Parameters

None.

Body Parameters

Module
NameDescriptionTypeAdditional information
ID

integer

None.

ParentID

integer

None.

Name

string

None.

Path

string

None.

Sort

integer

None.

CreateTime

date

None.

Request Formats

application/json, text/json

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}