curl --location --request POST 'https://openapi.italent.cn/TenantBaseExternal/api/v5/OrganizationEstablishment/CreateEstablishment' \
--header 'Content-Type: application/json' \
--data-raw '{
"OrganizationEstablishment":{
"year" : 2021, //编制年份
"month": "9", //编制月份
"establishmentType" : 2, //编制类型= 细分编制
"estestablishmentScheme": "2059acc8-00cc-4a6f-a2a0-5864f35c0978", //编制方案
"oIdOrganization": 4637750, //编制所属组织
"employType":"1", //雇佣关系=实习生
"employmentType": "6d2d300e-71f8-4dc4-896d-5c2749d4f9bf",//人员类别
"strictControl":0,//非严格控制
"thisLevelEstablishmentOrSubdivideEstablishment": 1,//本级细分编制数
"withLowerEstablishmentOrSubdivideEstablishment":1, //含下级细分编制数
"customProperties":{ //自定义字段集合
"exttext": "自定义文本"
}
}
}'