GET api/Order/GetBasketList

Корзина список

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of BasketListData
NameDescriptionTypeAdditional information
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:
[
  {
    "record_id": 1,
    "colour": "sample string 2",
    "size": "sample string 3",
    "product_name": "sample string 4",
    "product_price": 1.0,
    "source_photo": "sample string 5",
    "total_count": 1,
    "only_order": true,
    "delivery_period": "sample string 7",
    "product_rid": 8,
    "colour_rid": 1,
    "size_rid": 1,
    "count": 1
  },
  {
    "record_id": 1,
    "colour": "sample string 2",
    "size": "sample string 3",
    "product_name": "sample string 4",
    "product_price": 1.0,
    "source_photo": "sample string 5",
    "total_count": 1,
    "only_order": true,
    "delivery_period": "sample string 7",
    "product_rid": 8,
    "colour_rid": 1,
    "size_rid": 1,
    "count": 1
  }
]

text/html

Sample:
[{"record_id":1,"colour":"sample string 2","size":"sample string 3","product_name":"sample string 4","product_price":1.0,"source_photo":"sample string 5","total_count":1,"only_order":true,"delivery_period":"sample string 7","product_rid":8,"colour_rid":1,"size_rid":1,"count":1},{"record_id":1,"colour":"sample string 2","size":"sample string 3","product_name":"sample string 4","product_price":1.0,"source_photo":"sample string 5","total_count":1,"only_order":true,"delivery_period":"sample string 7","product_rid":8,"colour_rid":1,"size_rid":1,"count":1}]