POST api/add/OpUser
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| OpUserInfoAPPDTO | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Id": 1,
"UserName": "sample string 1",
"Password": "sample string 2",
"FullName": "sample string 3",
"Note": "sample string 4",
"CreateTime": "2025-12-11T16:42:12.7883924+08:00",
"UpdateTime": "2025-12-11T16:42:12.7883924+08:00",
"IsExpire": 1,
"Roles": "sample string 5",
"IsAdmin": true,
"OpenId": "sample string 7"
}
application/xml, text/xml
Sample:
<OpUser xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Id>1</Id> <UserName>sample string 1</UserName> <Password>sample string 2</Password> <FullName>sample string 3</FullName> <Note>sample string 4</Note> <CreateTime>2025-12-11T16:42:12.7883924+08:00</CreateTime> <UpdateTime>2025-12-11T16:42:12.7883924+08:00</UpdateTime> <IsExpire>1</IsExpire> <Roles>sample string 5</Roles> <IsAdmin>true</IsAdmin> <OpenId>sample string 7</OpenId> </OpUser>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Result": 1,
"Data": {},
"Message": "sample string 3"
}
application/xml, text/xml
Sample:
<HttpResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Result>1</Result> <Data /> <Message>sample string 3</Message> </HttpResult>