{
"data": [
{
"position": {
"operation": "UPDATE_WITH_NULL",
"sourceSystem": "OA",
"sourceCode": "a3e413097a73489394ffca7a1d5e21e0",
"positionCode": "P10001",
"positionName": "研发工程师",
"positionNameEn": "R & D Engineer",
"description": "",
"supervisorFlag": "1",
"orderSeq": "1",
"enabledFlag": "1",
"parentPositionCode": "",
"unitCode": "TECH"
}
}
]
}
curl --location --request POST 'https://oc-test.onecontract-cloud.com/api/hitf/v2/rest/async/invoke/POSITION' \
--header 'Authorization: bearer eb2446a6-93f9-456b-b713-5cb6f6adf765' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": [
{
"position": {
"operation": "UPDATE_WITH_NULL",
"sourceSystem": "OA",
"sourceCode": "a3e413097a73489394ffca7a1d5e21e0",
"positionCode": "P10001",
"positionName": "研发工程师",
"positionNameEn": "R & D Engineer",
"description": "",
"supervisorFlag": "1",
"orderSeq": "1",
"enabledFlag": "1",
"parentPositionCode": "",
"unitCode": "TECH"
}
}
]
}'
{
"code": "0",
"data": {
"batchId": "d590cfbd-9c3a-4894-8899-75db6524948b"
},
"message": "成功"
}