GET api/MemberFilesState?u={u}&t={t}&d={d}
获取档案
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
u |
用户ID |
integer |
Required |
t |
[用户ID]|[用户密码,加密]|[requestTime]|[设备标识],加密 |
string |
Required |
d |
SearchString=[SearchString,档案ID] |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取档案
DataResultOfMemberFileName | Description | Type | Additional information |
---|---|---|---|
Data | MemberFile |
None. |
|
Error | boolean |
None. |
|
ErrorInfo | Collection of string |
None. |
|
ExInfo | Exception |
None. |
Response Formats
application/json, text/json
Sample:
{ "_error": true, "_errorInfo": [ "sample string 1", "sample string 2" ], "_exInfo": { "ClassName": "System.Exception", "Message": null, "Data": null, "InnerException": null, "HelpURL": "sample string 1", "StackTraceString": null, "RemoteStackTraceString": null, "RemoteStackIndex": 0, "ExceptionMethod": null, "HResult": 3, "Source": "sample string 2", "WatsonBuckets": null }, "_data": { "ID": "d1b6da3f-568a-4f00-b109-d892e1c35134", "StaffID": 2, "Name": "sample string 3", "CompanyName": "sample string 4", "CompanyID": 5, "Sex": 0, "IDCard": "sample string 6", "Birthday": "2025-05-13T21:01:46.3919798+08:00", "StaffCard": "sample string 8", "State": 9, "Amount": 10.0, "Period": 11, "CreatorID": 12, "CreateTime": "2025-05-13T21:01:46.3919798+08:00", "UpdaterID": 14, "UpdateTime": "2025-05-13T21:01:46.3919798+08:00", "IsTemp": true, "TempMark": "sample string 16", "Remarks": "sample string 17", "Movebile": "sample string 18" } }