---
title: "UpdateAction"
method: POST
path: "/api/RulesEngine/UpdateAction"
tags: ["RulesEngine"]
---

# UpdateAction

`POST /api/RulesEngine/UpdateAction`

Use this call to update an action
<b>Permissions Required: </b> GlobalPermissions.OrderBook.RulesEngineNode
<b>Rate limit: </b><span style="background-color:#0272d9;color:white;padding:4px 8px;text-align:center;border-radius:5px; font-size: small;"><b>150</b></span> / minute

## Request body

- UpdateActionRequest
  - `pkActionId` integer
  - `fkConditionId` integer — The condition the action runs on.
  - `ActionName` string — The name of the action
  - `ActionType` 'Unknown' | 'AssignShippingService' | 'AssignToFolder' | 'AssignToLocation' | 'SplitOrderByWeight' | 'SplitOrderByValue' | 'SplitOrderSingle' | 'AssignOrderExtendedProperty' | 'ChangeOrderLockStatus' | 'ChangeOrderParkStatus' | 'AssignTagToOrder' | 'ExecuteMacro' | 'AssignIdentifierToOrder' | 'BlockOrderFromMerging' | 'SendToFulfillmentNetwork' | 'SetDispatchDate' | 'AddItemToOrder' | 'AddServiceToOrder' | 'AddNoteToOrder' — The type of the action
  - `Properties` ActionPropertyRequest[] — Data the action needs to run.
    - `DisplayName` string — The name of the property
    - `Value` string — The actual data input for the property
    - `ActionPropertyId` integer — The unique identifier for this action property. If not provided the property will be created as new property.
    - `PropertyGroupId` integer — Property grouping key. Used if there are multiple properties with the same name under one action. Defaults to 1.

## Response `204`

No Content

---

[API](https://skmtc.net/linnworks/apis/authenticate-api.md) · [All operations](https://skmtc.net/linnworks/apis/authenticate-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/linnworks/authenticate-api/versions/0123569a22fb/schema)
