GET omsapi/HardWorkerFamilyDetail?u={u}&t={t}&d={d}
根据困难职工ID,家庭成员ID 获取困难职工或家庭成员档案信息
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| u |
用户ID |
integer |
Required |
| t |
[用户ID]|[用户密码,加密]|[requestTime]|[设备标识],加密 |
string |
Required |
| d |
HardWorkerID=[困难职工ID,long],FamilyID=[家庭成员ID,long],PageNumber=[,int?,1],PageSize=[,int?,20] |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
根据困难职工ID,家庭成员ID 获取困难职工或家庭成员档案信息
DataResultListOfUserFamilyTo| Name | Description | Type | Additional information |
|---|---|---|---|
| DataList | Collection of UserFamilyTo |
None. |
|
| PageNum | integer |
None. |
|
| PageSize | integer |
None. |
|
| PageCount | integer |
None. |
|
| PreviousIndex | integer |
None. |
|
| NextIndex | integer |
None. |
|
| RecordCount | integer |
None. |
|
| Error | boolean |
None. |
|
| ErrorInfo | Collection of string |
None. |
|
| ExInfo | Exception |
None. |
Response Formats
application/json, text/json
Sample:
{
"_pageSize": 2,
"_recordCount": 3,
"_pageNum": 1,
"_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
},
"_dataList": [
{
"ID": 1,
"UserID": 2,
"MarryStatus": 3,
"HuKouType": 4,
"EduType": 5,
"IsMainPoorPerson": 6,
"SheBaoStatus": 7,
"Name": "sample string 8",
"Sex": true,
"PoliticsStatus": 0,
"IDCard": "sample string 10",
"BirthDay": "2025-12-16T23:34:31.0770513+08:00",
"HealthConditionID": 12,
"MonthlyIncome": 13.0,
"Identity": 0,
"MedicalInsuranceType": 0,
"WorkOrSchool": "sample string 14",
"CreateTime": "2025-12-16T23:34:31.0770513+08:00",
"UpdateTime": "2025-12-16T23:34:31.0770513+08:00",
"relation": 0,
"WorkAttendance": 0
},
{
"ID": 1,
"UserID": 2,
"MarryStatus": 3,
"HuKouType": 4,
"EduType": 5,
"IsMainPoorPerson": 6,
"SheBaoStatus": 7,
"Name": "sample string 8",
"Sex": true,
"PoliticsStatus": 0,
"IDCard": "sample string 10",
"BirthDay": "2025-12-16T23:34:31.0770513+08:00",
"HealthConditionID": 12,
"MonthlyIncome": 13.0,
"Identity": 0,
"MedicalInsuranceType": 0,
"WorkOrSchool": "sample string 14",
"CreateTime": "2025-12-16T23:34:31.0770513+08:00",
"UpdateTime": "2025-12-16T23:34:31.0770513+08:00",
"relation": 0,
"WorkAttendance": 0
}
]
}