Update Action or Action Plan (SAP IS Adapter)

This operation allows users to update attribute fields of action or action plans.

Request

In the request message, specify uniqueName of the action or action plan and the fields to be updated. Only fields to be updated have to be present in the input message.

Sample update request:

[
    {
        "uniqueName": "AI-1",
        "attribute1":"YYY"
    },
    {
        "uniqueName": "AI-2",
        "attribute1": "AUD"
    }
] 

Response

The updated record or the error message are returned.