{
"tenantKey": "TBKHOJZPPZ",
"jobCalls": [
{
"job_fullname": "总经理",
"job_name": "总经理",
"dsporder": "0"
}
]
}
curl --location --request POST 'https://weapp.yunteams.cn/api/hrm/restful/syncJobCall' \
--header 'Content-Type: application/json' \
--data-raw '{
"tenantKey": "TBKHOJZPPZ",
"jobCalls": [
{
"job_fullname": "总经理",
"job_name": "总经理",
"dsporder": "0"
}
]
}'
{}