Saves or updates an Import Change identified by Import Manager uniquename, type of change, target column name, target primary keys.
OK
{- "data": {
- "managerUN": "IM-3",
- "targetPrimaryKeys": {
- "sku": "B-0003"
}, - "typeOfChange": "DELETE"
}
}
{- "response": {
- "node": "pricefx-cluster-app-frontend-6fbd966b7f-kc8h2",
- "data": [
- {
- "version": 0,
- "typedId": "5.IMC",
- "managerUN": "IM-3",
- "typeOfChange": "DELETE",
- "columnName": null,
- "originalValue": null,
- "value": null,
- "targetPrimaryKeys": {
- "sku": "B-0003"
}, - "validationErrors": null,
- "createDate": "2025-02-05T15:28:05",
- "createdBy": 2147490696,
- "lastUpdateDate": "2025-02-05T15:28:05",
- "lastUpdateBy": 2147490696
}
], - "status": 0
}
}