---
title: "Update call-off release rule rank"
method: PUT
path: "/commerce/rules/calloffrelease/{code}/rank"
tags: ["CallOffReleaseRules"]
---

# Update call-off release rule rank

`PUT /commerce/rules/calloffrelease/{code}/rank`

Atomically reorders ranks within the current master catalog. Returns 204 No Content (FR-019).

## Path parameters

- `code` string, required

## Query parameters

- `responseFields` string

## Request body

- UpdateRankRequest — Represents a request to update the rank of a SafetyStock, PurchaseLimit and Return Rule.
  - `code` string, nullable — Gets or sets the code of the rule to be updated. It can be SafetyStock Code , PurchaseLimit Code or Return Rule Code
  - `newRank` integer — Gets or sets the new rank of the rule.
  - `oldRank` integer — Gets or sets the old rank of the rule.

## Response `200`

OK

---

[API](https://skmtc.net/kibocommerce/apis/customer.md) · [All operations](https://skmtc.net/kibocommerce/apis/customer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kibocommerce/customer/versions/47c0cf7b75ab/schema)
