GET api/Order/GetOrderList?active={active}
Список заказов
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| active |
Признак активновности заказа |
boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of OrderListData| Name | Description | Type | Additional information |
|---|---|---|---|
| status |
Статус заказа |
string |
None. |
| last_edit |
Дата обновления |
date |
None. |
| total_price |
Сумма заказа |
decimal number |
None. |
| delivery_cost |
Цена доставки |
decimal number |
None. |
| delicery_comment |
Комментарий к доставке |
string |
None. |
| record_id |
Идентификатор |
integer |
None. |
| colour |
Цвет |
string |
None. |
| size |
Размер |
string |
None. |
| product_name |
Продукт |
string |
None. |
| product_price |
Цена продукта |
decimal number |
None. |
| source_photo |
Фото |
string |
None. |
| total_count |
Количество в наличии |
integer |
None. |
| only_order |
На заказ |
boolean |
None. |
| delivery_period |
Срок доставки |
string |
None. |
| product_rid |
Идентификатор продукта |
integer |
Required |
| colour_rid |
Идентификатор цвета |
integer |
None. |
| size_rid |
Идентификатор размера |
integer |
None. |
| count |
Количество |
integer |
Required Range: inclusive between 0 and 2147483647 |
Response Formats
application/json, text/json
Sample:
[
{
"status": "sample string 1",
"last_edit": "2026-02-04T06:56:32.3468082+05:00",
"total_price": 1.0,
"delivery_cost": 1.0,
"delicery_comment": "sample string 3",
"record_id": 4,
"colour": "sample string 5",
"size": "sample string 6",
"product_name": "sample string 7",
"product_price": 1.0,
"source_photo": "sample string 8",
"total_count": 1,
"only_order": true,
"delivery_period": "sample string 10",
"product_rid": 11,
"colour_rid": 1,
"size_rid": 1,
"count": 1
},
{
"status": "sample string 1",
"last_edit": "2026-02-04T06:56:32.3468082+05:00",
"total_price": 1.0,
"delivery_cost": 1.0,
"delicery_comment": "sample string 3",
"record_id": 4,
"colour": "sample string 5",
"size": "sample string 6",
"product_name": "sample string 7",
"product_price": 1.0,
"source_photo": "sample string 8",
"total_count": 1,
"only_order": true,
"delivery_period": "sample string 10",
"product_rid": 11,
"colour_rid": 1,
"size_rid": 1,
"count": 1
}
]
text/html
Sample:
[{"status":"sample string 1","last_edit":"2026-02-04T06:56:32.3468082+05:00","total_price":1.0,"delivery_cost":1.0,"delicery_comment":"sample string 3","record_id":4,"colour":"sample string 5","size":"sample string 6","product_name":"sample string 7","product_price":1.0,"source_photo":"sample string 8","total_count":1,"only_order":true,"delivery_period":"sample string 10","product_rid":11,"colour_rid":1,"size_rid":1,"count":1},{"status":"sample string 1","last_edit":"2026-02-04T06:56:32.3468082+05:00","total_price":1.0,"delivery_cost":1.0,"delicery_comment":"sample string 3","record_id":4,"colour":"sample string 5","size":"sample string 6","product_name":"sample string 7","product_price":1.0,"source_photo":"sample string 8","total_count":1,"only_order":true,"delivery_period":"sample string 10","product_rid":11,"colour_rid":1,"size_rid":1,"count":1}]