POST api/GetWkUserList

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
_WkUserQuery
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "UserName": "sample string 2",
  "Password": "sample string 3",
  "FullName": "sample string 4",
  "Note": "sample string 5",
  "CreateTime": "2025-12-09T18:47:49.1540854+08:00",
  "UpdateTime": "2025-12-09T18:47:49.1540854+08:00",
  "OpenId": "sample string 6",
  "Phone": "sample string 7",
  "Sex": 8,
  "WorkConditionID": 1,
  "PageSize": 9,
  "PageIndex": 10,
  "Type": 11
}

application/xml, text/xml

Sample:
<WkUserQuery xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Id>1</Id>
  <UserName>sample string 2</UserName>
  <Password>sample string 3</Password>
  <FullName>sample string 4</FullName>
  <Note>sample string 5</Note>
  <CreateTime>2025-12-09T18:47:49.1540854+08:00</CreateTime>
  <UpdateTime>2025-12-09T18:47:49.1540854+08:00</UpdateTime>
  <OpenId>sample string 6</OpenId>
  <Phone>sample string 7</Phone>
  <Sex>8</Sex>
  <WorkConditionID>1</WorkConditionID>
  <PageSize>9</PageSize>
  <PageIndex>10</PageIndex>
  <Type>11</Type>
</WkUserQuery>

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>