curl --location --request POST 'https://openapi.italent.cn/TenantBasePublicApiV2/v2/employee/forentry' \
--header 'Content-Type: application/json' \
--data-raw '{
"BasicInfoFields":{
"Name":"Test042601",
"Email":"Test042601@qq.com",
"Gender":0,
"IDType":"1",
"IDNumber":"36010319610304XXXX"
},
"ServiceInfoFields":{
"EntryDate":"2021-01-01",
"OIdDepartment":4627177,
"POIdEmpAdmin":101500145,
"EmployType":"0",
"JobNumber":"GH091",
"IsHaveProbation":"0"
},
"ContractFields":{
"FirstPartyCode":"9d3002d2-5732-4a6d-aeb0-9c92d075b8ca",
"ContractDueTimeType":0,
"ContactLength":36
}
}'