POST api/OperatorUpdateInfo
“Save”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | “model”的文档。 |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Id": "05d6be53-9579-416b-9c4a-4769c601c5df",
"LogonName": "sample string 2",
"NickName": "sample string 3",
"Password": "sample string 4",
"CreateTime": "2026-02-09T14:40:17.4368632+08:00",
"Mobile": "sample string 5",
"EMail": "sample string 6",
"IsFreeze": true,
"LockTime": 1,
"LockDate": "2026-02-09T14:40:17.4368632+08:00",
"RoleIds": [
"550fc5ff-d20b-4021-b7a2-f65384cdeb46",
"ae74ef74-d3cd-4940-a99e-afddd7bd160e",
"4c2354c1-69aa-4ad1-aff1-5d8f3a2bdd32"
],
"OrganizationId": "05bc097a-5293-4fe5-b9f5-6296d3eddd7a",
"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",
"UserinforModel": {
"Id": "4b483dca-ad9c-4f6e-b149-c3f6795fa5cc",
"OperatorId": "eaf2a9b4-76fd-4870-a058-354439a6ad02",
"Name": "sample string 2",
"IdCard": "sample string 3",
"Sex": "sample string 4",
"BirthDate": "sample string 5",
"Phone": "sample string 6",
"UserType": 7,
"UserTypeStr": "",
"EMail": "sample string 8",
"Ethnicity": "sample string 9",
"Province": "sample string 10",
"City": "sample string 11",
"Address": "sample string 12",
"PostalCode": "sample string 13",
"Education": "sample string 14",
"WeChatID": "sample string 15",
"Industry": "sample string 16",
"WorkUnit": "sample string 17",
"PoliticalAffiliation": "sample string 18",
"IsFreeze": true,
"CreateTime": "2026-02-09T14:40:17.4368632+08:00"
},
"UserinforId": "3703b7a2-06d8-4196-bb56-b3627d925bde",
"IssueNumberId": "e397024f-a0ac-4221-82dc-4ce063e8205b",
"IssueNumberName": "sample string 15",
"FlightTypeName": "sample string 16",
"DrivingSkill": "sample string 17",
"UserAvatar": "sample string 18"
}
application/xml, text/xml
Sample:
<OperatorModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SCWC.DPTMP.Model">
<CreateTime>2026-02-09T14:40:17.4368632+08:00</CreateTime>
<DeviceInfos>sample string 14</DeviceInfos>
<DrivingSkill>sample string 17</DrivingSkill>
<EMail>sample string 6</EMail>
<FlightTypeName>sample string 16</FlightTypeName>
<Id>05d6be53-9579-416b-9c4a-4769c601c5df</Id>
<IsFreeze>true</IsFreeze>
<IssueNumberId>e397024f-a0ac-4221-82dc-4ce063e8205b</IssueNumberId>
<IssueNumberName>sample string 15</IssueNumberName>
<LockDate>2026-02-09T14:40:17.4368632+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>05bc097a-5293-4fe5-b9f5-6296d3eddd7a</OrganizationId>
<OrganizationName>sample string 9</OrganizationName>
<Password>sample string 4</Password>
<RoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>550fc5ff-d20b-4021-b7a2-f65384cdeb46</d2p1:guid>
<d2p1:guid>ae74ef74-d3cd-4940-a99e-afddd7bd160e</d2p1:guid>
<d2p1:guid>4c2354c1-69aa-4ad1-aff1-5d8f3a2bdd32</d2p1:guid>
</RoleIds>
<Token>sample string 12</Token>
<TokenType>sample string 13</TokenType>
<UserAvatar>sample string 18</UserAvatar>
<UserTocken>sample string 10</UserTocken>
<UserType>11</UserType>
<UserinforId>3703b7a2-06d8-4196-bb56-b3627d925bde</UserinforId>
<UserinforModel>
<Address>sample string 12</Address>
<BirthDate>sample string 5</BirthDate>
<City>sample string 11</City>
<CreateTime>2026-02-09T14:40:17.4368632+08:00</CreateTime>
<EMail>sample string 8</EMail>
<Education>sample string 14</Education>
<Ethnicity>sample string 9</Ethnicity>
<Id>4b483dca-ad9c-4f6e-b149-c3f6795fa5cc</Id>
<IdCard>sample string 3</IdCard>
<Industry>sample string 16</Industry>
<IsFreeze>true</IsFreeze>
<Name>sample string 2</Name>
<OperatorId>eaf2a9b4-76fd-4870-a058-354439a6ad02</OperatorId>
<Phone>sample string 6</Phone>
<PoliticalAffiliation>sample string 18</PoliticalAffiliation>
<PostalCode>sample string 13</PostalCode>
<Province>sample string 10</Province>
<Sex>sample string 4</Sex>
<UserType>7</UserType>
<WeChatID>sample string 15</WeChatID>
<WorkUnit>sample string 17</WorkUnit>
</UserinforModel>
</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/" />