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

# PATCH /v1/crm/requests/{request_id}/

`PATCH /v1/crm/requests/{request_id}/`

## Path parameters

- `request_id` integer, required

## Request body

- PatchedOrderRequestCreate
  - `id` integer
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `plus_id` integer, nullable
  - `rent_start` string, date-time
  - `rent_end` string, date-time
  - `autorenewal` boolean
  - `autowithdraw` boolean
  - `counting_duration` string, nullable
  - `price_inventory_discount` string, decimal
  - `price_service_discount` string, decimal
  - `price_delivery` string, decimal
  - `price_referral` string, decimal
  - `tax_percent` string, decimal
  - `tax_included` boolean
  - `price_tax` string, decimal
  - `discount_combine` boolean
  - `additional_discount` string, decimal
  - `penalty_auto` string, decimal
  - `penalty_custom` string, decimal
  - `penalty_step_duriation` string
  - `penalty_disabled` boolean
  - `extra` unknown
  - `active` boolean
  - `tenant` integer
  - `client` integer, nullable
  - `discount` integer, nullable
  - `rental_point` integer, nullable
  - `rental_point_return` integer, nullable
  - `bag` string, uuid, nullable
  - `default_tarif_period` integer, nullable

## Response `200`

- OrderRequestCreate
  - `id` integer, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `plus_id` integer, nullable
  - `rent_start` string, date-time
  - `rent_end` string, date-time
  - `autorenewal` boolean
  - `autowithdraw` boolean
  - `counting_duration` string, nullable
  - `price_inventory_discount` string, decimal
  - `price_service_discount` string, decimal
  - `price_delivery` string, decimal
  - `price_referral` string, decimal
  - `tax_percent` string, decimal
  - `tax_included` boolean
  - `price_tax` string, decimal
  - `discount_combine` boolean
  - `additional_discount` string, decimal
  - `penalty_auto` string, decimal
  - `penalty_custom` string, decimal
  - `penalty_step_duriation` string
  - `penalty_disabled` boolean
  - `extra` unknown
  - `active` boolean
  - `tenant` integer
  - `client` integer, nullable
  - `discount` integer, nullable
  - `rental_point` integer, nullable
  - `rental_point_return` integer, nullable
  - `bag` string, uuid, nullable
  - `default_tarif_period` integer, nullable

---

[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)
