---
title: "PATCH /v1/crm/requests/conditions/{id}/"
method: PATCH
path: "/v1/crm/requests/conditions/{id}/"
tags: ["v1"]
---

# PATCH /v1/crm/requests/conditions/{id}/

`PATCH /v1/crm/requests/conditions/{id}/`

## Path parameters

- `id` integer, required

## Request body

- PatchedOrderRequestCondition
  - `id` integer
  - `request` integer, nullable
  - `request_inventory` integer, nullable
  - `client` integer, nullable
  - `condition` 0 | 1 | 2 — * `0` - PERCENT * `1` - FIXED * `2` - SPLIT
  - `value` string, decimal
  - `split_client` integer
  - `split_company` integer

## Response `200`

- OrderRequestCondition
  - `id` integer, required
  - `request` integer, nullable
  - `request_inventory` integer, nullable
  - `client` integer, nullable
  - `condition` 0 | 1 | 2 — * `0` - PERCENT * `1` - FIXED * `2` - SPLIT
  - `value` string, decimal
  - `split_client` integer
  - `split_company` integer

---

[API](https://skmtc.net/yume-cloud/apis/yume-api.md) · [All operations](https://skmtc.net/yume-cloud/apis/yume-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yume-cloud/yume-api/versions/90700f5abfcc/schema)
