POST api/OperatorModifyPwd

“Save”的文档。

Request Information

Parameters

NameDescriptionAdditional information
model
“model”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": "829368a0-4c61-43a3-bea7-7302b8843a52",
  "LogonName": "sample string 2",
  "NickName": "sample string 3",
  "Password": "sample string 4",
  "CreateTime": "2026-04-24T19:33:04.5616034+08:00",
  "Mobile": "sample string 5",
  "Email": "sample string 6",
  "IsFreeze": true,
  "LockTime": 1,
  "LockDate": "2026-04-24T19:33:04.5616034+08:00",
  "RoleIds": [
    "1ed1e3c0-dbbd-4da4-b57e-f516a37a4a7a",
    "8ccdf6aa-7c1c-4b6e-8f90-e2aaeadff820",
    "27e71029-6db3-4c39-9b19-5effd9baa3d0"
  ],
  "OrganizationId": "2818286b-0e55-4750-9011-292395540dbe",
  "OrganizationCode": "sample string 8",
  "OrganizationName": "sample string 9",
  "UserTocken": "sample string 10",
  "UserType": 11,
  "Token": "sample string 12",
  "TokenType": "sample string 13",
  "DeviceInfos": "sample string 14",
  "WeChatID": "sample string 15",
  "UnionId": "sample string 16",
  "WeSericeId": "sample string 17"
}

application/xml, text/xml

Sample:
<OperatorModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SCWC.ISMS.Models">
  <CreateTime>2026-04-24T19:33:04.5616034+08:00</CreateTime>
  <DeviceInfos>sample string 14</DeviceInfos>
  <Email>sample string 6</Email>
  <Id>829368a0-4c61-43a3-bea7-7302b8843a52</Id>
  <IsFreeze>true</IsFreeze>
  <LockDate>2026-04-24T19:33:04.5616034+08:00</LockDate>
  <LockTime>1</LockTime>
  <LogonName>sample string 2</LogonName>
  <Mobile>sample string 5</Mobile>
  <NickName>sample string 3</NickName>
  <OrganizationCode>sample string 8</OrganizationCode>
  <OrganizationId>2818286b-0e55-4750-9011-292395540dbe</OrganizationId>
  <OrganizationName>sample string 9</OrganizationName>
  <Password>sample string 4</Password>
  <RoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>1ed1e3c0-dbbd-4da4-b57e-f516a37a4a7a</d2p1:guid>
    <d2p1:guid>8ccdf6aa-7c1c-4b6e-8f90-e2aaeadff820</d2p1:guid>
    <d2p1:guid>27e71029-6db3-4c39-9b19-5effd9baa3d0</d2p1:guid>
  </RoleIds>
  <Token>sample string 12</Token>
  <TokenType>sample string 13</TokenType>
  <UnionId>sample string 16</UnionId>
  <UserTocken>sample string 10</UserTocken>
  <UserType>11</UserType>
  <WeChatID>sample string 15</WeChatID>
  <WeSericeId>sample string 17</WeSericeId>
</OperatorModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />