POST api/UpdateCRM/UpdatePersonage

Request Information

URI Parameters

None.

Body Parameters

BreakUserModel
NameDescriptionTypeAdditional information
ID

integer

None.

编号

string

None.

姓名

string

None.

停用标志

boolean

None.

角色

string

None.

角色等级

string

None.

店铺ID

string

None.

Token

string

None.

名称

string

None.

邮箱

string

None.

入职月数

integer

None.

学历

string

None.

性别

string

None.

联系方式

string

None.

入职日期

date

None.

UserRid

Object

None.

ShopRid

Object

None.

销售总额

decimal number

None.

职务

string

None.

使用功能

string

None.

是否超级用户

boolean

None.

允许查看经销价

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "编号": "sample string 2",
  "姓名": "sample string 3",
  "停用标志": true,
  "角色": "sample string 5",
  "角色等级": "sample string 6",
  "店铺ID": "sample string 7",
  "Token": "sample string 8",
  "名称": "sample string 9",
  "邮箱": "sample string 10",
  "入职月数": 11,
  "学历": "sample string 12",
  "性别": "sample string 13",
  "联系方式": "sample string 14",
  "入职日期": "2026-01-17T09:21:57.2622534+08:00",
  "UserRid": {},
  "ShopRid": {},
  "销售总额": 17.0,
  "职务": "sample string 18",
  "使用功能": "sample string 19",
  "是否超级用户": true,
  "允许查看经销价": true
}

application/xml, text/xml

Sample:
<BreakUserModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CRM.Model">
  <ID>1</ID>
  <ShopRid />
  <Token>sample string 8</Token>
  <UserRid />
  <使用功能>sample string 19</使用功能>
  <停用标志>true</停用标志>
  <允许查看经销价>true</允许查看经销价>
  <入职日期>2026-01-17T09:21:57.2622534+08:00</入职日期>
  <入职月数>11</入职月数>
  <名称>sample string 9</名称>
  <姓名>sample string 3</姓名>
  <学历>sample string 12</学历>
  <店铺ID>sample string 7</店铺ID>
  <性别>sample string 13</性别>
  <是否超级用户>true</是否超级用户>
  <编号>sample string 2</编号>
  <职务>sample string 18</职务>
  <联系方式>sample string 14</联系方式>
  <角色>sample string 5</角色>
  <角色等级>sample string 6</角色等级>
  <邮箱>sample string 10</邮箱>
  <销售总额>17</销售总额>
</BreakUserModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.