curl --location --request POST 'https://openapi.italent.cn/TenantBasePublicApiV2/v2/employee/serviceinfo/ids/search' \
--header 'Content-Type: application/json' \
--data-raw '{
"Option": 0,
"EmpStatus": [
1,
2,
3
], //待入职、试用、正式
"EmployType": [
1,
2
], //内部员工、实习生
"ServiceType": [
0
], //主职
"Ids": [
101500145,
101500380,
101500200
],
"Columns": [
"UserID",
"PObjectDataID",
"OIdDepartment",
"OIdJobPosition",
"BusinessTypeOID",
"EmployeeStatus",
"ApprovalStatus",
"StartDate",
"StopDate",
"IsCurrentRecord",
"IsLatestRecord"
]
}'