GET api/visit_detail/key/irons/{center_id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
center_id

integer

Required

Body Parameters

None.

Response Information

Resource Description

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

record_status_id

signed byte

None.

iron_id

integer

None.

title

string

None.

descrition

string

None.

dose

integer

None.

price

decimal number

None.

trt_id

string

None.

isactive

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "cluster_id": 2,
    "center_id": 3,
    "create_time": "2024-10-05T10:24:46.4018025+07:00",
    "modify_time": "2024-10-05T10:24:46.4018025+07:00",
    "modify_by": 6,
    "record_status_id": 64,
    "iron_id": 8,
    "title": "sample string 9",
    "descrition": "sample string 10",
    "dose": 11,
    "price": 12.0,
    "trt_id": "sample string 13",
    "isactive": 14
  },
  {
    "id": 1,
    "cluster_id": 2,
    "center_id": 3,
    "create_time": "2024-10-05T10:24:46.4018025+07:00",
    "modify_time": "2024-10-05T10:24:46.4018025+07:00",
    "modify_by": 6,
    "record_status_id": 64,
    "iron_id": 8,
    "title": "sample string 9",
    "descrition": "sample string 10",
    "dose": 11,
    "price": 12.0,
    "trt_id": "sample string 13",
    "isactive": 14
  }
]