POST api/User/EditUser

Request Information

URI Parameters

None.

Body Parameters

sys_user
NameDescriptionTypeAdditional information
id

string

None.

userName

string

None.

telphone

string

None.

status

integer

None.

createTime

string

None.

updateTime

string

None.

loginPwd

string

None.

remainAmount

decimal number

None.

companyName

string

None.

companyAddress

string

None.

companyType

companyTypeEnum

None.

companyLicense

string

None.

userIDZ

string

None.

userIDF

string

None.

companySpace

string

None.

remark

string

None.

checkStatus

userCheckStatus

None.

checkRemark

string

None.

checkStatusName

string

None.

companyTypeName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "userName": "sample string 2",
  "telphone": "sample string 3",
  "status": 4,
  "createTime": "sample string 5",
  "updateTime": "sample string 6",
  "loginPwd": "sample string 7",
  "remainAmount": 8.0,
  "companyName": "sample string 9",
  "companyAddress": "sample string 10",
  "companyType": 0,
  "companyLicense": "sample string 11",
  "userIDZ": "sample string 12",
  "userIDF": "sample string 13",
  "companySpace": "sample string 14",
  "remark": "sample string 15",
  "checkStatus": 0,
  "checkRemark": "sample string 16",
  "checkStatusName": "默认",
  "companyTypeName": "默认"
}

application/xml, text/xml

Sample:
<sys_user xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sinda.Model.CrmFile">
  <checkRemark>sample string 16</checkRemark>
  <checkStatus>默认</checkStatus>
  <companyAddress>sample string 10</companyAddress>
  <companyLicense>sample string 11</companyLicense>
  <companyName>sample string 9</companyName>
  <companySpace>sample string 14</companySpace>
  <companyType>默认</companyType>
  <createTime>sample string 5</createTime>
  <id>sample string 1</id>
  <loginPwd>sample string 7</loginPwd>
  <remainAmount>8</remainAmount>
  <remark>sample string 15</remark>
  <status>4</status>
  <telphone>sample string 3</telphone>
  <updateTime>sample string 6</updateTime>
  <userIDF>sample string 13</userIDF>
  <userIDZ>sample string 12</userIDZ>
  <userName>sample string 2</userName>
</sys_user>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response 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/" />