POST Api/UserEdit
用户编辑
Request Information
URI Parameters
None.
Body Parameters
vm_System_MUserEdit| Name | Description | Type | Additional information |
|---|---|---|---|
| fldYHGuid |
用户Guid |
globally unique identifier |
None. |
| YRZJBM |
人员职级编码 |
string |
None. |
| CSTime |
出生年月 |
date |
None. |
| RZTime |
入职日期 |
date |
None. |
| XLBM |
学历编码 |
string |
None. |
| JTZZ |
家庭住址 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"fldYHGuid": "5a4c54a9-efe7-406f-922c-38be9ab90a06",
"YRZJBM": "sample string 1",
"CSTime": "2026-04-09T01:16:48.3711935+08:00",
"RZTime": "2026-04-09T01:16:48.3711935+08:00",
"XLBM": "sample string 2",
"JTZZ": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Code |
执行状态码 |
string |
None. |
| Message |
结果消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": "sample string 1",
"Message": "sample string 2"
}