Hi,
Am trying to delete an assignment using API but the it throws an error. Is this expected to work? Can commission APIs used for deleting assignments?
We have different BU for position, different BU for position group and manager. Will delete operation work with different BU between these objects?
PUT Body
[
{
"ruleElementOwnerSeq": "XXXXX",
"effectiveStartDate": "3/19/2023",
"effectiveEndDate": "1/1/2200",
"variableAssignments": [
{
"owner": {"ruleElementOwnerSeq": "XXXXX"},
"variable": {"ruleElementSeq": "YYYYY"},
"assignment": {"ruleElementSeq": "ZZZZZ"}
},
{
"owner": {"ruleElementOwnerSeq": "XXXXX"},
"variable": {"ruleElementSeq": "AAAAA"},
"assignment": null
}
]
}
]
Response
{
"positions": {
"0": {
"manager": "TCMP_1001:E: Different business unit from businessUnitMap",
"positionGroup": "TCMP_1001:E: Different business unit from businessUnitMap"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.