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