POST api/AdminPri/addBackendAdminPriType

Request Information

URI Parameters

None.

Body Parameters

WORK_AdminPriType
NameDescriptionTypeAdditional information
Name

string

None.

Ord

integer

None.

ID

integer

None.

CreateTime

date

None.

IsDel

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "Ord": 2,
  "ID": 3,
  "CreateTime": "2026-02-04T10:08:55.8941784+08:00",
  "IsDel": true
}

application/xml, text/xml

Sample:
<WORK_AdminPriType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WORK.Domain.Entities">
  <CreateTime>2026-02-04T10:08:55.8941784+08:00</CreateTime>
  <ID>3</ID>
  <IsDel>true</IsDel>
  <Name>sample string 1</Name>
  <Ord>2</Ord>
</WORK_AdminPriType>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResOfString
NameDescriptionTypeAdditional information
code

integer

None.

msg

string

None.

data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "msg": "sample string 2",
  "data": {}
}

application/xml, text/xml

Sample:
<HttpResOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WORK.Api.Models">
  <code>1</code>
  <data />
  <msg>sample string 2</msg>
</HttpResOfstring>