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

# POST /v1/crm/requests/{request_id}/inventories/bulk_create/

`POST /v1/crm/requests/{request_id}/inventories/bulk_create/`

## Path parameters

- `request_id` integer, required

## Request body

- OrderRequestInventoryBulkCreate
  - `request` integer, nullable
  - `inventories` OrderRequestInventoryCreate[], required
    - `request` integer, nullable
    - `client` integer, nullable
    - `inventory` integer, required
    - `tarif` integer, nullable
    - `tarif_price` string, decimal
    - `tarif_duration` string
    - `start_at` string, date-time, nullable
    - `end_at` string, date-time, nullable
    - `extra` unknown
    - `autorenewal` boolean, nullable

## Response `201`

- OrderRequestInventoryBulkCreate
  - `request` integer, nullable
  - `inventories` OrderRequestInventoryCreate[], required
    - `request` integer, nullable
    - `client` integer, nullable
    - `inventory` integer, required
    - `tarif` integer, nullable
    - `tarif_price` string, decimal
    - `tarif_duration` string
    - `start_at` string, date-time, nullable
    - `end_at` string, date-time, nullable
    - `extra` unknown
    - `autorenewal` boolean, nullable

---

[API](https://skmtc.dev/yume-cloud/apis/yume-api.md) · [All operations](https://skmtc.dev/yume-cloud/apis/yume-api/llms.txt) · [OpenAPI document](https://skmtc.dev/yume-cloud/apis/yume-api/revisions/90700f5abfcc?raw)
