GET api/Order/GetOrderList?active={active}

Список заказов

Request Information

URI Parameters

NameDescriptionTypeAdditional information
active

Признак активновности заказа

boolean

Required

Body Parameters

None.

Response Information

Resource Description

Collection of OrderListData
NameDescriptionTypeAdditional 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": "2025-07-26T18:28:57.0300873+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": "2025-07-26T18:28:57.0300873+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":"2025-07-26T18:28:57.0300873+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":"2025-07-26T18:28:57.0300873+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}]