GET api/item_rule/items/{center_id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
center_id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of item
NameDescriptionTypeAdditional information
id

integer

None.

cluster_id

integer

None.

center_id

integer

None.

create_time

date

None.

modify_time

date

None.

modify_by

integer

None.

rs_id

signed byte

None.

category_id

integer

None.

group_id

integer

None.

title

string

None.

detail

string

None.

isactive

signed byte

None.

order

integer

None.

total

decimal number

None.

min

decimal number

None.

max

decimal number

None.

unit01_id

integer

None.

unit02_id

integer

None.

ratio

decimal number

None.

attribute

string

None.

import_code

string

None.

import_title

string

None.

price01

decimal number

None.

price02

decimal number

None.

other

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "cluster_id": 2,
    "center_id": 3,
    "create_time": "2024-10-05T10:14:44.2070181+07:00",
    "modify_time": "2024-10-05T10:14:44.2070181+07:00",
    "modify_by": 6,
    "rs_id": 64,
    "category_id": 8,
    "group_id": 9,
    "title": "sample string 10",
    "detail": "sample string 11",
    "isactive": 64,
    "order": 1,
    "total": 13.0,
    "min": 14.0,
    "max": 15.0,
    "unit01_id": 16,
    "unit02_id": 17,
    "ratio": 18.0,
    "attribute": "sample string 19",
    "import_code": "sample string 20",
    "import_title": "sample string 21",
    "price01": 22.0,
    "price02": 1.0,
    "other": "sample string 23"
  },
  {
    "id": 1,
    "cluster_id": 2,
    "center_id": 3,
    "create_time": "2024-10-05T10:14:44.2070181+07:00",
    "modify_time": "2024-10-05T10:14:44.2070181+07:00",
    "modify_by": 6,
    "rs_id": 64,
    "category_id": 8,
    "group_id": 9,
    "title": "sample string 10",
    "detail": "sample string 11",
    "isactive": 64,
    "order": 1,
    "total": 13.0,
    "min": 14.0,
    "max": 15.0,
    "unit01_id": 16,
    "unit02_id": 17,
    "ratio": 18.0,
    "attribute": "sample string 19",
    "import_code": "sample string 20",
    "import_title": "sample string 21",
    "price01": 22.0,
    "price02": 1.0,
    "other": "sample string 23"
  }
]