POST city/v3/DJOrgWeb/SaveDJMemberEdit
保存党员的详情
Request
URI Params
None.
Body Params
DJMemberEditWebModel字段名 | 字段说明 | 字段类型 | 附加信息 |
---|---|---|---|
ID |
id(新增时不用传,修改时需要传) |
integer |
None. |
DJOrgID |
所属党组织ID |
integer |
None. |
DJOrgName |
所属党组织 |
string |
None. |
Name |
党员姓名 |
string |
None. |
TelPhone |
联系方式 |
string |
None. |
WorkUnit |
工作单位 |
string |
None. |
IDCard |
身份证号 |
string |
None. |
Gender |
性别(由服务端返回,保存时不用传) |
string |
None. |
Birthday |
出生日期(由服务端返回,保存时不用传) |
date |
None. |
Age |
年龄(由服务端返回,保存时不用传) |
integer |
None. |
JoinTime |
入党时间 |
date |
None. |
ProbTime |
转正时间 |
date |
None. |
JoinAge |
党龄(由服务端返回,保存时不用传) |
integer |
None. |
Nation |
民族(由服务端返回,保存时不用传) |
string |
None. |
NativePlace |
籍贯(由服务端返回,保存时不用传) |
string |
None. |
MaritalST |
婚姻状况(由服务端返回,保存时不用传) |
string |
None. |
Education |
学历(由服务端返回,保存时不用传) |
string |
None. |
Photo |
照片 |
string |
None. |
Duty |
职务 |
string |
None. |
Speciality |
特长 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": "1", "DJOrgID": "2", "DJOrgName": "sample string 3", "Name": "sample string 4", "TelPhone": "sample string 5", "WorkUnit": "sample string 6", "IDCard": "sample string 7", "Gender": "sample string 8", "Birthday": "2025-05-22 22:24:48", "Age": 9, "JoinTime": "2025-05-22 22:24:48", "ProbTime": "2025-05-22 22:24:48", "JoinAge": 10, "Nation": "sample string 11", "NativePlace": "sample string 12", "MaritalST": "sample string 13", "Education": "sample string 14", "Photo": "sample string 15", "Duty": "sample string 16", "Speciality": "sample string 17" }
application/x-www-form-urlencoded
Sample:
Response
APITResultOfDJMemberEditWebModel字段名 | 字段说明 | 字段类型 | 附加信息 |
---|---|---|---|
Data | DJMemberEditWebModel |
None. |
|
Ret |
返回结果(0-成功;>0-失败) ret=0 成功返回/ret=1 参数错误/ret=2 频率受限 /ret=3 Token无效 /ret=4 服务器内部错误 /ret=5 用户操作错误 / ret=6 停机维护 / ret=7 身份失效 |
integer |
None. |
ErrCode |
错误代码,因功能而异 |
integer |
None. |
Msg |
返回信息 |
string |
None. |
SeqId |
请求序列 |
integer |
None. |
InfoMsg |
API附加信息 |
string |
None. |
application/json, text/json
Sample:
{ "Data": { "ID": "1", "DJOrgID": "2", "DJOrgName": "sample string 3", "Name": "sample string 4", "TelPhone": "sample string 5", "WorkUnit": "sample string 6", "IDCard": "sample string 7", "Gender": "sample string 8", "Birthday": "2025-05-22 22:24:48", "Age": 9, "JoinTime": "2025-05-22 22:24:48", "ProbTime": "2025-05-22 22:24:48", "JoinAge": 10, "Nation": "sample string 11", "NativePlace": "sample string 12", "MaritalST": "sample string 13", "Education": "sample string 14", "Photo": "sample string 15", "Duty": "sample string 16", "Speciality": "sample string 17" }, "Ret": 1, "ErrCode": 2, "Msg": "sample string 3", "SeqId": 4, "InfoMsg": "sample string 5" }