GET api/dz_product_detail/center/{center_id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
center_id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of dz_product_detail
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.

dz_prod_id

integer

None.

title

string

None.

detail

string

None.

version

string

None.

price

decimal number

None.

sa

string

None.

pv

string

None.

pv80

string

None.

membrane_id

integer

None.

dz_type_id

integer

None.

order

integer

None.

isactive

signed byte

None.

trt_id

integer

None.

dt_id

signed byte

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "cluster_id": 2,
    "center_id": 3,
    "create_time": "2024-10-05T10:26:36.1357908+07:00",
    "modify_time": "2024-10-05T10:26:36.1357908+07:00",
    "modify_by": 6,
    "rs_id": 64,
    "dz_prod_id": 8,
    "title": "sample string 9",
    "detail": "sample string 10",
    "version": "sample string 11",
    "price": 1.0,
    "sa": "sample string 12",
    "pv": "sample string 13",
    "pv80": "sample string 14",
    "membrane_id": 1,
    "dz_type_id": 1,
    "order": 1,
    "isactive": 64,
    "trt_id": 1,
    "dt_id": 64
  },
  {
    "id": 1,
    "cluster_id": 2,
    "center_id": 3,
    "create_time": "2024-10-05T10:26:36.1357908+07:00",
    "modify_time": "2024-10-05T10:26:36.1357908+07:00",
    "modify_by": 6,
    "rs_id": 64,
    "dz_prod_id": 8,
    "title": "sample string 9",
    "detail": "sample string 10",
    "version": "sample string 11",
    "price": 1.0,
    "sa": "sample string 12",
    "pv": "sample string 13",
    "pv80": "sample string 14",
    "membrane_id": 1,
    "dz_type_id": 1,
    "order": 1,
    "isactive": 64,
    "trt_id": 1,
    "dt_id": 64
  }
]