{
"data": [
{
"id": "你好bc",
"externalSyncType": "openapi",
"externalSyncId": "112233",
"departmentId": "test12"
}
],
"dataRule": {
"employee": "username",
"department": "name"
}
}
curl --location --request POST '/api/hrm/restful/syncExtra' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": [
{
"id": "你好bc",
"externalSyncType": "openapi",
"externalSyncId": "112233",
"departmentId": "test12"
}
],
"dataRule": {
"employee": "username",
"department": "name"
}
}'
{
"message": {
"errcode": "0",
"errmsg": "success"
},
"data": [
{
"keyValue": "test1227",
"status": "ERROR",
"errcode": "人员 未找到: 帆帆",
"needRepush": false
}
]
}