---
title: "GET /v1/shared/auth/profile/orders/{id}/"
method: GET
path: "/v1/shared/auth/profile/orders/{id}/"
tags: ["v1"]
---

# GET /v1/shared/auth/profile/orders/{id}/

`GET /v1/shared/auth/profile/orders/{id}/`

## Path parameters

- `id` integer, required

## Response `200`

- UserOrderRequest
  - `id` integer, required
  - `reviews_cnt` integer, required
  - `delivery_address` string, required
  - `delivery_address_return` string, required
  - `bonus_amount` string, decimal, required
  - `bonus_used` string, decimal, required
  - `bonus_max` string, decimal, required
  - `can_cancel` string, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `id_dense` integer, nullable
  - `status` 0 | 1 | 2 | 3 | 4 | 5 — * `0` - Запрос * `1` - Забронировано * `2` - В аренде * `3` - Отменено * `4` - Завершено * `5` - Должник
  - `plus_id` integer, nullable
  - `unique_id` string, nullable
  - `rent_start` string, date-time, required
  - `rent_end` string, date-time, required
  - `rent_fact_start` string, date-time, nullable
  - `rent_fact_end` string, date-time, nullable
  - `autorenewal` boolean
  - `autowithdraw` boolean
  - `duriation` string, nullable
  - `initial_duriation` string, nullable
  - `counting_duration` string, nullable
  - `price` string, decimal
  - `price_discount` string, decimal
  - `price_inventory` string, decimal
  - `price_inventory_discount` string, decimal
  - `price_service` 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_amount` string, decimal
  - `discount_inventory_amount` string, decimal
  - `discount_service_amount` string, decimal
  - `discount_combine` boolean
  - `additional_discount` string, decimal
  - `payment_status` 0 | 1 | 2 — * `0` - Ожидается оплата * `1` - Оплата произведена * `2` - Частичная оплата
  - `paid_amount` string, decimal
  - `time_exceed` boolean
  - `penalty_amount` string, decimal
  - `penalty_auto` string, decimal
  - `penalty_custom` string, decimal
  - `penalty_duriation` string, nullable
  - `penalty_step_duriation` string
  - `penalty_disabled` boolean
  - `extra` unknown
  - `deleted` boolean
  - `active` boolean
  - `tenant` integer
  - `client` integer, nullable
  - `discount` integer, nullable
  - `user_created` 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)
