POST cibc/BUserInfo/EditUserInfo
修改个人用户详细信息
Request Information
URI Parameters
None.
Body Parameters
DAL.ci_b_userinfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| UserId | integer |
None. |
|
| Name | string |
None. |
|
| Age | integer |
None. |
|
| Sex | string |
None. |
|
| Tel | string |
None. |
|
| UpdateTime | date |
None. |
|
| RegionId | integer |
None. |
|
| Integral | integer |
None. |
|
| O2Possess | integer |
None. |
|
| Region2Id | integer |
None. |
|
| Region1Id | integer |
None. |
|
| RegionName | string |
None. |
|
| RegionFullName | string |
None. |
|
| Birthday | date |
None. |
|
| Address | string |
None. |
|
| PhotoUrl | string |
None. |
|
| string |
None. |
||
| IdCard | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"UserId": 2,
"Name": "sample string 3",
"Age": 1,
"Sex": "sample string 4",
"Tel": "sample string 5",
"UpdateTime": "2026-04-14T13:03:04.0720384+08:00",
"RegionId": 1,
"Integral": 1,
"O2Possess": 1,
"Region2Id": 1,
"Region1Id": 1,
"RegionName": "sample string 6",
"RegionFullName": "sample string 7",
"Birthday": "2026-04-14T13:03:04.0720384+08:00",
"Address": "sample string 8",
"PhotoUrl": "sample string 9",
"Email": "sample string 10",
"IdCard": "sample string 11"
}
application/xml, text/xml
Sample:
<ci_b_userinfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DAL"> <Address>sample string 8</Address> <Age>1</Age> <Birthday>2026-04-14T13:03:04.0720384+08:00</Birthday> <Email>sample string 10</Email> <Id>1</Id> <IdCard>sample string 11</IdCard> <Integral>1</Integral> <Name>sample string 3</Name> <O2Possess>1</O2Possess> <PhotoUrl>sample string 9</PhotoUrl> <Region1Id>1</Region1Id> <Region2Id>1</Region2Id> <RegionFullName>sample string 7</RegionFullName> <RegionId>1</RegionId> <RegionName>sample string 6</RegionName> <Sex>sample string 4</Sex> <Tel>sample string 5</Tel> <UpdateTime>2026-04-14T13:03:04.0720384+08:00</UpdateTime> <UserId>2</UserId> </ci_b_userinfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Web.Http.Results.JsonResultOfDAL.HandleResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | DAL.HandleResult |
None. |
|
| SerializerSettings | Newtonsoft.Json.JsonSerializerSettings |
None. |
|
| Encoding | System.Text.Encoding |
None. |
|
| Request | System.Net.Http.HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.