{
"tenantKey": "tnk78sz5gt",
"jobSets": [
{
"jobName": "xy职务同步005",
"jobFullname": "xy职务同步005全称",
"dsporder": "0",
"jobType": "xy职务类别001"
},
{
"jobName": "",
"jobFullname": "xy职务同步006全称",
"dsporder": "1",
"jobType": "xy职务类别001"
},
{
"jobName": "xy职务同步007",
"jobFullname": "xy职务同步007全称",
"dsporder": "",
"jobType": "xy职务类别001"
},
{
"jobName": "xy职务同步008",
"jobFullname": "xy职务同步008全称",
"dsporder": "0",
"jobType": ""
},
{
"jobName": "xy职务同步009",
"jobFullname": "",
"dsporder": "0",
"jobType": "xy职务类别001"
},
{
"jobName": "xy职务同步002",
"jobFullname": "xy职务同步010全称",
"dsporder": "0",
"jobType": "xy职务类别001"
}
]
}
curl --location --request POST '/api/hrm/restful/addJobSets' \
--header 'Content-Type: application/json' \
--data-raw '{
"tenantKey": "tnk78sz5gt",
"jobSets": [
{
"jobName": "xy职务同步005",
"jobFullname": "xy职务同步005全称",
"dsporder": "0",
"jobType": "xy职务类别001"
},
{
"jobName": "",
"jobFullname": "xy职务同步006全称",
"dsporder": "1",
"jobType": "xy职务类别001"
},
{
"jobName": "xy职务同步007",
"jobFullname": "xy职务同步007全称",
"dsporder": "",
"jobType": "xy职务类别001"
},
{
"jobName": "xy职务同步008",
"jobFullname": "xy职务同步008全称",
"dsporder": "0",
"jobType": ""
},
{
"jobName": "xy职务同步009",
"jobFullname": "",
"dsporder": "0",
"jobType": "xy职务类别001"
},
{
"jobName": "xy职务同步002",
"jobFullname": "xy职务同步010全称",
"dsporder": "0",
"jobType": "xy职务类别001"
}
]
}'