curl --location --request POST 'https://openapi.italent.cn/TenantBaseExternal/api/v5/Contract/Create' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"userID": 101501344,
"firstPartyCode": "029064d1-7110-460e-9e83-70adb680bcc7",
"contractType": 1,
"contractDueTimeType": 0,
"effectiveDate": "2021-01-01",
"terminateDate": "2023-05-31",
"code": "Test062201",
"signingDate": "2021-06-22",
"contactLength": 36,
"probationStartDate": "2021-01-01",
"probationStopDate": "2023-05-31",
"probationSalary": 3000.00,
"salary": 4000.00,
"customProperties": {
"extbeizhua_127666_398499608": "这是一个备注字段"
}
}
}'