GET api/welfare_detail/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

welfare_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.

welfate_type_id

integer

None.

title

string

None.

service_price

decimal number

None.

service_extra_opd_price

decimal number

None.

service_extra_ot_price

decimal number

None.

service_extra_ipd_price

decimal number

None.

hospital_price

decimal number

None.

total_price

decimal number

None.

order

integer

None.

isacitve

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "cluster_id": 2,
  "center_id": 3,
  "create_time": "2024-10-05T10:20:37.5342336+07:00",
  "modify_time": "2024-10-05T10:20:37.5342336+07:00",
  "modify_by": 6,
  "record_status_id": 64,
  "welfate_type_id": 1,
  "title": "sample string 8",
  "service_price": 1.0,
  "service_extra_opd_price": 1.0,
  "service_extra_ot_price": 1.0,
  "service_extra_ipd_price": 1.0,
  "hospital_price": 1.0,
  "total_price": 1.0,
  "order": 1,
  "isacitve": 1
}