POST api/edit/SystemInfo
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| SystemInfoInfoAPPDTO | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 1",
"Url": "sample string 2",
"IntranetPort": 1,
"NetworkPort": 1,
"TokenOverdue": 1,
"Note": "sample string 3",
"LockOverdue": 1,
"cinput": "sample string 4",
"ddate": "2025-12-09T18:50:49.2021917+08:00"
}
application/xml, text/xml
Sample:
<SystemInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Id>1</Id> <Name>sample string 1</Name> <Url>sample string 2</Url> <IntranetPort>1</IntranetPort> <NetworkPort>1</NetworkPort> <TokenOverdue>1</TokenOverdue> <Note>sample string 3</Note> <LockOverdue>1</LockOverdue> <cinput>sample string 4</cinput> <ddate>2025-12-09T18:50:49.2021917+08:00</ddate> </SystemInfo>
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>